Update example config with working values

The `ForgeBatchGasCost` parameters work for the current version of the smart
contracts.
This commit is contained in:
Eduard S
2021-03-02 12:00:16 +01:00
parent 4390fd8346
commit f762fbdc4d

View File

@@ -107,10 +107,10 @@ Path = "/tmp/iden3-test/hermez/ethkeystore"
Password = "yourpasswordhere" Password = "yourpasswordhere"
[Coordinator.EthClient.ForgeBatchGasCost] [Coordinator.EthClient.ForgeBatchGasCost]
Fixed = 500000 Fixed = 600000
L1UserTx = 8000 L1UserTx = 15000
L1CoordTx = 9000 L1CoordTx = 8000
L2Tx = 1 L2Tx = 250
[Coordinator.API] [Coordinator.API]
Coordinator = true Coordinator = true