Skip to content

Commit

Permalink
set the "price_bump" field in the Ethereum ChainConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Masanori Yoshida <[email protected]>
  • Loading branch information
siburu committed Dec 26, 2024
1 parent 7f487a1 commit 293da17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/cases/tm2eth/configs/templates/ibc-1.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"max_gas_limit": 10000000,
"tx_type": "auto",
"blocks_per_event_query": 1000,
"abi_paths": ["../../chains/ethereum/contracts/abis"]
"abi_paths": ["../../chains/ethereum/contracts/abis"],
"price_bump": 10
},
"prover": {
"@type": "/relayer.provers.lcp.config.ProverConfig",
Expand Down

0 comments on commit 293da17

Please sign in to comment.