fix linting
This commit is contained in:
parent
bf0cd2866c
commit
a6dc2f5a91
|
@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -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…
Reference in New Issue