From 3e0ebb119b110628065626f82f791e6fbf050dbd Mon Sep 17 00:00:00 2001 From: phahulin Date: Tue, 21 Nov 2017 19:54:10 +0300 Subject: [PATCH] Add TX_GAS_LIMIT --- TestTestNet/common.vars | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TestTestNet/common.vars b/TestTestNet/common.vars index bc3e7fc..7e653a7 100644 --- a/TestTestNet/common.vars +++ b/TestTestNet/common.vars @@ -8,6 +8,8 @@ SCRIPTS_BRANCH="sokol" DAPPS_BRANCH="master" IKEYS_BRANCH="master" +TX_GAS_LIMIT="6700000" + # either "BIN" or "DEB" PARITY_INSTALLATION_MODE="BIN" PARITY_BIN_LOC="https://transfer.sh/PhhDc/parity"