deploy latest Username registry to testnet
use light mode syncing for node
This commit is contained in:
parent
84b42b430b
commit
52568c5d0c
|
@ -30,7 +30,7 @@ module.exports = {
|
||||||
testnet: {
|
testnet: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
networkType: "testnet",
|
networkType: "testnet",
|
||||||
light: true,
|
syncMode: "light",
|
||||||
rpcHost: "localhost",
|
rpcHost: "localhost",
|
||||||
rpcPort: 8545,
|
rpcPort: 8545,
|
||||||
rpcCorsDomain: "http://localhost:8000",
|
rpcCorsDomain: "http://localhost:8000",
|
||||||
|
@ -41,7 +41,7 @@ module.exports = {
|
||||||
livenet: {
|
livenet: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
networkType: "livenet",
|
networkType: "livenet",
|
||||||
light: true,
|
syncMode: "light",
|
||||||
rpcHost: "localhost",
|
rpcHost: "localhost",
|
||||||
rpcPort: 8545,
|
rpcPort: 8545,
|
||||||
rpcCorsDomain: "http://localhost:8000",
|
rpcCorsDomain: "http://localhost:8000",
|
||||||
|
|
|
@ -115,7 +115,7 @@ module.exports = {
|
||||||
"address": "0x58E01078d14142E0370526dFdAE44E4f508c844B"
|
"address": "0x58E01078d14142E0370526dFdAE44E4f508c844B"
|
||||||
},
|
},
|
||||||
"UsernameRegistrar": {
|
"UsernameRegistrar": {
|
||||||
"address": "0x028F3Df706c5295Ba283c326F4692c375D14cb68"
|
"address": "0x2e1239715c5d7A84002328D2D8B8307fd509937c"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue