Browse Source

Update example config with working values

The `ForgeBatchGasCost` parameters work for the current version of the smart
contracts.
tmp/txsel-fix
Eduard S 3 years ago
parent
commit
f762fbdc4d
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      cli/node/cfg.buidler.toml

+ 4
- 4
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

Loading…
Cancel
Save