Browse Source
Merge pull request #607 from hermeznetwork/feature/updateconfig
Update example config with working values
tmp/txsel-fix
arnau
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
cli/node/cfg.buidler.toml
|
@ -107,10 +107,10 @@ Path = "/tmp/iden3-test/hermez/ethkeystore" |
|
|
Password = "yourpasswordhere" |
|
|
Password = "yourpasswordhere" |
|
|
|
|
|
|
|
|
[Coordinator.EthClient.ForgeBatchGasCost] |
|
|
[Coordinator.EthClient.ForgeBatchGasCost] |
|
|
Fixed = 500000 |
|
|
|
|
|
L1UserTx = 8000 |
|
|
|
|
|
L1CoordTx = 9000 |
|
|
|
|
|
L2Tx = 1 |
|
|
|
|
|
|
|
|
Fixed = 600000 |
|
|
|
|
|
L1UserTx = 15000 |
|
|
|
|
|
L1CoordTx = 8000 |
|
|
|
|
|
L2Tx = 250 |
|
|
|
|
|
|
|
|
[Coordinator.API] |
|
|
[Coordinator.API] |
|
|
Coordinator = true |
|
|
Coordinator = true |
|
|