Skip to content

Commit

Permalink
fix resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Sep 25, 2023
1 parent 9ce4d3a commit 7357456
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 102 deletions.
8 changes: 0 additions & 8 deletions integration_tests/ibc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from pathlib import Path
from typing import NamedTuple

from eth_utils import keccak
from pystarport import cluster, ports

from .network import Chainmain, Cronos, Hermes, setup_custom_cronos
Expand Down Expand Up @@ -616,10 +615,3 @@ def assert_channel_open_init(rsp):
)
print("port-id", port_id, "channel-id", channel_id)
return port_id, channel_id


def update_client():
return {
"clientId": keccak(text="07-tendermint-0"),
"clientType": keccak(text="07-tendermint"),
}
1 change: 0 additions & 1 deletion integration_tests/test_ibc_rly.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
ibc_denom,
ibc_incentivized_transfer,
prepare_network,
update_client,
)
from .utils import (
ADDRS,
Expand Down
93 changes: 0 additions & 93 deletions integration_tests/test_ica_rly.py

This file was deleted.

0 comments on commit 7357456

Please sign in to comment.