Field | Value |
---|---|
Channel |
transfer
channel-5
connection-9
07-tendermint-15
|
Ordering | unordered |
Version | ics20-1 |
Chain Registry | |
Polkachu Supported | |
Integrity |
Overall
Client Match
Connection Match
|
Congestion | |
Pending Packets |
Dst acks: 1
Dst packets:
0
Src acks: 0
Src packets:
1
Last check:
1 hour ago
|
Client Update | |
Last Error | other |
hermes --json query channel client --chain vota-ash --port transfer --channel channel-5
hermes --json query client connections --chain vota-ash --client 07-tendermint-15
hermes --json query packet pending --chain vota-ash --port transfer --channel channel-5
hermes --json update client --host-chain vota-ash --client 07-tendermint-15
hermes --json clear packets --chain vota-ash --channel channel-5 --port transfer
[[chains]]
id = "vota-ash"
rpc_addr = "YOUR_RPC"
grpc_addr = "YOUR_GRPC"
event_source = { mode = 'push', url = "YOUR_RPC_WEBSOCKET", batch_delay = '500ms'}
rpc_timeout = "10s"
account_prefix = "dora"
key_name = "YOUR_KEY_NAME"
store_prefix = "ibc"
default_gas = 300000
max_gas = 1000000
gas_price = { price = 100000000000, denom = "peaka"}
gas_multiplier = 1.1
max_msg_num = 30
max_tx_size = 45000
clock_drift = "15s"
max_block_time = "30s"
trusting_period = "14days"
trust_threshold = { numerator = '1', denominator = '3' }
memo_prefix = "YOUR_MEMO"
address_type = { derivation = 'cosmos' }
fee_granter = "IF_APPLICABLE"
[chains.packet_filter]
policy = 'allow'
list = [
['transfer', 'channel-5'], # injective
]
[[chains]]
id = "injective-1"
rpc_addr = "YOUR_RPC"
grpc_addr = "YOUR_GRPC"
event_source = { mode = 'push', url = "YOUR_RPC_WEBSOCKET", batch_delay = '500ms'}
rpc_timeout = "10s"
account_prefix = "inj"
key_name = "YOUR_KEY_NAME"
store_prefix = "ibc"
default_gas = 400000
max_gas = 5000000
gas_price = { price = 500000000, denom = "inj"}
gas_multiplier = 1.2
max_msg_num = 30
max_tx_size = 1800000
clock_drift = "15s"
max_block_time = "30s"
trusting_period = "7days"
trust_threshold = { numerator = '1', denominator = '3' }
memo_prefix = "YOUR_MEMO"
address_type = { derivation = 'cosmos' }
fee_granter = "IF_APPLICABLE"
[chains.packet_filter]
policy = 'allow'
list = [
['transfer', 'channel-182'], # dora
]