From 19e3f04f29db37f6b91771e62d4d56ec6388f4e1 Mon Sep 17 00:00:00 2001 From: i-norden Date: Mon, 27 Dec 2021 12:26:05 -0600 Subject: [PATCH] add new option in example config file --- environments/example.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environments/example.toml b/environments/example.toml index 7ba9a6e6..1950c804 100644 --- a/environments/example.toml +++ b/environments/example.toml @@ -21,7 +21,8 @@ rpcGasCap = "1000000000000" # $ETH_RPC_GAS_CAP httpPath = "127.0.0.1:8545" # $ETH_HTTP_PATH supportsStateDiff = true # $ETH_SUPPORTS_STATEDIFF + forwardEthCalls = false # $ETH_FORWARD_ETH_CALLS nodeID = "arch1" # $ETH_NODE_ID clientName = "Geth" # $ETH_CLIENT_NAME genesisBlock = "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3" # $ETH_GENESIS_BLOCK - networkID = "1" # $ETH_NETWORK_ID \ No newline at end of file + networkID = "1" # $ETH_NETWORK_ID