From 619eb970a7fc3820e8c00eb38938c74dc181fcf4 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Sun, 21 Oct 2018 15:03:33 -0400 Subject: [PATCH] Updating testnet values --- gas-relayer/config/config.testnet.js | 6 +++--- gas-relayer/launch-geth-testnet.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gas-relayer/config/config.testnet.js b/gas-relayer/config/config.testnet.js index a3df70b..e536038 100644 --- a/gas-relayer/config/config.testnet.js +++ b/gas-relayer/config/config.testnet.js @@ -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" } }, diff --git a/gas-relayer/launch-geth-testnet.sh b/gas-relayer/launch-geth-testnet.sh index c092c53..181e80b 100755 --- a/gas-relayer/launch-geth-testnet.sh +++ b/gas-relayer/launch-geth-testnet.sh @@ -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