mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
fix linting
This commit is contained in:
parent
bf0cd2866c
commit
a6dc2f5a91
@ -3,4 +3,4 @@ module.exports = {
|
|||||||
available_providers: ["ens"],
|
available_providers: ["ens"],
|
||||||
provider: "ens"
|
provider: "ens"
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
@ -9,7 +9,12 @@ module.exports = {
|
|||||||
port: 5001
|
port: 5001
|
||||||
},
|
},
|
||||||
dappConnection: [
|
dappConnection: [
|
||||||
{provider: "ipfs", host: "localhost", port: 5001, getUrl: "http://localhost:8080/ipfs/"}
|
{
|
||||||
|
provider: "ipfs",
|
||||||
|
host: "localhost",
|
||||||
|
port: 5001,
|
||||||
|
getUrl: "http://localhost:8080/ipfs/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
development: {
|
development: {
|
||||||
@ -21,4 +26,4 @@ module.exports = {
|
|||||||
getUrl: "http://localhost:8080/ipfs/"
|
getUrl: "http://localhost:8080/ipfs/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
@ -3,4 +3,4 @@ module.exports = {
|
|||||||
available_providers: ["ens"],
|
available_providers: ["ens"],
|
||||||
provider: "ens"
|
provider: "ens"
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
@ -9,7 +9,12 @@ module.exports = {
|
|||||||
port: 5001
|
port: 5001
|
||||||
},
|
},
|
||||||
dappConnection: [
|
dappConnection: [
|
||||||
{provider: "ipfs", host: "localhost", port: 5001, getUrl: "http://localhost:8080/ipfs/"}
|
{
|
||||||
|
provider:"ipfs",
|
||||||
|
host: "localhost",
|
||||||
|
port: 5001,
|
||||||
|
getUrl: "http://localhost:8080/ipfs/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
development: {
|
development: {
|
||||||
@ -21,4 +26,4 @@ module.exports = {
|
|||||||
getUrl: "http://localhost:8080/ipfs/"
|
getUrl: "http://localhost:8080/ipfs/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user