diff --git a/integration_tests/configs/ibc.jsonnet b/integration_tests/configs/ibc.jsonnet index f6e8b98a7c..23541eba3d 100644 --- a/integration_tests/configs/ibc.jsonnet +++ b/integration_tests/configs/ibc.jsonnet @@ -5,6 +5,8 @@ config { 'account-prefix': 'crc', 'coin-type': 60, 'precompiled-contract-address': '0x0000000000000000000000000000000000000065', + 'gas-adjustment': 100, + 'max-gas-amount': 1000000, key_name: 'signer1', accounts: super.accounts[:std.length(super.accounts) - 1] + [super.accounts[std.length(super.accounts) - 1] { coins: super.coins + ',100000000000ibcfee',