Skip to content

Commit

Permalink
update integration tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Sep 25, 2023
1 parent 6a29ea4 commit c0459fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/configs/ibc.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c0459fb

Please sign in to comment.