sggc/contracts.js

17 lines
255 B
JavaScript

module.exports = {
default: {
deployment: {
host: "localhost",
port: 8545,
type: "rpc"
},
dappConnection: [
"$WEB3",
"http://localhost:8545"
],
gas: "auto",
contracts: {
}
}
};