mirror of https://github.com/embarklabs/sggc.git
17 lines
255 B
JavaScript
17 lines
255 B
JavaScript
|
module.exports = {
|
||
|
default: {
|
||
|
deployment: {
|
||
|
host: "localhost",
|
||
|
port: 8545,
|
||
|
type: "rpc"
|
||
|
},
|
||
|
dappConnection: [
|
||
|
"$WEB3",
|
||
|
"http://localhost:8545"
|
||
|
],
|
||
|
gas: "auto",
|
||
|
contracts: {
|
||
|
}
|
||
|
}
|
||
|
};
|