picasso->celestia

Channel
Field Value
Channel
transfer
channel-38
connection-55
07-tendermint-138
Ordering unordered
Version ics20-1
Chain Registry
Polkachu Supported
Integrity
Overall
Client Match
Connection Match
Congestion
Pending Packets
Dst acks: 4
Dst packets: 0
Src acks: 0
Src packets: 0
Last check: 25 minutes ago
Client Update 4 months ago
Last Error other

Useful Commands

Query client with channel

hermes --json query channel client --chain centauri-1 --port transfer --channel channel-38

Query connections with client

hermes --json query client connections --chain centauri-1 --client 07-tendermint-138

Query pending packets

hermes --json query packet pending --chain centauri-1 --port transfer --channel channel-38

Update client

hermes --json update client --host-chain centauri-1 --client 07-tendermint-138

Clear packets

hermes --json clear packets --chain centauri-1 --channel channel-38 --port transfer

Hermes Config

This Channel

[[chains]]
id = "centauri-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 = "pica"
key_name = "YOUR_KEY_NAME"
store_prefix = "ibc"
default_gas = 300000
max_gas = 120000000
gas_price = { price = 0, denom = "ppica"}
gas_multiplier = 1.4
max_msg_num = 30
max_tx_size = 1800000
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-38'], # celestia
]

Reverse Channel

[[chains]]
id = "celestia"
rpc_addr = "YOUR_RPC"
grpc_addr = "YOUR_GRPC"
event_source = { mode = 'push', url = "YOUR_RPC_WEBSOCKET", batch_delay = '500ms'}

rpc_timeout = "10s"
account_prefix = "celestia"
key_name = "YOUR_KEY_NAME"
store_prefix = "ibc"
default_gas = 1000000
max_gas = 9000000
gas_price = { price = 0.003, denom = "utia"}
gas_multiplier = 1.5
max_msg_num = 30
max_tx_size = 1704272
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-12'], # picasso
]