From f762fbdc4d370f0c70e846367f80d52d38c05bbe Mon Sep 17 00:00:00 2001 From: Eduard S Date: Tue, 2 Mar 2021 12:00:16 +0100 Subject: [PATCH] Update example config with working values The `ForgeBatchGasCost` parameters work for the current version of the smart contracts. --- cli/node/cfg.buidler.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/node/cfg.buidler.toml b/cli/node/cfg.buidler.toml index 623bf40..5f524f3 100644 --- a/cli/node/cfg.buidler.toml +++ b/cli/node/cfg.buidler.toml @@ -107,10 +107,10 @@ Path = "/tmp/iden3-test/hermez/ethkeystore" Password = "yourpasswordhere" [Coordinator.EthClient.ForgeBatchGasCost] -Fixed = 500000 -L1UserTx = 8000 -L1CoordTx = 9000 -L2Tx = 1 +Fixed = 600000 +L1UserTx = 15000 +L1CoordTx = 8000 +L2Tx = 250 [Coordinator.API] Coordinator = true