Added staging
This commit is contained in:
parent
2a990f4953
commit
815ebfde29
|
@ -33,6 +33,18 @@
|
|||
"password": "config/testnet/password"
|
||||
}
|
||||
},
|
||||
"staging": {
|
||||
"enabled": true,
|
||||
"proxy": false,
|
||||
"networkType": "livenet",
|
||||
"syncMode": "light",
|
||||
"rpcHost": "localhost",
|
||||
"rpcPort": 8545,
|
||||
"rpcCorsDomain": "http://localhost:8000",
|
||||
"account": {
|
||||
"password": "config/staging/password"
|
||||
}
|
||||
},
|
||||
"livenet": {
|
||||
"enabled": true,
|
||||
"proxy": false,
|
||||
|
|
|
@ -63,6 +63,21 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"staging":{
|
||||
"contracts": {
|
||||
"TestToken": { "deploy": false },
|
||||
"MiniMeTokenFactory": {
|
||||
"address": "0xa1c957C0210397D2d0296341627B74411756d476"
|
||||
},
|
||||
"SNT": {
|
||||
"instanceOf": "MiniMeToken",
|
||||
"address": "0x744d70fdbe2ba4cf95131626614a1763df805b9e"
|
||||
},
|
||||
"PollManager": {
|
||||
"address": "0x0e222932911b9a558104b4b4b2f330398561436f"
|
||||
}
|
||||
}
|
||||
},
|
||||
"livenet":{
|
||||
"contracts": {
|
||||
"TestToken": { "deploy": false },
|
||||
|
|
Loading…
Reference in New Issue