Skip to content

Commit

Permalink
Add archway-nibiru IBC
Browse files Browse the repository at this point in the history
  • Loading branch information
sigv committed Apr 10, 2024
1 parent 6454150 commit 2f17349
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions _IBC/archway-nibiru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "archway",
"client_id": "07-tendermint-106",
"connection_id": "connection-94"
},
"chain_2": {
"chain_name": "nibiru",
"client_id": "07-tendermint-3",
"connection_id": "connection-3"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-131",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-3",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
}
}
],
"operators": [
{
"chain_1": {
"address": "archway1twmgaeug7ymjq8c53ttstpl7rny43q8zsragds"
},
"chain_2": {
"address": "nibi1twmgaeug7ymjq8c53ttstpl7rny43q8zjd94w5"
},
"memo": "Relayed by kjnodes",
"name": "kjnodes",
"discord": {
"handle": "kjnodes",
"id": "403199803330134018"
}
}
]
}

0 comments on commit 2f17349

Please sign in to comment.