From 8ea8c1b9e53ac0d06e1ffbc532367bb274ace0d9 Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Mon, 18 Nov 2024 10:24:19 -0800 Subject: [PATCH] added neutron <> carbon IBC connection --- packages/utils/constants/chains.ts | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/packages/utils/constants/chains.ts b/packages/utils/constants/chains.ts index 928920e62..41ba1acf0 100644 --- a/packages/utils/constants/chains.ts +++ b/packages/utils/constants/chains.ts @@ -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, + }, + }, + ], + }, ] /**