mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-13 15:44:19 +00:00
Updating testnet values
This commit is contained in:
parent
23f8ebc0bb
commit
619eb970a7
@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user