chain-registry 1.69.135 → 1.69.137

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/esm/mainnet/axelar/ibc.js +29 -0
  2. package/esm/mainnet/kopi/assets.js +5 -5
  3. package/esm/mainnet/kopi/ibc.js +5 -5
  4. package/esm/mainnet/noble/ibc.js +5 -5
  5. package/esm/mainnet/nomic/chain.js +0 -5
  6. package/esm/mainnet/sidechain/ibc.js +29 -0
  7. package/esm/testnet/cosmosicsprovidertestnet/ibc.js +30 -0
  8. package/esm/testnet/cosmosicsprovidertestnet/index.js +2 -0
  9. package/esm/testnet/ibc.js +4 -0
  10. package/esm/testnet/mantrachaintestnet2/assets.js +178 -2
  11. package/esm/testnet/mantrachaintestnet2/ibc.js +90 -0
  12. package/esm/testnet/mantrachaintestnet2/index.js +2 -0
  13. package/esm/testnet/nobletestnet/ibc.js +29 -0
  14. package/esm/testnet/osmosistestnet/ibc.js +29 -0
  15. package/esm/testnet/zenrocktestnet/chain.js +1 -1
  16. package/mainnet/axelar/ibc.js +29 -0
  17. package/mainnet/kopi/assets.js +5 -5
  18. package/mainnet/kopi/ibc.js +5 -5
  19. package/mainnet/noble/ibc.js +5 -5
  20. package/mainnet/nomic/chain.js +0 -5
  21. package/mainnet/sidechain/ibc.js +29 -0
  22. package/package.json +4 -4
  23. package/testnet/cosmosicsprovidertestnet/ibc.d.ts +3 -0
  24. package/testnet/cosmosicsprovidertestnet/ibc.js +32 -0
  25. package/testnet/cosmosicsprovidertestnet/index.d.ts +1 -0
  26. package/testnet/cosmosicsprovidertestnet/index.js +3 -1
  27. package/testnet/ibc.js +4 -0
  28. package/testnet/mantrachaintestnet2/assets.js +178 -2
  29. package/testnet/mantrachaintestnet2/ibc.d.ts +3 -0
  30. package/testnet/mantrachaintestnet2/ibc.js +92 -0
  31. package/testnet/mantrachaintestnet2/index.d.ts +1 -0
  32. package/testnet/mantrachaintestnet2/index.js +3 -1
  33. package/testnet/nobletestnet/ibc.js +29 -0
  34. package/testnet/osmosistestnet/ibc.js +29 -0
  35. package/testnet/zenrocktestnet/chain.js +1 -1
@@ -1182,6 +1182,35 @@ const info = [
1182
1182
  }
1183
1183
  }]
1184
1184
  },
1185
+ {
1186
+ $schema: '../ibc_data.schema.json',
1187
+ chain_1: {
1188
+ chain_name: 'axelar',
1189
+ client_id: '07-tendermint-241',
1190
+ connection_id: 'connection-231'
1191
+ },
1192
+ chain_2: {
1193
+ chain_name: 'sidechain',
1194
+ client_id: '07-tendermint-18',
1195
+ connection_id: 'connection-6'
1196
+ },
1197
+ channels: [{
1198
+ chain_1: {
1199
+ channel_id: 'channel-173',
1200
+ port_id: 'transfer'
1201
+ },
1202
+ chain_2: {
1203
+ channel_id: 'channel-5',
1204
+ port_id: 'transfer'
1205
+ },
1206
+ ordering: 'unordered',
1207
+ version: 'ics20-1',
1208
+ tags: {
1209
+ status: 'live',
1210
+ preferred: true
1211
+ }
1212
+ }]
1213
+ },
1185
1214
  {
1186
1215
  $schema: '../ibc_data.schema.json',
1187
1216
  chain_1: {
@@ -145,13 +145,13 @@ const info = {
145
145
  {
146
146
  description: 'USDC from Noble Chain',
147
147
  denom_units: [{
148
- denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
148
+ denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
149
149
  exponent: 0
150
150
  }, {
151
151
  denom: 'USDC',
152
152
  exponent: 6
153
153
  }],
154
- base: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
154
+ base: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
155
155
  name: 'USDC',
156
156
  display: 'USDC',
157
157
  symbol: 'USDC',
@@ -168,11 +168,11 @@ const info = {
168
168
  counterparty: {
169
169
  chain_name: 'noble',
170
170
  base_denom: 'uusdc',
171
- channel_id: 'channel-109'
171
+ channel_id: 'channel-122'
172
172
  },
173
173
  chain: {
174
- channel_id: 'channel-0',
175
- path: 'transfer/channel-0/uusdc'
174
+ channel_id: 'channel-9',
175
+ path: 'transfer/channel-9/uusdc'
176
176
  }
177
177
  }],
178
178
  coingecko_id: 'usd-coin'
@@ -62,20 +62,20 @@ const info = [
62
62
  chain_1: {
63
63
  chain_name: 'kopi',
64
64
  client_id: '07-tendermint-0',
65
- connection_id: 'connection-0'
65
+ connection_id: 'connection-1'
66
66
  },
67
67
  chain_2: {
68
68
  chain_name: 'noble',
69
- client_id: '07-tendermint-124',
70
- connection_id: 'connection-120'
69
+ client_id: '07-tendermint-140',
70
+ connection_id: 'connection-135'
71
71
  },
72
72
  channels: [{
73
73
  chain_1: {
74
- channel_id: 'channel-0',
74
+ channel_id: 'channel-9',
75
75
  port_id: 'transfer'
76
76
  },
77
77
  chain_2: {
78
- channel_id: 'channel-109',
78
+ channel_id: 'channel-122',
79
79
  port_id: 'transfer'
80
80
  },
81
81
  ordering: 'unordered',
@@ -555,20 +555,20 @@ const info = [
555
555
  chain_1: {
556
556
  chain_name: 'kopi',
557
557
  client_id: '07-tendermint-0',
558
- connection_id: 'connection-0'
558
+ connection_id: 'connection-1'
559
559
  },
560
560
  chain_2: {
561
561
  chain_name: 'noble',
562
- client_id: '07-tendermint-124',
563
- connection_id: 'connection-120'
562
+ client_id: '07-tendermint-140',
563
+ connection_id: 'connection-135'
564
564
  },
565
565
  channels: [{
566
566
  chain_1: {
567
- channel_id: 'channel-0',
567
+ channel_id: 'channel-9',
568
568
  port_id: 'transfer'
569
569
  },
570
570
  chain_2: {
571
- channel_id: 'channel-109',
571
+ channel_id: 'channel-122',
572
572
  port_id: 'transfer'
573
573
  },
574
574
  ordering: 'unordered',
@@ -18,11 +18,6 @@ const info = {
18
18
  low_gas_price: 0,
19
19
  average_gas_price: 0,
20
20
  high_gas_price: 0
21
- }, {
22
- denom: 'usat',
23
- low_gas_price: 0,
24
- average_gas_price: 0,
25
- high_gas_price: 0
26
21
  }]
27
22
  },
28
23
  staking: {
@@ -1,4 +1,33 @@
1
1
  const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'axelar',
6
+ client_id: '07-tendermint-241',
7
+ connection_id: 'connection-231'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'sidechain',
11
+ client_id: '07-tendermint-18',
12
+ connection_id: 'connection-6'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-173',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-5',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
2
31
  {
3
32
  $schema: '../ibc_data.schema.json',
4
33
  chain_1: {
@@ -0,0 +1,30 @@
1
+ const info = [{
2
+ $schema: '../../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'cosmosicsprovidertestnet',
5
+ client_id: '07-tendermint-159',
6
+ connection_id: 'connection-107'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'mantrachaintestnet2',
10
+ client_id: '07-tendermint-3',
11
+ connection_id: 'connection-3'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-241',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-3',
20
+ port_id: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true
27
+ }
28
+ }]
29
+ }];
30
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assets from './assets';
2
2
  import _chain from './chain';
3
+ import _ibc from './ibc';
3
4
  export const assets = _assets;
4
5
  export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -6,6 +6,7 @@ import * as _chain4energytestnet from './chain4energytestnet';
6
6
  import * as _composabletestnet from './composabletestnet';
7
7
  import * as _coreumtestnet from './coreumtestnet';
8
8
  import * as _cosmoshubtestnet from './cosmoshubtestnet';
9
+ import * as _cosmosicsprovidertestnet from './cosmosicsprovidertestnet';
9
10
  import * as _doravotatestnet from './doravotatestnet';
10
11
  import * as _dydxtestnet from './dydxtestnet';
11
12
  import * as _elystestnet from './elystestnet';
@@ -21,6 +22,7 @@ import * as _lavatestnet from './lavatestnet';
21
22
  import * as _likecointestnet from './likecointestnet';
22
23
  import * as _manifesttestnet from './manifesttestnet';
23
24
  import * as _mantrachaintestnet from './mantrachaintestnet';
25
+ import * as _mantrachaintestnet2 from './mantrachaintestnet2';
24
26
  import * as _marstestnet from './marstestnet';
25
27
  import * as _neutrontestnet from './neutrontestnet';
26
28
  import * as _nobletestnet from './nobletestnet';
@@ -50,6 +52,7 @@ const ibc = [
50
52
  ..._composabletestnet.ibc,
51
53
  ..._coreumtestnet.ibc,
52
54
  ..._cosmoshubtestnet.ibc,
55
+ ..._cosmosicsprovidertestnet.ibc,
53
56
  ..._doravotatestnet.ibc,
54
57
  ..._dydxtestnet.ibc,
55
58
  ..._elystestnet.ibc,
@@ -65,6 +68,7 @@ const ibc = [
65
68
  ..._likecointestnet.ibc,
66
69
  ..._manifesttestnet.ibc,
67
70
  ..._mantrachaintestnet.ibc,
71
+ ..._mantrachaintestnet2.ibc,
68
72
  ..._marstestnet.ibc,
69
73
  ..._neutrontestnet.ibc,
70
74
  ..._nobletestnet.ibc,
@@ -1,7 +1,8 @@
1
1
  const info = {
2
2
  $schema: '../../assetlist.schema.json',
3
3
  chain_name: 'mantrachaintestnet2',
4
- assets: [{
4
+ assets: [
5
+ {
5
6
  description: 'The native token of MANTRA',
6
7
  extended_description: 'The first RWA Layer 1 Blockchain, capable of adherence and enforcement of real world regulatory requirements.',
7
8
  denom_units: [{
@@ -58,6 +59,181 @@ const info = {
58
59
  website: 'https://www.mantrachain.io/',
59
60
  twitter: 'https://x.com/MANTRA_Chain'
60
61
  }
61
- }]
62
+ },
63
+ {
64
+ description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, with Circle as the first issuer.',
65
+ denom_units: [{
66
+ denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
67
+ exponent: 0,
68
+ aliases: ['microusdc', 'uusdc']
69
+ }, {
70
+ denom: 'usdc',
71
+ exponent: 6
72
+ }],
73
+ type_asset: 'ics20',
74
+ base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
75
+ name: 'USDC',
76
+ display: 'usdc',
77
+ symbol: 'USDC',
78
+ traces: [{
79
+ type: 'ibc',
80
+ counterparty: {
81
+ chain_name: 'nobletestnet',
82
+ base_denom: 'uusdc',
83
+ channel_id: 'channel-237'
84
+ },
85
+ chain: {
86
+ channel_id: 'channel-2',
87
+ path: 'transfer/channel-2/uusdc'
88
+ }
89
+ }],
90
+ logo_URIs: {
91
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
92
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
93
+ },
94
+ images: [{
95
+ image_sync: {
96
+ chain_name: 'ethereum',
97
+ base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
98
+ },
99
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
101
+ theme: {
102
+ circle: true,
103
+ primary_color_hex: '#2775CA'
104
+ }
105
+ }]
106
+ },
107
+ {
108
+ description: 'Ondo US Dollar Yield',
109
+ denom_units: [{
110
+ denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
111
+ exponent: 0,
112
+ aliases: ['attousdy', 'ausdy']
113
+ }, {
114
+ denom: 'usdy',
115
+ exponent: 18
116
+ }],
117
+ type_asset: 'ics20',
118
+ base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
119
+ name: 'Ondo US Dollar Yield',
120
+ display: 'usdy',
121
+ symbol: 'USDY',
122
+ traces: [{
123
+ type: 'ibc',
124
+ counterparty: {
125
+ chain_name: 'nobletestnet',
126
+ base_denom: 'ausdy',
127
+ channel_id: 'channel-237'
128
+ },
129
+ chain: {
130
+ channel_id: 'channel-2',
131
+ path: 'transfer/channel-2/ausdy'
132
+ }
133
+ }],
134
+ logo_URIs: {
135
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
136
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
137
+ },
138
+ images: [{
139
+ image_sync: {
140
+ chain_name: 'noble',
141
+ base_denom: 'ausdy'
142
+ },
143
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
144
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
145
+ theme: {
146
+ primary_color_hex: '#142c5c'
147
+ }
148
+ }]
149
+ },
150
+ {
151
+ description: 'OSMO from Osmosis',
152
+ denom_units: [{
153
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
154
+ exponent: 0,
155
+ aliases: ['uosmo']
156
+ }, {
157
+ denom: 'osmo',
158
+ exponent: 6,
159
+ aliases: []
160
+ }],
161
+ type_asset: 'ics20',
162
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
163
+ name: 'Osmosis',
164
+ display: 'osmo',
165
+ symbol: 'OSMO',
166
+ traces: [{
167
+ type: 'ibc',
168
+ counterparty: {
169
+ chain_name: 'osmosistestnet',
170
+ base_denom: 'uosmo',
171
+ channel_id: 'channel-9126'
172
+ },
173
+ chain: {
174
+ channel_id: 'channel-0',
175
+ path: 'transfer/channel-0/uosmo'
176
+ }
177
+ }],
178
+ images: [{
179
+ image_sync: {
180
+ chain_name: 'osmosis',
181
+ base_denom: 'uosmo'
182
+ },
183
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
184
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
185
+ theme: {
186
+ primary_color_hex: '#760dbb'
187
+ }
188
+ }],
189
+ logo_URIs: {
190
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
191
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
192
+ }
193
+ },
194
+ {
195
+ description: 'The native staking and governance token of the Cosmos Hub.',
196
+ denom_units: [{
197
+ denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
198
+ exponent: 0,
199
+ aliases: ['uatom']
200
+ }, {
201
+ denom: 'atom',
202
+ exponent: 6
203
+ }],
204
+ type_asset: 'ics20',
205
+ base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
206
+ name: 'Cosmos Hub',
207
+ display: 'atom',
208
+ symbol: 'ATOM',
209
+ traces: [{
210
+ type: 'ibc',
211
+ counterparty: {
212
+ chain_name: 'cosmosicsprovidertestnet',
213
+ base_denom: 'uatom',
214
+ channel_id: 'channel-241'
215
+ },
216
+ chain: {
217
+ channel_id: 'channel-3',
218
+ path: 'transfer/channel-3/uatom'
219
+ }
220
+ }],
221
+ logo_URIs: {
222
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
223
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
224
+ },
225
+ images: [{
226
+ image_sync: {
227
+ chain_name: 'cosmoshub',
228
+ base_denom: 'uatom'
229
+ },
230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
231
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
232
+ theme: {
233
+ primary_color_hex: '#272d45'
234
+ }
235
+ }]
236
+ }
237
+ ]
62
238
  };
63
239
  export default info;
@@ -0,0 +1,90 @@
1
+ const info = [
2
+ {
3
+ $schema: '../../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'cosmosicsprovidertestnet',
6
+ client_id: '07-tendermint-159',
7
+ connection_id: 'connection-107'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'mantrachaintestnet2',
11
+ client_id: '07-tendermint-3',
12
+ connection_id: 'connection-3'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-241',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-3',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
31
+ {
32
+ $schema: '../../ibc_data.schema.json',
33
+ chain_1: {
34
+ chain_name: 'mantrachaintestnet2',
35
+ client_id: '07-tendermint-2',
36
+ connection_id: 'connection-2'
37
+ },
38
+ chain_2: {
39
+ chain_name: 'nobletestnet',
40
+ client_id: '07-tendermint-341',
41
+ connection_id: 'connection-290'
42
+ },
43
+ channels: [{
44
+ chain_1: {
45
+ channel_id: 'channel-2',
46
+ port_id: 'transfer'
47
+ },
48
+ chain_2: {
49
+ channel_id: 'channel-237',
50
+ port_id: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ },
60
+ {
61
+ $schema: '../../ibc_data.schema.json',
62
+ chain_1: {
63
+ chain_name: 'mantrachaintestnet2',
64
+ client_id: '07-tendermint-0',
65
+ connection_id: 'connection-0'
66
+ },
67
+ chain_2: {
68
+ chain_name: 'osmosistestnet',
69
+ client_id: '07-tendermint-4086',
70
+ connection_id: 'connection-3531'
71
+ },
72
+ channels: [{
73
+ chain_1: {
74
+ channel_id: 'channel-0',
75
+ port_id: 'transfer'
76
+ },
77
+ chain_2: {
78
+ channel_id: 'channel-9126',
79
+ port_id: 'transfer'
80
+ },
81
+ ordering: 'unordered',
82
+ version: 'ics20-1',
83
+ tags: {
84
+ status: 'live',
85
+ preferred: true
86
+ }
87
+ }]
88
+ }
89
+ ];
90
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assets from './assets';
2
2
  import _chain from './chain';
3
+ import _ibc from './ibc';
3
4
  export const assets = _assets;
4
5
  export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -56,6 +56,35 @@ const info = [
56
56
  }
57
57
  }]
58
58
  },
59
+ {
60
+ $schema: '../../ibc_data.schema.json',
61
+ chain_1: {
62
+ chain_name: 'mantrachaintestnet2',
63
+ client_id: '07-tendermint-2',
64
+ connection_id: 'connection-2'
65
+ },
66
+ chain_2: {
67
+ chain_name: 'nobletestnet',
68
+ client_id: '07-tendermint-341',
69
+ connection_id: 'connection-290'
70
+ },
71
+ channels: [{
72
+ chain_1: {
73
+ channel_id: 'channel-2',
74
+ port_id: 'transfer'
75
+ },
76
+ chain_2: {
77
+ channel_id: 'channel-237',
78
+ port_id: 'transfer'
79
+ },
80
+ ordering: 'unordered',
81
+ version: 'ics20-1',
82
+ tags: {
83
+ status: 'live',
84
+ preferred: true
85
+ }
86
+ }]
87
+ },
59
88
  {
60
89
  $schema: '../../ibc_data.schema.json',
61
90
  chain_1: {
@@ -621,6 +621,35 @@ const info = [
621
621
  }
622
622
  }]
623
623
  },
624
+ {
625
+ $schema: '../../ibc_data.schema.json',
626
+ chain_1: {
627
+ chain_name: 'mantrachaintestnet2',
628
+ client_id: '07-tendermint-0',
629
+ connection_id: 'connection-0'
630
+ },
631
+ chain_2: {
632
+ chain_name: 'osmosistestnet',
633
+ client_id: '07-tendermint-4086',
634
+ connection_id: 'connection-3531'
635
+ },
636
+ channels: [{
637
+ chain_1: {
638
+ channel_id: 'channel-0',
639
+ port_id: 'transfer'
640
+ },
641
+ chain_2: {
642
+ channel_id: 'channel-9126',
643
+ port_id: 'transfer'
644
+ },
645
+ ordering: 'unordered',
646
+ version: 'ics20-1',
647
+ tags: {
648
+ status: 'live',
649
+ preferred: true
650
+ }
651
+ }]
652
+ },
624
653
  {
625
654
  $schema: '../../ibc_data.schema.json',
626
655
  chain_1: {
@@ -6,7 +6,7 @@ const info = {
6
6
  network_type: 'testnet',
7
7
  chain_type: 'cosmos',
8
8
  pretty_name: 'Zenrock Gardia Testnet',
9
- chain_id: 'gardia-3',
9
+ chain_id: 'gardia-4',
10
10
  bech32_prefix: 'zen',
11
11
  daemon_name: 'zenrockd',
12
12
  node_home: '$HOME/.zenrockd',
@@ -1184,6 +1184,35 @@ const info = [
1184
1184
  }
1185
1185
  }]
1186
1186
  },
1187
+ {
1188
+ $schema: '../ibc_data.schema.json',
1189
+ chain_1: {
1190
+ chain_name: 'axelar',
1191
+ client_id: '07-tendermint-241',
1192
+ connection_id: 'connection-231'
1193
+ },
1194
+ chain_2: {
1195
+ chain_name: 'sidechain',
1196
+ client_id: '07-tendermint-18',
1197
+ connection_id: 'connection-6'
1198
+ },
1199
+ channels: [{
1200
+ chain_1: {
1201
+ channel_id: 'channel-173',
1202
+ port_id: 'transfer'
1203
+ },
1204
+ chain_2: {
1205
+ channel_id: 'channel-5',
1206
+ port_id: 'transfer'
1207
+ },
1208
+ ordering: 'unordered',
1209
+ version: 'ics20-1',
1210
+ tags: {
1211
+ status: 'live',
1212
+ preferred: true
1213
+ }
1214
+ }]
1215
+ },
1187
1216
  {
1188
1217
  $schema: '../ibc_data.schema.json',
1189
1218
  chain_1: {