change syncMode to light
This commit is contained in:
parent
fb27a18184
commit
09b04ae281
|
@ -24,7 +24,7 @@
|
|||
"testnet": {
|
||||
"enabled": true,
|
||||
"networkType": "testnet",
|
||||
"light": true,
|
||||
"syncMode": "light",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"rpcCorsDomain": "http://localhost:8000",
|
||||
|
|
|
@ -84,7 +84,8 @@
|
|||
},
|
||||
"ENSSubdomainRegistry": {
|
||||
"address": "0xb1C47B61CDaeee3fA85Fe8B93FcE6311165E6291"
|
||||
}
|
||||
},
|
||||
"ERC20Receiver": { "deploy": false }
|
||||
}
|
||||
},
|
||||
"rinkeby":{
|
||||
|
|
Loading…
Reference in New Issue