Skip to content

Commit

Permalink
Revert "test ibc precompile"
Browse files Browse the repository at this point in the history
This reverts commit 2ba67cf.
  • Loading branch information
mmsqe committed Feb 16, 2024
1 parent bcf7665 commit 0e46f72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion integration_tests/configs/ibc_rly_evm.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ibc {
relayer+: {
chains: [super.chains[0] {
precompiled_contract_address: '0x0000000000000000000000000000000000000065',
json_rpc_address: 'http://127.0.0.1:26701',
}] + super.chains[1:],
},
}
6 changes: 3 additions & 3 deletions integration_tests/test_ibc_rly.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ibc_denom,
ibc_incentivized_transfer,
prepare_network,
hermes_transfer,
rly_transfer,
)
from .utils import (
ADDRS,
Expand Down Expand Up @@ -50,7 +50,7 @@ def ibc(request, tmp_path_factory):
yield from prepare_network(
path,
name,
relayer=cluster.Relayer.HERMES.value,
relayer=cluster.Relayer.RLY.value,
)


Expand Down Expand Up @@ -163,7 +163,7 @@ def test_ibc(ibc):
w3 = ibc.cronos.w3
wait_for_new_blocks(ibc.cronos.cosmos_cli(), 1)
start = w3.eth.get_block_number()
hermes_transfer(ibc)
rly_transfer(ibc)
denom = ibc_denom(channel, src_denom)
dst_addr = eth_to_bech32(cronos_signer2)
old_dst_balance = get_balance(ibc.cronos, dst_addr, dst_denom)
Expand Down

0 comments on commit 0e46f72

Please sign in to comment.