diff --git a/gas-relayer/config/config.js b/gas-relayer/config/config.js index 6ca7d91..f83c279 100644 --- a/gas-relayer/config/config.js +++ b/gas-relayer/config/config.js @@ -1,5 +1,5 @@ module.exports = { - "gasPrice": 20, + "gasPrice": 5000000000, "node": { "local":{ "protocol": "ws", @@ -26,18 +26,12 @@ module.exports = { "0x0000000000000000000000000000000000000000": { "name": "Ethereum", "symbol": "ETH", - "minAccepted":{ - "value": 1, - "currency": "USD" - } + "minAcceptedRate": 1 }, "%STTAddress%": { "name": "Status Test Token", "symbol": "SNT", - "minAccepted":{ - "value": 1, - "currency": "USD" - }, + "minAcceptedRate": 0.0001500, "pricePlugin": "../plugins/token-utils.js" } },