From 4dd59e4ff9ddc6731b90e1d17f2fbd6ced2ebc98 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 17 Sep 2018 14:18:56 -0400 Subject: [PATCH] Testnet configuration with price logic --- gas-relayer/config/config.testnet.js | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gas-relayer/config/config.testnet.js b/gas-relayer/config/config.testnet.js index f6ba9ae..e639317 100644 --- a/gas-relayer/config/config.testnet.js +++ b/gas-relayer/config/config.testnet.js @@ -1,5 +1,5 @@ module.exports = { - "gasPrice": 4000000000, + "gasPrice": 5000000000, "node": { "local":{ "protocol": "ws", @@ -26,18 +26,13 @@ module.exports = { "0x0000000000000000000000000000000000000000": { "name": "Ethereum", "symbol": "ETH", - "minAccepted":{ - "value": 1, - "currency": "USD" - } + "minAcceptedRate": 1 + }, "0x121a430A73Fc13e2D6d4a9dc3E943de647c30f8f": { "name": "Status Gas Relayer Test Token", "symbol": "SNT", - "minAccepted":{ - "value": 1, - "currency": "USD" - }, + "minAcceptedRate": 0.0001500, "pricePlugin": "../plugins/token-utils.js" } },