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