Updating testnet values

This commit is contained in:
Richard Ramos 2018-10-21 15:03:33 -04:00
parent 23f8ebc0bb
commit 619eb970a7
2 changed files with 4 additions and 4 deletions

View File

@ -31,9 +31,9 @@ module.exports = {
"0x91a3473a3e1e3D61C29fa2fAcDf17fa0Db922a08": {
"name": "Status Gas Relayer Test Token",
"symbol": "SNT",
"minAcceptedRate": 0.0001500,
"pricePlugin": "../plugins/token-utils.js",
"refreshPricePeriod": 60000
"minAcceptedRate": 150000000000000,
"refreshPricePeriod": 60000,
"pricePlugin": "../plugins/token-utils.js"
}
},

View File

@ -1,2 +1,2 @@
#!/bin/bash
geth --testnet --syncmode=light --password=./testnet_password --port=30303 --rpc --rpcport=8545 --rpcaddr=localhost --rpccorsdomain=http://localhost:8000 --ws --wsport=8546 --wsaddr=localhost --wsorigins="gas-relayer" --shh --shh.pow=0.002 --rpcapi=eth,web3,net,shh --wsapi=eth,web3,net,shh --unlock=d13c733f32970e5282981fa4a738682ba3c1e2d0
geth --testnet --syncmode=light --port=30303 --rpc --rpcport=8545 --rpcaddr=localhost --rpccorsdomain=http://localhost:8000 --ws --wsport=8546 --wsaddr=localhost --wsorigins="gas-relayer" --shh --shh.pow=0.002 --rpcapi=eth,web3,net,shh --wsapi=eth,web3,net,shh