17 lines
237 B
JSON
17 lines
237 B
JSON
|
{
|
||
|
"default": {
|
||
|
"deployment": {
|
||
|
"host": "localhost",
|
||
|
"port": 8545,
|
||
|
"type": "rpc"
|
||
|
},
|
||
|
"dappConnection": [
|
||
|
"$WEB3",
|
||
|
"http://localhost:8545"
|
||
|
],
|
||
|
"gas": "auto",
|
||
|
"contracts": {
|
||
|
}
|
||
|
}
|
||
|
}
|