@chain-registry/assets 1.70.192 → 1.70.194
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.
- package/esm/mainnet/axelar.js +170 -0
- package/esm/mainnet/cosmoshub.js +8 -8
- package/esm/mainnet/initia.js +322 -16
- package/esm/mainnet/neutron.js +80 -0
- package/esm/mainnet/nyx.js +86 -0
- package/esm/mainnet/osmosis.js +18 -16
- package/esm/mainnet/sidechain.js +8 -8
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/cosmosicsprovidertestnet.js +108 -3
- package/esm/testnet/elystestnet.js +102 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/osmosistestnet.js +102 -0
- package/esm/testnet/xrplevmtestnet.js +160 -0
- package/mainnet/axelar.js +170 -0
- package/mainnet/cosmoshub.js +8 -8
- package/mainnet/initia.js +322 -16
- package/mainnet/neutron.js +80 -0
- package/mainnet/nyx.js +86 -0
- package/mainnet/osmosis.js +18 -16
- package/mainnet/sidechain.js +8 -8
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/cosmosicsprovidertestnet.js +108 -3
- package/testnet/elystestnet.js +102 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/osmosistestnet.js +102 -0
- package/testnet/xrplevmtestnet.d.ts +3 -0
- package/testnet/xrplevmtestnet.js +162 -0
package/mainnet/initia.js
CHANGED
|
@@ -3,10 +3,163 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'initia',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/E1B86EFC3474070FD47C02F17C84BD573AA8E17C5A8824F293D5B99D6E5F9C09',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['untrn']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'ntrn',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/E1B86EFC3474070FD47C02F17C84BD573AA8E17C5A8824F293D5B99D6E5F9C09',
|
|
17
|
+
name: 'Neutron',
|
|
18
|
+
display: 'ntrn',
|
|
19
|
+
symbol: 'NTRN',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'neutron-3',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#040404',
|
|
30
|
+
background_color_hex: '#000000',
|
|
31
|
+
circle: true
|
|
32
|
+
}
|
|
33
|
+
}],
|
|
34
|
+
socials: {
|
|
35
|
+
website: 'https://neutron.org/',
|
|
36
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
37
|
+
},
|
|
38
|
+
type_asset: 'sdk.coin',
|
|
39
|
+
traces: [{
|
|
40
|
+
type: 'ibc',
|
|
41
|
+
counterparty: {
|
|
42
|
+
channel_id: 'channel-6885',
|
|
43
|
+
base_denom: 'untrn',
|
|
44
|
+
chain_name: 'neutron'
|
|
45
|
+
},
|
|
46
|
+
chain: {
|
|
47
|
+
channel_id: 'channel-37'
|
|
48
|
+
}
|
|
49
|
+
}]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
description: 'BITCOSMOS',
|
|
53
|
+
denom_units: [{
|
|
54
|
+
denom: 'ibc/170131A39F79E19220ECB0DD44729A6608FE1F356868528C57B62B1D5C4A0D90',
|
|
55
|
+
exponent: 0,
|
|
56
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
57
|
+
}, {
|
|
58
|
+
denom: 'bitcosmos',
|
|
59
|
+
exponent: 6
|
|
60
|
+
}],
|
|
61
|
+
base: 'ibc/170131A39F79E19220ECB0DD44729A6608FE1F356868528C57B62B1D5C4A0D90',
|
|
62
|
+
name: 'Bitcosmos',
|
|
63
|
+
display: 'bitcosmos',
|
|
64
|
+
symbol: 'BTC',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
67
|
+
},
|
|
68
|
+
images: [{
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#1b0847'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
type_asset: 'sdk.coin',
|
|
75
|
+
traces: [{
|
|
76
|
+
type: 'ibc',
|
|
77
|
+
counterparty: {
|
|
78
|
+
channel_id: 'channel-6885',
|
|
79
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
80
|
+
chain_name: 'neutron'
|
|
81
|
+
},
|
|
82
|
+
chain: {
|
|
83
|
+
channel_id: 'channel-37'
|
|
84
|
+
}
|
|
85
|
+
}]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
description: 'What the Fuck',
|
|
89
|
+
denom_units: [{
|
|
90
|
+
denom: 'ibc/0AB0CF1B815AB771CD55088F52CDE960BA7D2802CD5DF81F53DE5C65A37CB403',
|
|
91
|
+
exponent: 0,
|
|
92
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
93
|
+
}, {
|
|
94
|
+
denom: 'wtf',
|
|
95
|
+
exponent: 6
|
|
96
|
+
}],
|
|
97
|
+
base: 'ibc/0AB0CF1B815AB771CD55088F52CDE960BA7D2802CD5DF81F53DE5C65A37CB403',
|
|
98
|
+
name: 'wtf',
|
|
99
|
+
display: 'wtf',
|
|
100
|
+
symbol: 'WTF',
|
|
101
|
+
logo_URIs: {
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
103
|
+
},
|
|
104
|
+
images: [{
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
106
|
+
theme: {
|
|
107
|
+
primary_color_hex: '#dcd5ab'
|
|
108
|
+
}
|
|
109
|
+
}],
|
|
110
|
+
type_asset: 'sdk.coin',
|
|
111
|
+
traces: [{
|
|
112
|
+
type: 'ibc',
|
|
113
|
+
counterparty: {
|
|
114
|
+
channel_id: 'channel-6885',
|
|
115
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
116
|
+
chain_name: 'neutron'
|
|
117
|
+
},
|
|
118
|
+
chain: {
|
|
119
|
+
channel_id: 'channel-37'
|
|
120
|
+
}
|
|
121
|
+
}]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
description: 'Astro BOY',
|
|
125
|
+
denom_units: [{
|
|
126
|
+
denom: 'ibc/777E6CC2E8A1AB1AD59A16EB1140C46890525449D9376C3BBE7526794FFFAEB3',
|
|
127
|
+
exponent: 0,
|
|
128
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
129
|
+
}, {
|
|
130
|
+
denom: 'boy',
|
|
131
|
+
exponent: 6
|
|
132
|
+
}],
|
|
133
|
+
base: 'ibc/777E6CC2E8A1AB1AD59A16EB1140C46890525449D9376C3BBE7526794FFFAEB3',
|
|
134
|
+
name: 'boy',
|
|
135
|
+
display: 'boy',
|
|
136
|
+
symbol: 'BOY',
|
|
137
|
+
logo_URIs: {
|
|
138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
139
|
+
},
|
|
140
|
+
images: [{
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
142
|
+
theme: {
|
|
143
|
+
primary_color_hex: '#333333'
|
|
144
|
+
}
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
traces: [{
|
|
148
|
+
type: 'ibc',
|
|
149
|
+
counterparty: {
|
|
150
|
+
channel_id: 'channel-6885',
|
|
151
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
152
|
+
chain_name: 'neutron'
|
|
153
|
+
},
|
|
154
|
+
chain: {
|
|
155
|
+
channel_id: 'channel-37'
|
|
156
|
+
}
|
|
157
|
+
}]
|
|
158
|
+
},
|
|
6
159
|
{
|
|
7
160
|
description: 'The native token of Osmosis',
|
|
8
161
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
162
|
+
denom: 'ibc/F0BA0597CB395041949DA261E44CE5F5A0D934E477E545E6E76CDDC27759632D',
|
|
10
163
|
exponent: 0,
|
|
11
164
|
aliases: ['uosmo']
|
|
12
165
|
}, {
|
|
@@ -14,7 +167,7 @@ const assets = {
|
|
|
14
167
|
exponent: 6
|
|
15
168
|
}],
|
|
16
169
|
type_asset: 'sdk.coin',
|
|
17
|
-
base: 'ibc/
|
|
170
|
+
base: 'ibc/F0BA0597CB395041949DA261E44CE5F5A0D934E477E545E6E76CDDC27759632D',
|
|
18
171
|
name: 'Osmosis',
|
|
19
172
|
display: 'osmo',
|
|
20
173
|
symbol: 'OSMO',
|
|
@@ -38,19 +191,19 @@ const assets = {
|
|
|
38
191
|
traces: [{
|
|
39
192
|
type: 'ibc',
|
|
40
193
|
counterparty: {
|
|
41
|
-
channel_id: 'channel-
|
|
194
|
+
channel_id: 'channel-102122',
|
|
42
195
|
base_denom: 'uosmo',
|
|
43
196
|
chain_name: 'osmosis'
|
|
44
197
|
},
|
|
45
198
|
chain: {
|
|
46
|
-
channel_id: 'channel-
|
|
199
|
+
channel_id: 'channel-68'
|
|
47
200
|
}
|
|
48
201
|
}]
|
|
49
202
|
},
|
|
50
203
|
{
|
|
51
204
|
description: 'ION is the second native token of Osmosis.',
|
|
52
205
|
denom_units: [{
|
|
53
|
-
denom: 'ibc/
|
|
206
|
+
denom: 'ibc/F4A661CBE4DE0C7438EFAD035F4835E5FDBF0F005FAA2460A5689D5C33C07CD5',
|
|
54
207
|
exponent: 0,
|
|
55
208
|
aliases: ['uion']
|
|
56
209
|
}, {
|
|
@@ -58,7 +211,7 @@ const assets = {
|
|
|
58
211
|
exponent: 6
|
|
59
212
|
}],
|
|
60
213
|
type_asset: 'sdk.coin',
|
|
61
|
-
base: 'ibc/
|
|
214
|
+
base: 'ibc/F4A661CBE4DE0C7438EFAD035F4835E5FDBF0F005FAA2460A5689D5C33C07CD5',
|
|
62
215
|
name: 'Ion DAO',
|
|
63
216
|
display: 'ion',
|
|
64
217
|
symbol: 'ION',
|
|
@@ -82,19 +235,172 @@ const assets = {
|
|
|
82
235
|
traces: [{
|
|
83
236
|
type: 'ibc',
|
|
84
237
|
counterparty: {
|
|
85
|
-
channel_id: 'channel-
|
|
238
|
+
channel_id: 'channel-102122',
|
|
86
239
|
base_denom: 'uion',
|
|
87
240
|
chain_name: 'osmosis'
|
|
88
241
|
},
|
|
89
242
|
chain: {
|
|
90
|
-
channel_id: 'channel-
|
|
243
|
+
channel_id: 'channel-68'
|
|
244
|
+
}
|
|
245
|
+
}]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
249
|
+
denom_units: [{
|
|
250
|
+
denom: 'ibc/E1B86EFC3474070FD47C02F17C84BD573AA8E17C5A8824F293D5B99D6E5F9C09',
|
|
251
|
+
exponent: 0,
|
|
252
|
+
aliases: ['untrn']
|
|
253
|
+
}, {
|
|
254
|
+
denom: 'ntrn',
|
|
255
|
+
exponent: 6
|
|
256
|
+
}],
|
|
257
|
+
base: 'ibc/E1B86EFC3474070FD47C02F17C84BD573AA8E17C5A8824F293D5B99D6E5F9C09',
|
|
258
|
+
name: 'Neutron',
|
|
259
|
+
display: 'ntrn',
|
|
260
|
+
symbol: 'NTRN',
|
|
261
|
+
logo_URIs: {
|
|
262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
263
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
264
|
+
},
|
|
265
|
+
coingecko_id: 'neutron-3',
|
|
266
|
+
images: [{
|
|
267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
268
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
269
|
+
theme: {
|
|
270
|
+
primary_color_hex: '#040404',
|
|
271
|
+
background_color_hex: '#000000',
|
|
272
|
+
circle: true
|
|
273
|
+
}
|
|
274
|
+
}],
|
|
275
|
+
socials: {
|
|
276
|
+
website: 'https://neutron.org/',
|
|
277
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
278
|
+
},
|
|
279
|
+
type_asset: 'sdk.coin',
|
|
280
|
+
traces: [{
|
|
281
|
+
type: 'ibc',
|
|
282
|
+
counterparty: {
|
|
283
|
+
channel_id: 'channel-6885',
|
|
284
|
+
base_denom: 'untrn',
|
|
285
|
+
chain_name: 'neutron'
|
|
286
|
+
},
|
|
287
|
+
chain: {
|
|
288
|
+
channel_id: 'channel-37'
|
|
289
|
+
}
|
|
290
|
+
}]
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
description: 'BITCOSMOS',
|
|
294
|
+
denom_units: [{
|
|
295
|
+
denom: 'ibc/170131A39F79E19220ECB0DD44729A6608FE1F356868528C57B62B1D5C4A0D90',
|
|
296
|
+
exponent: 0,
|
|
297
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
298
|
+
}, {
|
|
299
|
+
denom: 'bitcosmos',
|
|
300
|
+
exponent: 6
|
|
301
|
+
}],
|
|
302
|
+
base: 'ibc/170131A39F79E19220ECB0DD44729A6608FE1F356868528C57B62B1D5C4A0D90',
|
|
303
|
+
name: 'Bitcosmos',
|
|
304
|
+
display: 'bitcosmos',
|
|
305
|
+
symbol: 'BTC',
|
|
306
|
+
logo_URIs: {
|
|
307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
308
|
+
},
|
|
309
|
+
images: [{
|
|
310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
311
|
+
theme: {
|
|
312
|
+
primary_color_hex: '#1b0847'
|
|
313
|
+
}
|
|
314
|
+
}],
|
|
315
|
+
type_asset: 'sdk.coin',
|
|
316
|
+
traces: [{
|
|
317
|
+
type: 'ibc',
|
|
318
|
+
counterparty: {
|
|
319
|
+
channel_id: 'channel-6885',
|
|
320
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
321
|
+
chain_name: 'neutron'
|
|
322
|
+
},
|
|
323
|
+
chain: {
|
|
324
|
+
channel_id: 'channel-37'
|
|
325
|
+
}
|
|
326
|
+
}]
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
description: 'What the Fuck',
|
|
330
|
+
denom_units: [{
|
|
331
|
+
denom: 'ibc/0AB0CF1B815AB771CD55088F52CDE960BA7D2802CD5DF81F53DE5C65A37CB403',
|
|
332
|
+
exponent: 0,
|
|
333
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
334
|
+
}, {
|
|
335
|
+
denom: 'wtf',
|
|
336
|
+
exponent: 6
|
|
337
|
+
}],
|
|
338
|
+
base: 'ibc/0AB0CF1B815AB771CD55088F52CDE960BA7D2802CD5DF81F53DE5C65A37CB403',
|
|
339
|
+
name: 'wtf',
|
|
340
|
+
display: 'wtf',
|
|
341
|
+
symbol: 'WTF',
|
|
342
|
+
logo_URIs: {
|
|
343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
344
|
+
},
|
|
345
|
+
images: [{
|
|
346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
347
|
+
theme: {
|
|
348
|
+
primary_color_hex: '#dcd5ab'
|
|
349
|
+
}
|
|
350
|
+
}],
|
|
351
|
+
type_asset: 'sdk.coin',
|
|
352
|
+
traces: [{
|
|
353
|
+
type: 'ibc',
|
|
354
|
+
counterparty: {
|
|
355
|
+
channel_id: 'channel-6885',
|
|
356
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
357
|
+
chain_name: 'neutron'
|
|
358
|
+
},
|
|
359
|
+
chain: {
|
|
360
|
+
channel_id: 'channel-37'
|
|
361
|
+
}
|
|
362
|
+
}]
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
description: 'Astro BOY',
|
|
366
|
+
denom_units: [{
|
|
367
|
+
denom: 'ibc/777E6CC2E8A1AB1AD59A16EB1140C46890525449D9376C3BBE7526794FFFAEB3',
|
|
368
|
+
exponent: 0,
|
|
369
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
370
|
+
}, {
|
|
371
|
+
denom: 'boy',
|
|
372
|
+
exponent: 6
|
|
373
|
+
}],
|
|
374
|
+
base: 'ibc/777E6CC2E8A1AB1AD59A16EB1140C46890525449D9376C3BBE7526794FFFAEB3',
|
|
375
|
+
name: 'boy',
|
|
376
|
+
display: 'boy',
|
|
377
|
+
symbol: 'BOY',
|
|
378
|
+
logo_URIs: {
|
|
379
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
380
|
+
},
|
|
381
|
+
images: [{
|
|
382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
383
|
+
theme: {
|
|
384
|
+
primary_color_hex: '#333333'
|
|
385
|
+
}
|
|
386
|
+
}],
|
|
387
|
+
type_asset: 'sdk.coin',
|
|
388
|
+
traces: [{
|
|
389
|
+
type: 'ibc',
|
|
390
|
+
counterparty: {
|
|
391
|
+
channel_id: 'channel-6885',
|
|
392
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
393
|
+
chain_name: 'neutron'
|
|
394
|
+
},
|
|
395
|
+
chain: {
|
|
396
|
+
channel_id: 'channel-37'
|
|
91
397
|
}
|
|
92
398
|
}]
|
|
93
399
|
},
|
|
94
400
|
{
|
|
95
401
|
description: 'The native token of Osmosis',
|
|
96
402
|
denom_units: [{
|
|
97
|
-
denom: 'ibc/
|
|
403
|
+
denom: 'ibc/F0BA0597CB395041949DA261E44CE5F5A0D934E477E545E6E76CDDC27759632D',
|
|
98
404
|
exponent: 0,
|
|
99
405
|
aliases: ['uosmo']
|
|
100
406
|
}, {
|
|
@@ -102,7 +408,7 @@ const assets = {
|
|
|
102
408
|
exponent: 6
|
|
103
409
|
}],
|
|
104
410
|
type_asset: 'sdk.coin',
|
|
105
|
-
base: 'ibc/
|
|
411
|
+
base: 'ibc/F0BA0597CB395041949DA261E44CE5F5A0D934E477E545E6E76CDDC27759632D',
|
|
106
412
|
name: 'Osmosis',
|
|
107
413
|
display: 'osmo',
|
|
108
414
|
symbol: 'OSMO',
|
|
@@ -126,19 +432,19 @@ const assets = {
|
|
|
126
432
|
traces: [{
|
|
127
433
|
type: 'ibc',
|
|
128
434
|
counterparty: {
|
|
129
|
-
channel_id: 'channel-
|
|
435
|
+
channel_id: 'channel-102122',
|
|
130
436
|
base_denom: 'uosmo',
|
|
131
437
|
chain_name: 'osmosis'
|
|
132
438
|
},
|
|
133
439
|
chain: {
|
|
134
|
-
channel_id: 'channel-
|
|
440
|
+
channel_id: 'channel-68'
|
|
135
441
|
}
|
|
136
442
|
}]
|
|
137
443
|
},
|
|
138
444
|
{
|
|
139
445
|
description: 'ION is the second native token of Osmosis.',
|
|
140
446
|
denom_units: [{
|
|
141
|
-
denom: 'ibc/
|
|
447
|
+
denom: 'ibc/F4A661CBE4DE0C7438EFAD035F4835E5FDBF0F005FAA2460A5689D5C33C07CD5',
|
|
142
448
|
exponent: 0,
|
|
143
449
|
aliases: ['uion']
|
|
144
450
|
}, {
|
|
@@ -146,7 +452,7 @@ const assets = {
|
|
|
146
452
|
exponent: 6
|
|
147
453
|
}],
|
|
148
454
|
type_asset: 'sdk.coin',
|
|
149
|
-
base: 'ibc/
|
|
455
|
+
base: 'ibc/F4A661CBE4DE0C7438EFAD035F4835E5FDBF0F005FAA2460A5689D5C33C07CD5',
|
|
150
456
|
name: 'Ion DAO',
|
|
151
457
|
display: 'ion',
|
|
152
458
|
symbol: 'ION',
|
|
@@ -170,12 +476,12 @@ const assets = {
|
|
|
170
476
|
traces: [{
|
|
171
477
|
type: 'ibc',
|
|
172
478
|
counterparty: {
|
|
173
|
-
channel_id: 'channel-
|
|
479
|
+
channel_id: 'channel-102122',
|
|
174
480
|
base_denom: 'uion',
|
|
175
481
|
chain_name: 'osmosis'
|
|
176
482
|
},
|
|
177
483
|
chain: {
|
|
178
|
-
channel_id: 'channel-
|
|
484
|
+
channel_id: 'channel-68'
|
|
179
485
|
}
|
|
180
486
|
}]
|
|
181
487
|
}
|
package/mainnet/neutron.js
CHANGED
|
@@ -593,6 +593,46 @@ const assets = {
|
|
|
593
593
|
}
|
|
594
594
|
}]
|
|
595
595
|
},
|
|
596
|
+
{
|
|
597
|
+
description: 'The native token of Initia',
|
|
598
|
+
denom_units: [{
|
|
599
|
+
denom: 'ibc/739368B97C6A578432701EEE54CF8BAE535F2EDD28BE051E05268BFA99229090',
|
|
600
|
+
exponent: 0,
|
|
601
|
+
aliases: ['uinit']
|
|
602
|
+
}, {
|
|
603
|
+
denom: 'INIT',
|
|
604
|
+
exponent: 6
|
|
605
|
+
}],
|
|
606
|
+
base: 'ibc/739368B97C6A578432701EEE54CF8BAE535F2EDD28BE051E05268BFA99229090',
|
|
607
|
+
display: 'INIT',
|
|
608
|
+
name: 'Initia',
|
|
609
|
+
symbol: 'INIT',
|
|
610
|
+
images: [{
|
|
611
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
612
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
613
|
+
theme: {
|
|
614
|
+
circle: true,
|
|
615
|
+
primary_color_hex: '#040404'
|
|
616
|
+
}
|
|
617
|
+
}],
|
|
618
|
+
socials: {
|
|
619
|
+
website: 'https://initia.xyz/',
|
|
620
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
621
|
+
},
|
|
622
|
+
type_asset: 'sdk.coin',
|
|
623
|
+
coingecko_id: 'initia',
|
|
624
|
+
traces: [{
|
|
625
|
+
type: 'ibc',
|
|
626
|
+
counterparty: {
|
|
627
|
+
channel_id: 'channel-37',
|
|
628
|
+
base_denom: 'uinit',
|
|
629
|
+
chain_name: 'initia'
|
|
630
|
+
},
|
|
631
|
+
chain: {
|
|
632
|
+
channel_id: 'channel-6885'
|
|
633
|
+
}
|
|
634
|
+
}]
|
|
635
|
+
},
|
|
596
636
|
{
|
|
597
637
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
598
638
|
denom_units: [{
|
|
@@ -1858,6 +1898,46 @@ const assets = {
|
|
|
1858
1898
|
}
|
|
1859
1899
|
}]
|
|
1860
1900
|
},
|
|
1901
|
+
{
|
|
1902
|
+
description: 'The native token of Initia',
|
|
1903
|
+
denom_units: [{
|
|
1904
|
+
denom: 'ibc/739368B97C6A578432701EEE54CF8BAE535F2EDD28BE051E05268BFA99229090',
|
|
1905
|
+
exponent: 0,
|
|
1906
|
+
aliases: ['uinit']
|
|
1907
|
+
}, {
|
|
1908
|
+
denom: 'INIT',
|
|
1909
|
+
exponent: 6
|
|
1910
|
+
}],
|
|
1911
|
+
base: 'ibc/739368B97C6A578432701EEE54CF8BAE535F2EDD28BE051E05268BFA99229090',
|
|
1912
|
+
display: 'INIT',
|
|
1913
|
+
name: 'Initia',
|
|
1914
|
+
symbol: 'INIT',
|
|
1915
|
+
images: [{
|
|
1916
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
1917
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
1918
|
+
theme: {
|
|
1919
|
+
circle: true,
|
|
1920
|
+
primary_color_hex: '#040404'
|
|
1921
|
+
}
|
|
1922
|
+
}],
|
|
1923
|
+
socials: {
|
|
1924
|
+
website: 'https://initia.xyz/',
|
|
1925
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
1926
|
+
},
|
|
1927
|
+
type_asset: 'sdk.coin',
|
|
1928
|
+
coingecko_id: 'initia',
|
|
1929
|
+
traces: [{
|
|
1930
|
+
type: 'ibc',
|
|
1931
|
+
counterparty: {
|
|
1932
|
+
channel_id: 'channel-37',
|
|
1933
|
+
base_denom: 'uinit',
|
|
1934
|
+
chain_name: 'initia'
|
|
1935
|
+
},
|
|
1936
|
+
chain: {
|
|
1937
|
+
channel_id: 'channel-6885'
|
|
1938
|
+
}
|
|
1939
|
+
}]
|
|
1940
|
+
},
|
|
1861
1941
|
{
|
|
1862
1942
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
1863
1943
|
denom_units: [{
|
package/mainnet/nyx.js
CHANGED
|
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'nyx',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#040404'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://axelar.network/',
|
|
34
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
35
|
+
},
|
|
36
|
+
type_asset: 'sdk.coin',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-177',
|
|
41
|
+
base_denom: 'uaxl',
|
|
42
|
+
chain_name: 'axelar'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-14'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
6
49
|
{
|
|
7
50
|
description: 'The native token of Gravity Bridge',
|
|
8
51
|
denom_units: [{
|
|
@@ -46,6 +89,49 @@ const assets = {
|
|
|
46
89
|
}
|
|
47
90
|
}]
|
|
48
91
|
},
|
|
92
|
+
{
|
|
93
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uaxl']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'axl',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
base: 'ibc/2253DE2F950B35D9AB9B403F58F30B970ABDFE1A35AD23E9AB20AE575C68984A',
|
|
103
|
+
name: 'Axelar',
|
|
104
|
+
display: 'axl',
|
|
105
|
+
symbol: 'AXL',
|
|
106
|
+
logo_URIs: {
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
109
|
+
},
|
|
110
|
+
coingecko_id: 'axelar',
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#040404'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
socials: {
|
|
119
|
+
website: 'https://axelar.network/',
|
|
120
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
121
|
+
},
|
|
122
|
+
type_asset: 'sdk.coin',
|
|
123
|
+
traces: [{
|
|
124
|
+
type: 'ibc',
|
|
125
|
+
counterparty: {
|
|
126
|
+
channel_id: 'channel-177',
|
|
127
|
+
base_denom: 'uaxl',
|
|
128
|
+
chain_name: 'axelar'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channel_id: 'channel-14'
|
|
132
|
+
}
|
|
133
|
+
}]
|
|
134
|
+
},
|
|
49
135
|
{
|
|
50
136
|
description: 'The native token of Gravity Bridge',
|
|
51
137
|
denom_units: [{
|