mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Update example config with working values
The `ForgeBatchGasCost` parameters work for the current version of the smart contracts.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user