Skip to content

Commit

Permalink
added neutron <> carbon IBC connection
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 18, 2024
1 parent d7950ec commit 8ea8c1b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/utils/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,37 @@ export const ibc: IBCInfo[] = [
},
],
},
// Neutron <-> Carbon
{
chain_1: {
chain_name: 'neutron',
client_id: '07-tendermint-141',
connection_id: 'connection-99',
},
chain_2: {
chain_name: 'carbon',
client_id: '07-tendermint-77',
connection_id: 'connection-51',
},
channels: [
{
chain_1: {
channel_id: 'channel-4892',
port_id: 'transfer',
},
chain_2: {
channel_id: 'channel-48',
port_id: 'transfer',
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
},
},
],
},
]

/**
Expand Down

0 comments on commit 8ea8c1b

Please sign in to comment.