@chain-registry/assets 1.70.170 → 1.70.172
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 +10 -4
- package/esm/mainnet/cosmoshub.js +86 -0
- package/esm/mainnet/elys.js +10 -4
- package/esm/mainnet/injective.js +10 -4
- package/esm/mainnet/kyve.js +84 -0
- package/esm/mainnet/noble.js +10 -4
- package/esm/mainnet/osmosis.js +10 -4
- package/esm/mainnet/quicksilver.js +10 -4
- package/esm/mainnet/seda.js +86 -0
- package/esm/mainnet/xion.js +86 -0
- package/esm/testnet/assets.js +1 -2
- package/esm/testnet/axelartestnet.js +0 -68
- package/esm/testnet/index.js +0 -1
- package/esm/testnet/injectivetestnet.js +3 -74
- package/esm/testnet/nobletestnet.js +14 -68
- package/esm/testnet/osmosistestnet.js +14 -68
- package/mainnet/axelar.js +10 -4
- package/mainnet/cosmoshub.js +86 -0
- package/mainnet/elys.js +10 -4
- package/mainnet/injective.js +10 -4
- package/mainnet/kyve.js +84 -0
- package/mainnet/noble.js +10 -4
- package/mainnet/osmosis.js +10 -4
- package/mainnet/quicksilver.js +10 -4
- package/mainnet/seda.js +86 -0
- package/mainnet/xion.js +86 -0
- package/package.json +5 -5
- package/testnet/assets.js +1 -2
- package/testnet/axelartestnet.js +0 -68
- package/testnet/index.d.ts +0 -1
- package/testnet/index.js +1 -2
- package/testnet/injectivetestnet.js +3 -74
- package/testnet/nobletestnet.js +14 -68
- package/testnet/osmosistestnet.js +14 -68
- package/esm/testnet/xiontestnet.js +0 -184
- package/testnet/xiontestnet.d.ts +0 -3
- package/testnet/xiontestnet.js +0 -186
package/mainnet/kyve.js
CHANGED
|
@@ -294,6 +294,48 @@ const assets = {
|
|
|
294
294
|
}
|
|
295
295
|
}]
|
|
296
296
|
},
|
|
297
|
+
{
|
|
298
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
299
|
+
denom_units: [{
|
|
300
|
+
denom: 'ibc/506478E08FB0A2D3B12D493E3B182572A3B0D7BD5DCBE71610D2F393DEDDF4CA',
|
|
301
|
+
exponent: 0,
|
|
302
|
+
aliases: ['uxion']
|
|
303
|
+
}, {
|
|
304
|
+
denom: 'XION',
|
|
305
|
+
exponent: 6,
|
|
306
|
+
aliases: ['xion']
|
|
307
|
+
}],
|
|
308
|
+
base: 'ibc/506478E08FB0A2D3B12D493E3B182572A3B0D7BD5DCBE71610D2F393DEDDF4CA',
|
|
309
|
+
display: 'XION',
|
|
310
|
+
name: 'xion',
|
|
311
|
+
symbol: 'XION',
|
|
312
|
+
coingecko_id: 'xion-2',
|
|
313
|
+
type_asset: 'sdk.coin',
|
|
314
|
+
logo_URIs: {
|
|
315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
316
|
+
},
|
|
317
|
+
images: [{
|
|
318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
319
|
+
}],
|
|
320
|
+
socials: {
|
|
321
|
+
discord: 'https://discord.com/invite/burnt',
|
|
322
|
+
github: 'https://github.com/burnt-labs',
|
|
323
|
+
telegram: 'https://t.me/xion_announcements',
|
|
324
|
+
twitter: 'https://x.com/burnt_xion',
|
|
325
|
+
website: 'https://xion.burnt.com'
|
|
326
|
+
},
|
|
327
|
+
traces: [{
|
|
328
|
+
type: 'ibc',
|
|
329
|
+
counterparty: {
|
|
330
|
+
channel_id: 'channel-5',
|
|
331
|
+
base_denom: 'uxion',
|
|
332
|
+
chain_name: 'xion'
|
|
333
|
+
},
|
|
334
|
+
chain: {
|
|
335
|
+
channel_id: 'channel-7'
|
|
336
|
+
}
|
|
337
|
+
}]
|
|
338
|
+
},
|
|
297
339
|
{
|
|
298
340
|
description: 'The native token of Osmosis',
|
|
299
341
|
denom_units: [{
|
|
@@ -424,6 +466,48 @@ const assets = {
|
|
|
424
466
|
channel_id: 'channel-3'
|
|
425
467
|
}
|
|
426
468
|
}]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
472
|
+
denom_units: [{
|
|
473
|
+
denom: 'ibc/506478E08FB0A2D3B12D493E3B182572A3B0D7BD5DCBE71610D2F393DEDDF4CA',
|
|
474
|
+
exponent: 0,
|
|
475
|
+
aliases: ['uxion']
|
|
476
|
+
}, {
|
|
477
|
+
denom: 'XION',
|
|
478
|
+
exponent: 6,
|
|
479
|
+
aliases: ['xion']
|
|
480
|
+
}],
|
|
481
|
+
base: 'ibc/506478E08FB0A2D3B12D493E3B182572A3B0D7BD5DCBE71610D2F393DEDDF4CA',
|
|
482
|
+
display: 'XION',
|
|
483
|
+
name: 'xion',
|
|
484
|
+
symbol: 'XION',
|
|
485
|
+
coingecko_id: 'xion-2',
|
|
486
|
+
type_asset: 'sdk.coin',
|
|
487
|
+
logo_URIs: {
|
|
488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
489
|
+
},
|
|
490
|
+
images: [{
|
|
491
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
492
|
+
}],
|
|
493
|
+
socials: {
|
|
494
|
+
discord: 'https://discord.com/invite/burnt',
|
|
495
|
+
github: 'https://github.com/burnt-labs',
|
|
496
|
+
telegram: 'https://t.me/xion_announcements',
|
|
497
|
+
twitter: 'https://x.com/burnt_xion',
|
|
498
|
+
website: 'https://xion.burnt.com'
|
|
499
|
+
},
|
|
500
|
+
traces: [{
|
|
501
|
+
type: 'ibc',
|
|
502
|
+
counterparty: {
|
|
503
|
+
channel_id: 'channel-5',
|
|
504
|
+
base_denom: 'uxion',
|
|
505
|
+
chain_name: 'xion'
|
|
506
|
+
},
|
|
507
|
+
chain: {
|
|
508
|
+
channel_id: 'channel-7'
|
|
509
|
+
}
|
|
510
|
+
}]
|
|
427
511
|
}
|
|
428
512
|
]
|
|
429
513
|
};
|
package/mainnet/noble.js
CHANGED
|
@@ -10603,8 +10603,11 @@ const assets = {
|
|
|
10603
10603
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
10604
10604
|
}],
|
|
10605
10605
|
socials: {
|
|
10606
|
-
|
|
10607
|
-
|
|
10606
|
+
discord: 'https://discord.com/invite/burnt',
|
|
10607
|
+
github: 'https://github.com/burnt-labs',
|
|
10608
|
+
telegram: 'https://t.me/xion_announcements',
|
|
10609
|
+
twitter: 'https://x.com/burnt_xion',
|
|
10610
|
+
website: 'https://xion.burnt.com'
|
|
10608
10611
|
},
|
|
10609
10612
|
traces: [{
|
|
10610
10613
|
type: 'ibc',
|
|
@@ -16328,8 +16331,11 @@ const assets = {
|
|
|
16328
16331
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
16329
16332
|
}],
|
|
16330
16333
|
socials: {
|
|
16331
|
-
|
|
16332
|
-
|
|
16334
|
+
discord: 'https://discord.com/invite/burnt',
|
|
16335
|
+
github: 'https://github.com/burnt-labs',
|
|
16336
|
+
telegram: 'https://t.me/xion_announcements',
|
|
16337
|
+
twitter: 'https://x.com/burnt_xion',
|
|
16338
|
+
website: 'https://xion.burnt.com'
|
|
16333
16339
|
},
|
|
16334
16340
|
traces: [{
|
|
16335
16341
|
type: 'ibc',
|
package/mainnet/osmosis.js
CHANGED
|
@@ -20457,8 +20457,11 @@ const assets = {
|
|
|
20457
20457
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
20458
20458
|
}],
|
|
20459
20459
|
socials: {
|
|
20460
|
-
|
|
20461
|
-
|
|
20460
|
+
discord: 'https://discord.com/invite/burnt',
|
|
20461
|
+
github: 'https://github.com/burnt-labs',
|
|
20462
|
+
telegram: 'https://t.me/xion_announcements',
|
|
20463
|
+
twitter: 'https://x.com/burnt_xion',
|
|
20464
|
+
website: 'https://xion.burnt.com'
|
|
20462
20465
|
},
|
|
20463
20466
|
traces: [{
|
|
20464
20467
|
type: 'ibc',
|
|
@@ -28298,8 +28301,11 @@ const assets = {
|
|
|
28298
28301
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
28299
28302
|
}],
|
|
28300
28303
|
socials: {
|
|
28301
|
-
|
|
28302
|
-
|
|
28304
|
+
discord: 'https://discord.com/invite/burnt',
|
|
28305
|
+
github: 'https://github.com/burnt-labs',
|
|
28306
|
+
telegram: 'https://t.me/xion_announcements',
|
|
28307
|
+
twitter: 'https://x.com/burnt_xion',
|
|
28308
|
+
website: 'https://xion.burnt.com'
|
|
28303
28309
|
},
|
|
28304
28310
|
traces: [{
|
|
28305
28311
|
type: 'ibc',
|
package/mainnet/quicksilver.js
CHANGED
|
@@ -1974,8 +1974,11 @@ const assets = {
|
|
|
1974
1974
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1975
1975
|
}],
|
|
1976
1976
|
socials: {
|
|
1977
|
-
|
|
1978
|
-
|
|
1977
|
+
discord: 'https://discord.com/invite/burnt',
|
|
1978
|
+
github: 'https://github.com/burnt-labs',
|
|
1979
|
+
telegram: 'https://t.me/xion_announcements',
|
|
1980
|
+
twitter: 'https://x.com/burnt_xion',
|
|
1981
|
+
website: 'https://xion.burnt.com'
|
|
1979
1982
|
},
|
|
1980
1983
|
traces: [{
|
|
1981
1984
|
type: 'ibc',
|
|
@@ -2362,8 +2365,11 @@ const assets = {
|
|
|
2362
2365
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2363
2366
|
}],
|
|
2364
2367
|
socials: {
|
|
2365
|
-
|
|
2366
|
-
|
|
2368
|
+
discord: 'https://discord.com/invite/burnt',
|
|
2369
|
+
github: 'https://github.com/burnt-labs',
|
|
2370
|
+
telegram: 'https://t.me/xion_announcements',
|
|
2371
|
+
twitter: 'https://x.com/burnt_xion',
|
|
2372
|
+
website: 'https://xion.burnt.com'
|
|
2367
2373
|
},
|
|
2368
2374
|
traces: [{
|
|
2369
2375
|
type: 'ibc',
|
package/mainnet/seda.js
CHANGED
|
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'seda',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uatom']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'atom',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
17
|
+
name: 'Cosmos Hub Atom',
|
|
18
|
+
display: 'atom',
|
|
19
|
+
symbol: 'ATOM',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'cosmos',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#272d45'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://cosmos.network',
|
|
34
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
35
|
+
},
|
|
36
|
+
type_asset: 'sdk.coin',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-1337',
|
|
41
|
+
base_denom: 'uatom',
|
|
42
|
+
chain_name: 'cosmoshub'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-1'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
6
49
|
{
|
|
7
50
|
description: 'The native token of Osmosis',
|
|
8
51
|
denom_units: [{
|
|
@@ -91,6 +134,49 @@ const assets = {
|
|
|
91
134
|
}
|
|
92
135
|
}]
|
|
93
136
|
},
|
|
137
|
+
{
|
|
138
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
139
|
+
denom_units: [{
|
|
140
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
141
|
+
exponent: 0,
|
|
142
|
+
aliases: ['uatom']
|
|
143
|
+
}, {
|
|
144
|
+
denom: 'atom',
|
|
145
|
+
exponent: 6
|
|
146
|
+
}],
|
|
147
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
148
|
+
name: 'Cosmos Hub Atom',
|
|
149
|
+
display: 'atom',
|
|
150
|
+
symbol: 'ATOM',
|
|
151
|
+
logo_URIs: {
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
154
|
+
},
|
|
155
|
+
coingecko_id: 'cosmos',
|
|
156
|
+
images: [{
|
|
157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
159
|
+
theme: {
|
|
160
|
+
primary_color_hex: '#272d45'
|
|
161
|
+
}
|
|
162
|
+
}],
|
|
163
|
+
socials: {
|
|
164
|
+
website: 'https://cosmos.network',
|
|
165
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
166
|
+
},
|
|
167
|
+
type_asset: 'sdk.coin',
|
|
168
|
+
traces: [{
|
|
169
|
+
type: 'ibc',
|
|
170
|
+
counterparty: {
|
|
171
|
+
channel_id: 'channel-1337',
|
|
172
|
+
base_denom: 'uatom',
|
|
173
|
+
chain_name: 'cosmoshub'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-1'
|
|
177
|
+
}
|
|
178
|
+
}]
|
|
179
|
+
},
|
|
94
180
|
{
|
|
95
181
|
description: 'The native token of Osmosis',
|
|
96
182
|
denom_units: [{
|
package/mainnet/xion.js
CHANGED
|
@@ -453,6 +453,49 @@ const assets = {
|
|
|
453
453
|
}
|
|
454
454
|
}]
|
|
455
455
|
},
|
|
456
|
+
{
|
|
457
|
+
description: 'The native utility token of the KYVE network.',
|
|
458
|
+
denom_units: [{
|
|
459
|
+
denom: 'ibc/056EA54C3D9B49B3C0418955A27980A91DD4F210914BFE240A1DB19E27895ECA',
|
|
460
|
+
exponent: 0,
|
|
461
|
+
aliases: ['ukyve']
|
|
462
|
+
}, {
|
|
463
|
+
denom: 'kyve',
|
|
464
|
+
exponent: 6
|
|
465
|
+
}],
|
|
466
|
+
base: 'ibc/056EA54C3D9B49B3C0418955A27980A91DD4F210914BFE240A1DB19E27895ECA',
|
|
467
|
+
name: 'KYVE',
|
|
468
|
+
display: 'kyve',
|
|
469
|
+
symbol: 'KYVE',
|
|
470
|
+
logo_URIs: {
|
|
471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
473
|
+
},
|
|
474
|
+
coingecko_id: 'kyve-network',
|
|
475
|
+
images: [{
|
|
476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
477
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg',
|
|
478
|
+
theme: {
|
|
479
|
+
primary_color_hex: '#335350'
|
|
480
|
+
}
|
|
481
|
+
}],
|
|
482
|
+
socials: {
|
|
483
|
+
website: 'https://www.kyve.network/',
|
|
484
|
+
twitter: 'https://twitter.com/KYVENetwork'
|
|
485
|
+
},
|
|
486
|
+
type_asset: 'sdk.coin',
|
|
487
|
+
traces: [{
|
|
488
|
+
type: 'ibc',
|
|
489
|
+
counterparty: {
|
|
490
|
+
channel_id: 'channel-7',
|
|
491
|
+
base_denom: 'ukyve',
|
|
492
|
+
chain_name: 'kyve'
|
|
493
|
+
},
|
|
494
|
+
chain: {
|
|
495
|
+
channel_id: 'channel-5'
|
|
496
|
+
}
|
|
497
|
+
}]
|
|
498
|
+
},
|
|
456
499
|
{
|
|
457
500
|
description: 'The permissioned staking asset for Noble Chain',
|
|
458
501
|
denom_units: [{
|
|
@@ -1190,6 +1233,49 @@ const assets = {
|
|
|
1190
1233
|
}
|
|
1191
1234
|
}]
|
|
1192
1235
|
},
|
|
1236
|
+
{
|
|
1237
|
+
description: 'The native utility token of the KYVE network.',
|
|
1238
|
+
denom_units: [{
|
|
1239
|
+
denom: 'ibc/056EA54C3D9B49B3C0418955A27980A91DD4F210914BFE240A1DB19E27895ECA',
|
|
1240
|
+
exponent: 0,
|
|
1241
|
+
aliases: ['ukyve']
|
|
1242
|
+
}, {
|
|
1243
|
+
denom: 'kyve',
|
|
1244
|
+
exponent: 6
|
|
1245
|
+
}],
|
|
1246
|
+
base: 'ibc/056EA54C3D9B49B3C0418955A27980A91DD4F210914BFE240A1DB19E27895ECA',
|
|
1247
|
+
name: 'KYVE',
|
|
1248
|
+
display: 'kyve',
|
|
1249
|
+
symbol: 'KYVE',
|
|
1250
|
+
logo_URIs: {
|
|
1251
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
1252
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
1253
|
+
},
|
|
1254
|
+
coingecko_id: 'kyve-network',
|
|
1255
|
+
images: [{
|
|
1256
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
1257
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg',
|
|
1258
|
+
theme: {
|
|
1259
|
+
primary_color_hex: '#335350'
|
|
1260
|
+
}
|
|
1261
|
+
}],
|
|
1262
|
+
socials: {
|
|
1263
|
+
website: 'https://www.kyve.network/',
|
|
1264
|
+
twitter: 'https://twitter.com/KYVENetwork'
|
|
1265
|
+
},
|
|
1266
|
+
type_asset: 'sdk.coin',
|
|
1267
|
+
traces: [{
|
|
1268
|
+
type: 'ibc',
|
|
1269
|
+
counterparty: {
|
|
1270
|
+
channel_id: 'channel-7',
|
|
1271
|
+
base_denom: 'ukyve',
|
|
1272
|
+
chain_name: 'kyve'
|
|
1273
|
+
},
|
|
1274
|
+
chain: {
|
|
1275
|
+
channel_id: 'channel-5'
|
|
1276
|
+
}
|
|
1277
|
+
}]
|
|
1278
|
+
},
|
|
1193
1279
|
{
|
|
1194
1280
|
description: 'The permissioned staking asset for Noble Chain',
|
|
1195
1281
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.172",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.106",
|
|
33
|
+
"chain-registry": "^1.69.172"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.106"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "69af7a053cdf0518d0a7cb6a74b3d77fa6d14165"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -48,7 +48,6 @@ const synternettestnet_1 = __importDefault(require("./synternettestnet"));
|
|
|
48
48
|
const terra2testnet_1 = __importDefault(require("./terra2testnet"));
|
|
49
49
|
const titannettestnet_1 = __importDefault(require("./titannettestnet"));
|
|
50
50
|
const titantestnet_1 = __importDefault(require("./titantestnet"));
|
|
51
|
-
const xiontestnet_1 = __importDefault(require("./xiontestnet"));
|
|
52
51
|
const xiontestnet2_1 = __importDefault(require("./xiontestnet2"));
|
|
53
|
-
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, babylontestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, cosmosicsprovidertestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, manifesttestnet_1.default, mantrachaintestnet_1.default, mantrachaintestnet2_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, symphonytestnet3_1.default, synternettestnet_1.default, terra2testnet_1.default, titannettestnet_1.default, titantestnet_1.default,
|
|
52
|
+
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, babylontestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, cosmosicsprovidertestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, manifesttestnet_1.default, mantrachaintestnet_1.default, mantrachaintestnet2_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, symphonytestnet3_1.default, synternettestnet_1.default, terra2testnet_1.default, titannettestnet_1.default, titantestnet_1.default, xiontestnet2_1.default];
|
|
54
53
|
exports.default = assets;
|
package/testnet/axelartestnet.js
CHANGED
|
@@ -375,40 +375,6 @@ const assets = {
|
|
|
375
375
|
}
|
|
376
376
|
}]
|
|
377
377
|
},
|
|
378
|
-
{
|
|
379
|
-
description: 'The native staking token of the Xion network.',
|
|
380
|
-
denom_units: [{
|
|
381
|
-
denom: 'ibc/5EF71E3BE703AF789703FCFABEDDAD6EE008576B98810056333DF999A6BA7A16',
|
|
382
|
-
exponent: 0,
|
|
383
|
-
aliases: ['uxion']
|
|
384
|
-
}, {
|
|
385
|
-
denom: 'XION',
|
|
386
|
-
exponent: 6,
|
|
387
|
-
aliases: ['xion']
|
|
388
|
-
}],
|
|
389
|
-
base: 'ibc/5EF71E3BE703AF789703FCFABEDDAD6EE008576B98810056333DF999A6BA7A16',
|
|
390
|
-
display: 'XION',
|
|
391
|
-
name: 'xion',
|
|
392
|
-
symbol: 'XION',
|
|
393
|
-
logo_URIs: {
|
|
394
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
395
|
-
},
|
|
396
|
-
images: [{
|
|
397
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
398
|
-
}],
|
|
399
|
-
type_asset: 'sdk.coin',
|
|
400
|
-
traces: [{
|
|
401
|
-
type: 'ibc',
|
|
402
|
-
counterparty: {
|
|
403
|
-
channel_id: 'channel-225057',
|
|
404
|
-
base_denom: 'uxion',
|
|
405
|
-
chain_name: 'xiontestnet'
|
|
406
|
-
},
|
|
407
|
-
chain: {
|
|
408
|
-
channel_id: 'channel-521'
|
|
409
|
-
}
|
|
410
|
-
}]
|
|
411
|
-
},
|
|
412
378
|
{
|
|
413
379
|
description: 'The native staking token of Babylon.',
|
|
414
380
|
denom_units: [{
|
|
@@ -742,40 +708,6 @@ const assets = {
|
|
|
742
708
|
}
|
|
743
709
|
}]
|
|
744
710
|
},
|
|
745
|
-
{
|
|
746
|
-
description: 'The native staking token of the Xion network.',
|
|
747
|
-
denom_units: [{
|
|
748
|
-
denom: 'ibc/5EF71E3BE703AF789703FCFABEDDAD6EE008576B98810056333DF999A6BA7A16',
|
|
749
|
-
exponent: 0,
|
|
750
|
-
aliases: ['uxion']
|
|
751
|
-
}, {
|
|
752
|
-
denom: 'XION',
|
|
753
|
-
exponent: 6,
|
|
754
|
-
aliases: ['xion']
|
|
755
|
-
}],
|
|
756
|
-
base: 'ibc/5EF71E3BE703AF789703FCFABEDDAD6EE008576B98810056333DF999A6BA7A16',
|
|
757
|
-
display: 'XION',
|
|
758
|
-
name: 'xion',
|
|
759
|
-
symbol: 'XION',
|
|
760
|
-
logo_URIs: {
|
|
761
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
762
|
-
},
|
|
763
|
-
images: [{
|
|
764
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
765
|
-
}],
|
|
766
|
-
type_asset: 'sdk.coin',
|
|
767
|
-
traces: [{
|
|
768
|
-
type: 'ibc',
|
|
769
|
-
counterparty: {
|
|
770
|
-
channel_id: 'channel-225057',
|
|
771
|
-
base_denom: 'uxion',
|
|
772
|
-
chain_name: 'xiontestnet'
|
|
773
|
-
},
|
|
774
|
-
chain: {
|
|
775
|
-
channel_id: 'channel-521'
|
|
776
|
-
}
|
|
777
|
-
}]
|
|
778
|
-
},
|
|
779
711
|
{
|
|
780
712
|
description: 'The native token of Prysm',
|
|
781
713
|
denom_units: [{
|
package/testnet/index.d.ts
CHANGED
|
@@ -43,5 +43,4 @@ export * as synternettestnet from './synternettestnet';
|
|
|
43
43
|
export * as terra2testnet from './terra2testnet';
|
|
44
44
|
export * as titannettestnet from './titannettestnet';
|
|
45
45
|
export * as titantestnet from './titantestnet';
|
|
46
|
-
export * as xiontestnet from './xiontestnet';
|
|
47
46
|
export * as xiontestnet2 from './xiontestnet2';
|
package/testnet/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.xiontestnet2 = exports.
|
|
26
|
+
exports.xiontestnet2 = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet3 = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.babylontestnet = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
27
27
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
28
28
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
29
29
|
exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
@@ -69,5 +69,4 @@ exports.synternettestnet = __importStar(require("./synternettestnet"));
|
|
|
69
69
|
exports.terra2testnet = __importStar(require("./terra2testnet"));
|
|
70
70
|
exports.titannettestnet = __importStar(require("./titannettestnet"));
|
|
71
71
|
exports.titantestnet = __importStar(require("./titantestnet"));
|
|
72
|
-
exports.xiontestnet = __importStar(require("./xiontestnet"));
|
|
73
72
|
exports.xiontestnet2 = __importStar(require("./xiontestnet2"));
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'injectivetestnet',
|
|
5
|
-
assets: [
|
|
6
|
-
{
|
|
5
|
+
assets: [{
|
|
7
6
|
description: 'The native token of Nois',
|
|
8
7
|
denom_units: [{
|
|
9
8
|
denom: 'ibc/A190CF3FC762D25A46A49E7CB0E998F4A494C7F64A356DA17C25A2D8B0069D3B',
|
|
@@ -43,42 +42,7 @@ const assets = {
|
|
|
43
42
|
channel_id: 'channel-74'
|
|
44
43
|
}
|
|
45
44
|
}]
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
description: 'The native staking token of the Xion network.',
|
|
49
|
-
denom_units: [{
|
|
50
|
-
denom: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
|
|
51
|
-
exponent: 0,
|
|
52
|
-
aliases: ['uxion']
|
|
53
|
-
}, {
|
|
54
|
-
denom: 'XION',
|
|
55
|
-
exponent: 6,
|
|
56
|
-
aliases: ['xion']
|
|
57
|
-
}],
|
|
58
|
-
base: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
|
|
59
|
-
display: 'XION',
|
|
60
|
-
name: 'xion',
|
|
61
|
-
symbol: 'XION',
|
|
62
|
-
logo_URIs: {
|
|
63
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
64
|
-
},
|
|
65
|
-
images: [{
|
|
66
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
67
|
-
}],
|
|
68
|
-
type_asset: 'sdk.coin',
|
|
69
|
-
traces: [{
|
|
70
|
-
type: 'ibc',
|
|
71
|
-
counterparty: {
|
|
72
|
-
channel_id: 'channel-487',
|
|
73
|
-
base_denom: 'uxion',
|
|
74
|
-
chain_name: 'xiontestnet'
|
|
75
|
-
},
|
|
76
|
-
chain: {
|
|
77
|
-
channel_id: 'channel-489'
|
|
78
|
-
}
|
|
79
|
-
}]
|
|
80
|
-
},
|
|
81
|
-
{
|
|
45
|
+
}, {
|
|
82
46
|
description: 'The native token of Nois',
|
|
83
47
|
denom_units: [{
|
|
84
48
|
denom: 'ibc/A190CF3FC762D25A46A49E7CB0E998F4A494C7F64A356DA17C25A2D8B0069D3B',
|
|
@@ -118,41 +82,6 @@ const assets = {
|
|
|
118
82
|
channel_id: 'channel-74'
|
|
119
83
|
}
|
|
120
84
|
}]
|
|
121
|
-
}
|
|
122
|
-
{
|
|
123
|
-
description: 'The native staking token of the Xion network.',
|
|
124
|
-
denom_units: [{
|
|
125
|
-
denom: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
|
|
126
|
-
exponent: 0,
|
|
127
|
-
aliases: ['uxion']
|
|
128
|
-
}, {
|
|
129
|
-
denom: 'XION',
|
|
130
|
-
exponent: 6,
|
|
131
|
-
aliases: ['xion']
|
|
132
|
-
}],
|
|
133
|
-
base: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
|
|
134
|
-
display: 'XION',
|
|
135
|
-
name: 'xion',
|
|
136
|
-
symbol: 'XION',
|
|
137
|
-
logo_URIs: {
|
|
138
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
139
|
-
},
|
|
140
|
-
images: [{
|
|
141
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
142
|
-
}],
|
|
143
|
-
type_asset: 'sdk.coin',
|
|
144
|
-
traces: [{
|
|
145
|
-
type: 'ibc',
|
|
146
|
-
counterparty: {
|
|
147
|
-
channel_id: 'channel-487',
|
|
148
|
-
base_denom: 'uxion',
|
|
149
|
-
chain_name: 'xiontestnet'
|
|
150
|
-
},
|
|
151
|
-
chain: {
|
|
152
|
-
channel_id: 'channel-489'
|
|
153
|
-
}
|
|
154
|
-
}]
|
|
155
|
-
}
|
|
156
|
-
]
|
|
85
|
+
}]
|
|
157
86
|
};
|
|
158
87
|
exports.default = assets;
|