chain-registry 1.69.135 → 1.69.136

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.
@@ -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',
@@ -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-10',
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-10',
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: {
@@ -147,13 +147,13 @@ const info = {
147
147
  {
148
148
  description: 'USDC from Noble Chain',
149
149
  denom_units: [{
150
- denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
150
+ denom: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
151
151
  exponent: 0
152
152
  }, {
153
153
  denom: 'USDC',
154
154
  exponent: 6
155
155
  }],
156
- base: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
156
+ base: 'ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F',
157
157
  name: 'USDC',
158
158
  display: 'USDC',
159
159
  symbol: 'USDC',
@@ -170,11 +170,11 @@ const info = {
170
170
  counterparty: {
171
171
  chain_name: 'noble',
172
172
  base_denom: 'uusdc',
173
- channel_id: 'channel-109'
173
+ channel_id: 'channel-122'
174
174
  },
175
175
  chain: {
176
- channel_id: 'channel-0',
177
- path: 'transfer/channel-0/uusdc'
176
+ channel_id: 'channel-9',
177
+ path: 'transfer/channel-9/uusdc'
178
178
  }
179
179
  }],
180
180
  coingecko_id: 'usd-coin'
@@ -64,20 +64,20 @@ const info = [
64
64
  chain_1: {
65
65
  chain_name: 'kopi',
66
66
  client_id: '07-tendermint-0',
67
- connection_id: 'connection-0'
67
+ connection_id: 'connection-1'
68
68
  },
69
69
  chain_2: {
70
70
  chain_name: 'noble',
71
- client_id: '07-tendermint-124',
72
- connection_id: 'connection-120'
71
+ client_id: '07-tendermint-140',
72
+ connection_id: 'connection-135'
73
73
  },
74
74
  channels: [{
75
75
  chain_1: {
76
- channel_id: 'channel-0',
76
+ channel_id: 'channel-9',
77
77
  port_id: 'transfer'
78
78
  },
79
79
  chain_2: {
80
- channel_id: 'channel-109',
80
+ channel_id: 'channel-122',
81
81
  port_id: 'transfer'
82
82
  },
83
83
  ordering: 'unordered',
@@ -557,20 +557,20 @@ const info = [
557
557
  chain_1: {
558
558
  chain_name: 'kopi',
559
559
  client_id: '07-tendermint-0',
560
- connection_id: 'connection-0'
560
+ connection_id: 'connection-1'
561
561
  },
562
562
  chain_2: {
563
563
  chain_name: 'noble',
564
- client_id: '07-tendermint-124',
565
- connection_id: 'connection-120'
564
+ client_id: '07-tendermint-140',
565
+ connection_id: 'connection-135'
566
566
  },
567
567
  channels: [{
568
568
  chain_1: {
569
- channel_id: 'channel-0',
569
+ channel_id: 'channel-9',
570
570
  port_id: 'transfer'
571
571
  },
572
572
  chain_2: {
573
- channel_id: 'channel-109',
573
+ channel_id: 'channel-122',
574
574
  port_id: 'transfer'
575
575
  },
576
576
  ordering: 'unordered',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.135",
3
+ "version": "1.69.136",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.81",
32
+ "@chain-registry/utils": "^1.51.82",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.81"
36
+ "@chain-registry/types": "^0.50.82"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "2b38bd5444ad80d98d639130cc48cfcc10ac7a2b"
46
+ "gitHead": "56d2466e06b6c801c8a8676df7b8921236ca9486"
47
47
  }
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../../ibc_data.schema.json',
5
+ chain_1: {
6
+ chain_name: 'cosmosicsprovidertestnet',
7
+ client_id: '07-tendermint-159',
8
+ connection_id: 'connection-107'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'mantrachaintestnet2',
12
+ client_id: '07-tendermint-3',
13
+ connection_id: 'connection-3'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-241',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-3',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }];
32
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assets: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.chain = exports.assets = void 0;
6
+ exports.ibc = exports.chain = exports.assets = void 0;
7
7
  const assets_1 = __importDefault(require("./assets"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_1 = __importDefault(require("./ibc"));
9
10
  exports.assets = assets_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;
package/testnet/ibc.js CHANGED
@@ -31,6 +31,7 @@ const _chain4energytestnet = __importStar(require("./chain4energytestnet"));
31
31
  const _composabletestnet = __importStar(require("./composabletestnet"));
32
32
  const _coreumtestnet = __importStar(require("./coreumtestnet"));
33
33
  const _cosmoshubtestnet = __importStar(require("./cosmoshubtestnet"));
34
+ const _cosmosicsprovidertestnet = __importStar(require("./cosmosicsprovidertestnet"));
34
35
  const _doravotatestnet = __importStar(require("./doravotatestnet"));
35
36
  const _dydxtestnet = __importStar(require("./dydxtestnet"));
36
37
  const _elystestnet = __importStar(require("./elystestnet"));
@@ -46,6 +47,7 @@ const _lavatestnet = __importStar(require("./lavatestnet"));
46
47
  const _likecointestnet = __importStar(require("./likecointestnet"));
47
48
  const _manifesttestnet = __importStar(require("./manifesttestnet"));
48
49
  const _mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
50
+ const _mantrachaintestnet2 = __importStar(require("./mantrachaintestnet2"));
49
51
  const _marstestnet = __importStar(require("./marstestnet"));
50
52
  const _neutrontestnet = __importStar(require("./neutrontestnet"));
51
53
  const _nobletestnet = __importStar(require("./nobletestnet"));
@@ -75,6 +77,7 @@ const ibc = [
75
77
  ..._composabletestnet.ibc,
76
78
  ..._coreumtestnet.ibc,
77
79
  ..._cosmoshubtestnet.ibc,
80
+ ..._cosmosicsprovidertestnet.ibc,
78
81
  ..._doravotatestnet.ibc,
79
82
  ..._dydxtestnet.ibc,
80
83
  ..._elystestnet.ibc,
@@ -90,6 +93,7 @@ const ibc = [
90
93
  ..._likecointestnet.ibc,
91
94
  ..._manifesttestnet.ibc,
92
95
  ..._mantrachaintestnet.ibc,
96
+ ..._mantrachaintestnet2.ibc,
93
97
  ..._marstestnet.ibc,
94
98
  ..._neutrontestnet.ibc,
95
99
  ..._nobletestnet.ibc,
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../../assetlist.schema.json',
5
5
  chain_name: 'mantrachaintestnet2',
6
- assets: [{
6
+ assets: [
7
+ {
7
8
  description: 'The native token of MANTRA',
8
9
  extended_description: 'The first RWA Layer 1 Blockchain, capable of adherence and enforcement of real world regulatory requirements.',
9
10
  denom_units: [{
@@ -60,6 +61,181 @@ const info = {
60
61
  website: 'https://www.mantrachain.io/',
61
62
  twitter: 'https://x.com/MANTRA_Chain'
62
63
  }
63
- }]
64
+ },
65
+ {
66
+ description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, with Circle as the first issuer.',
67
+ denom_units: [{
68
+ denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
69
+ exponent: 0,
70
+ aliases: ['microusdc', 'uusdc']
71
+ }, {
72
+ denom: 'usdc',
73
+ exponent: 6
74
+ }],
75
+ type_asset: 'ics20',
76
+ base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
77
+ name: 'USDC',
78
+ display: 'usdc',
79
+ symbol: 'USDC',
80
+ traces: [{
81
+ type: 'ibc',
82
+ counterparty: {
83
+ chain_name: 'nobletestnet',
84
+ base_denom: 'uusdc',
85
+ channel_id: 'channel-237'
86
+ },
87
+ chain: {
88
+ channel_id: 'channel-2',
89
+ path: 'transfer/channel-2/uusdc'
90
+ }
91
+ }],
92
+ logo_URIs: {
93
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
94
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
95
+ },
96
+ images: [{
97
+ image_sync: {
98
+ chain_name: 'ethereum',
99
+ base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
100
+ },
101
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
103
+ theme: {
104
+ circle: true,
105
+ primary_color_hex: '#2775CA'
106
+ }
107
+ }]
108
+ },
109
+ {
110
+ description: 'Ondo US Dollar Yield',
111
+ denom_units: [{
112
+ denom: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
113
+ exponent: 0,
114
+ aliases: ['attousdy', 'ausdy']
115
+ }, {
116
+ denom: 'usdy',
117
+ exponent: 18
118
+ }],
119
+ type_asset: 'ics20',
120
+ base: 'ibc/D4673DC468A86C668204C7A29BFDC3511FF36D512C38C9EB9215872E9653B239',
121
+ name: 'Ondo US Dollar Yield',
122
+ display: 'usdy',
123
+ symbol: 'USDY',
124
+ traces: [{
125
+ type: 'ibc',
126
+ counterparty: {
127
+ chain_name: 'nobletestnet',
128
+ base_denom: 'ausdy',
129
+ channel_id: 'channel-237'
130
+ },
131
+ chain: {
132
+ channel_id: 'channel-2',
133
+ path: 'transfer/channel-2/ausdy'
134
+ }
135
+ }],
136
+ logo_URIs: {
137
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
138
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
139
+ },
140
+ images: [{
141
+ image_sync: {
142
+ chain_name: 'noble',
143
+ base_denom: 'ausdy'
144
+ },
145
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
146
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
147
+ theme: {
148
+ primary_color_hex: '#142c5c'
149
+ }
150
+ }]
151
+ },
152
+ {
153
+ description: 'OSMO from Osmosis',
154
+ denom_units: [{
155
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
156
+ exponent: 0,
157
+ aliases: ['uosmo']
158
+ }, {
159
+ denom: 'osmo',
160
+ exponent: 6,
161
+ aliases: []
162
+ }],
163
+ type_asset: 'ics20',
164
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
165
+ name: 'Osmosis',
166
+ display: 'osmo',
167
+ symbol: 'OSMO',
168
+ traces: [{
169
+ type: 'ibc',
170
+ counterparty: {
171
+ chain_name: 'osmosistestnet',
172
+ base_denom: 'uosmo',
173
+ channel_id: 'channel-9126'
174
+ },
175
+ chain: {
176
+ channel_id: 'channel-0',
177
+ path: 'transfer/channel-0/uosmo'
178
+ }
179
+ }],
180
+ images: [{
181
+ image_sync: {
182
+ chain_name: 'osmosis',
183
+ base_denom: 'uosmo'
184
+ },
185
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
186
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
187
+ theme: {
188
+ primary_color_hex: '#760dbb'
189
+ }
190
+ }],
191
+ logo_URIs: {
192
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
194
+ }
195
+ },
196
+ {
197
+ description: 'The native staking and governance token of the Cosmos Hub.',
198
+ denom_units: [{
199
+ denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
200
+ exponent: 0,
201
+ aliases: ['uatom']
202
+ }, {
203
+ denom: 'atom',
204
+ exponent: 6
205
+ }],
206
+ type_asset: 'ics20',
207
+ base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
208
+ name: 'Cosmos Hub',
209
+ display: 'atom',
210
+ symbol: 'ATOM',
211
+ traces: [{
212
+ type: 'ibc',
213
+ counterparty: {
214
+ chain_name: 'cosmosicsprovidertestnet',
215
+ base_denom: 'uatom',
216
+ channel_id: 'channel-241'
217
+ },
218
+ chain: {
219
+ channel_id: 'channel-3',
220
+ path: 'transfer/channel-3/uatom'
221
+ }
222
+ }],
223
+ logo_URIs: {
224
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
225
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
226
+ },
227
+ images: [{
228
+ image_sync: {
229
+ chain_name: 'cosmoshub',
230
+ base_denom: 'uatom'
231
+ },
232
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
233
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
234
+ theme: {
235
+ primary_color_hex: '#272d45'
236
+ }
237
+ }]
238
+ }
239
+ ]
64
240
  };
65
241
  exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [
4
+ {
5
+ $schema: '../../ibc_data.schema.json',
6
+ chain_1: {
7
+ chain_name: 'cosmosicsprovidertestnet',
8
+ client_id: '07-tendermint-159',
9
+ connection_id: 'connection-107'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'mantrachaintestnet2',
13
+ client_id: '07-tendermint-3',
14
+ connection_id: 'connection-3'
15
+ },
16
+ channels: [{
17
+ chain_1: {
18
+ channel_id: 'channel-241',
19
+ port_id: 'transfer'
20
+ },
21
+ chain_2: {
22
+ channel_id: 'channel-3',
23
+ port_id: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'live',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
33
+ {
34
+ $schema: '../../ibc_data.schema.json',
35
+ chain_1: {
36
+ chain_name: 'mantrachaintestnet2',
37
+ client_id: '07-tendermint-2',
38
+ connection_id: 'connection-2'
39
+ },
40
+ chain_2: {
41
+ chain_name: 'nobletestnet',
42
+ client_id: '07-tendermint-341',
43
+ connection_id: 'connection-290'
44
+ },
45
+ channels: [{
46
+ chain_1: {
47
+ channel_id: 'channel-2',
48
+ port_id: 'transfer'
49
+ },
50
+ chain_2: {
51
+ channel_id: 'channel-237',
52
+ port_id: 'transfer'
53
+ },
54
+ ordering: 'unordered',
55
+ version: 'ics20-1',
56
+ tags: {
57
+ status: 'live',
58
+ preferred: true
59
+ }
60
+ }]
61
+ },
62
+ {
63
+ $schema: '../../ibc_data.schema.json',
64
+ chain_1: {
65
+ chain_name: 'mantrachaintestnet2',
66
+ client_id: '07-tendermint-10',
67
+ connection_id: 'connection-0'
68
+ },
69
+ chain_2: {
70
+ chain_name: 'osmosistestnet',
71
+ client_id: '07-tendermint-4086',
72
+ connection_id: 'connection-3531'
73
+ },
74
+ channels: [{
75
+ chain_1: {
76
+ channel_id: 'channel-0',
77
+ port_id: 'transfer'
78
+ },
79
+ chain_2: {
80
+ channel_id: 'channel-9126',
81
+ port_id: 'transfer'
82
+ },
83
+ ordering: 'unordered',
84
+ version: 'ics20-1',
85
+ tags: {
86
+ status: 'live',
87
+ preferred: true
88
+ }
89
+ }]
90
+ }
91
+ ];
92
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assets: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.chain = exports.assets = void 0;
6
+ exports.ibc = exports.chain = exports.assets = void 0;
7
7
  const assets_1 = __importDefault(require("./assets"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_1 = __importDefault(require("./ibc"));
9
10
  exports.assets = assets_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;
@@ -58,6 +58,35 @@ const info = [
58
58
  }
59
59
  }]
60
60
  },
61
+ {
62
+ $schema: '../../ibc_data.schema.json',
63
+ chain_1: {
64
+ chain_name: 'mantrachaintestnet2',
65
+ client_id: '07-tendermint-2',
66
+ connection_id: 'connection-2'
67
+ },
68
+ chain_2: {
69
+ chain_name: 'nobletestnet',
70
+ client_id: '07-tendermint-341',
71
+ connection_id: 'connection-290'
72
+ },
73
+ channels: [{
74
+ chain_1: {
75
+ channel_id: 'channel-2',
76
+ port_id: 'transfer'
77
+ },
78
+ chain_2: {
79
+ channel_id: 'channel-237',
80
+ port_id: 'transfer'
81
+ },
82
+ ordering: 'unordered',
83
+ version: 'ics20-1',
84
+ tags: {
85
+ status: 'live',
86
+ preferred: true
87
+ }
88
+ }]
89
+ },
61
90
  {
62
91
  $schema: '../../ibc_data.schema.json',
63
92
  chain_1: {
@@ -623,6 +623,35 @@ const info = [
623
623
  }
624
624
  }]
625
625
  },
626
+ {
627
+ $schema: '../../ibc_data.schema.json',
628
+ chain_1: {
629
+ chain_name: 'mantrachaintestnet2',
630
+ client_id: '07-tendermint-10',
631
+ connection_id: 'connection-0'
632
+ },
633
+ chain_2: {
634
+ chain_name: 'osmosistestnet',
635
+ client_id: '07-tendermint-4086',
636
+ connection_id: 'connection-3531'
637
+ },
638
+ channels: [{
639
+ chain_1: {
640
+ channel_id: 'channel-0',
641
+ port_id: 'transfer'
642
+ },
643
+ chain_2: {
644
+ channel_id: 'channel-9126',
645
+ port_id: 'transfer'
646
+ },
647
+ ordering: 'unordered',
648
+ version: 'ics20-1',
649
+ tags: {
650
+ status: 'live',
651
+ preferred: true
652
+ }
653
+ }]
654
+ },
626
655
  {
627
656
  $schema: '../../ibc_data.schema.json',
628
657
  chain_1: {