@chain-registry/assets 1.70.171 → 1.70.173
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 +0 -82
- package/esm/mainnet/dungeon.js +16 -658
- package/esm/mainnet/elys.js +10 -4
- package/esm/mainnet/injective.js +10 -4
- package/esm/mainnet/kyve.js +84 -0
- package/esm/mainnet/migaloo.js +0 -82
- package/esm/mainnet/neutron.js +0 -82
- package/esm/mainnet/noble.js +10 -4
- package/esm/mainnet/osmosis.js +18 -12
- package/esm/mainnet/quicksilver.js +10 -4
- package/esm/mainnet/stride.js +0 -82
- package/esm/mainnet/terra2.js +0 -82
- 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 +0 -82
- package/mainnet/dungeon.js +16 -658
- package/mainnet/elys.js +10 -4
- package/mainnet/injective.js +10 -4
- package/mainnet/kyve.js +84 -0
- package/mainnet/migaloo.js +0 -82
- package/mainnet/neutron.js +0 -82
- package/mainnet/noble.js +10 -4
- package/mainnet/osmosis.js +18 -12
- package/mainnet/quicksilver.js +10 -4
- package/mainnet/stride.js +0 -82
- package/mainnet/terra2.js +0 -82
- 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/terra2.js
CHANGED
|
@@ -806,47 +806,6 @@ const assets = {
|
|
|
806
806
|
}
|
|
807
807
|
}]
|
|
808
808
|
},
|
|
809
|
-
{
|
|
810
|
-
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
811
|
-
denom_units: [{
|
|
812
|
-
denom: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
813
|
-
exponent: 0,
|
|
814
|
-
aliases: ['udgn']
|
|
815
|
-
}, {
|
|
816
|
-
denom: 'DGN',
|
|
817
|
-
exponent: 6
|
|
818
|
-
}],
|
|
819
|
-
base: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
820
|
-
name: 'Dragon Coin',
|
|
821
|
-
display: 'DGN',
|
|
822
|
-
coingecko_id: 'dragon-coin-2',
|
|
823
|
-
symbol: 'DGN',
|
|
824
|
-
logo_URIs: {
|
|
825
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
826
|
-
},
|
|
827
|
-
socials: {
|
|
828
|
-
website: 'https://www.cryptodungeon.org',
|
|
829
|
-
twitter: 'https://twitter.com/cryptodungeonma'
|
|
830
|
-
},
|
|
831
|
-
images: [{
|
|
832
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
833
|
-
theme: {
|
|
834
|
-
circle: true
|
|
835
|
-
}
|
|
836
|
-
}],
|
|
837
|
-
type_asset: 'sdk.coin',
|
|
838
|
-
traces: [{
|
|
839
|
-
type: 'ibc',
|
|
840
|
-
counterparty: {
|
|
841
|
-
channel_id: 'channel-7',
|
|
842
|
-
base_denom: 'udgn',
|
|
843
|
-
chain_name: 'dungeon'
|
|
844
|
-
},
|
|
845
|
-
chain: {
|
|
846
|
-
channel_id: 'channel-582'
|
|
847
|
-
}
|
|
848
|
-
}]
|
|
849
|
-
},
|
|
850
809
|
{
|
|
851
810
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
852
811
|
denom_units: [{
|
|
@@ -8873,47 +8832,6 @@ const assets = {
|
|
|
8873
8832
|
}
|
|
8874
8833
|
}]
|
|
8875
8834
|
},
|
|
8876
|
-
{
|
|
8877
|
-
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
8878
|
-
denom_units: [{
|
|
8879
|
-
denom: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
8880
|
-
exponent: 0,
|
|
8881
|
-
aliases: ['udgn']
|
|
8882
|
-
}, {
|
|
8883
|
-
denom: 'DGN',
|
|
8884
|
-
exponent: 6
|
|
8885
|
-
}],
|
|
8886
|
-
base: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
8887
|
-
name: 'Dragon Coin',
|
|
8888
|
-
display: 'DGN',
|
|
8889
|
-
coingecko_id: 'dragon-coin-2',
|
|
8890
|
-
symbol: 'DGN',
|
|
8891
|
-
logo_URIs: {
|
|
8892
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
8893
|
-
},
|
|
8894
|
-
socials: {
|
|
8895
|
-
website: 'https://www.cryptodungeon.org',
|
|
8896
|
-
twitter: 'https://twitter.com/cryptodungeonma'
|
|
8897
|
-
},
|
|
8898
|
-
images: [{
|
|
8899
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
8900
|
-
theme: {
|
|
8901
|
-
circle: true
|
|
8902
|
-
}
|
|
8903
|
-
}],
|
|
8904
|
-
type_asset: 'sdk.coin',
|
|
8905
|
-
traces: [{
|
|
8906
|
-
type: 'ibc',
|
|
8907
|
-
counterparty: {
|
|
8908
|
-
channel_id: 'channel-7',
|
|
8909
|
-
base_denom: 'udgn',
|
|
8910
|
-
chain_name: 'dungeon'
|
|
8911
|
-
},
|
|
8912
|
-
chain: {
|
|
8913
|
-
channel_id: 'channel-582'
|
|
8914
|
-
}
|
|
8915
|
-
}]
|
|
8916
|
-
},
|
|
8917
8835
|
{
|
|
8918
8836
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
8919
8837
|
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.173",
|
|
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.107",
|
|
33
|
+
"chain-registry": "^1.69.173"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.107"
|
|
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": "6d0fdc597b41b0fccb637b91335b07b4910ac333"
|
|
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;
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -411,40 +411,6 @@ const assets = {
|
|
|
411
411
|
}
|
|
412
412
|
}]
|
|
413
413
|
},
|
|
414
|
-
{
|
|
415
|
-
description: 'The native staking token of the Xion network.',
|
|
416
|
-
denom_units: [{
|
|
417
|
-
denom: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
|
|
418
|
-
exponent: 0,
|
|
419
|
-
aliases: ['uxion']
|
|
420
|
-
}, {
|
|
421
|
-
denom: 'XION',
|
|
422
|
-
exponent: 6,
|
|
423
|
-
aliases: ['xion']
|
|
424
|
-
}],
|
|
425
|
-
base: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
|
|
426
|
-
display: 'XION',
|
|
427
|
-
name: 'xion',
|
|
428
|
-
symbol: 'XION',
|
|
429
|
-
logo_URIs: {
|
|
430
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
431
|
-
},
|
|
432
|
-
images: [{
|
|
433
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
434
|
-
}],
|
|
435
|
-
type_asset: 'sdk.coin',
|
|
436
|
-
traces: [{
|
|
437
|
-
type: 'ibc',
|
|
438
|
-
counterparty: {
|
|
439
|
-
channel_id: 'channel-489',
|
|
440
|
-
base_denom: 'uxion',
|
|
441
|
-
chain_name: 'xiontestnet'
|
|
442
|
-
},
|
|
443
|
-
chain: {
|
|
444
|
-
channel_id: 'channel-147'
|
|
445
|
-
}
|
|
446
|
-
}]
|
|
447
|
-
},
|
|
448
414
|
{
|
|
449
415
|
description: 'The native staking token of the Xion network.',
|
|
450
416
|
denom_units: [{
|
|
@@ -466,6 +432,13 @@ const assets = {
|
|
|
466
432
|
images: [{
|
|
467
433
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
468
434
|
}],
|
|
435
|
+
socials: {
|
|
436
|
+
discord: 'https://discord.com/invite/burnt',
|
|
437
|
+
github: 'https://github.com/burnt-labs',
|
|
438
|
+
telegram: 'https://t.me/xion_announcements',
|
|
439
|
+
twitter: 'https://x.com/burnt_xion',
|
|
440
|
+
website: 'https://xion.burnt.com'
|
|
441
|
+
},
|
|
469
442
|
type_asset: 'sdk.coin',
|
|
470
443
|
traces: [{
|
|
471
444
|
type: 'ibc',
|
|
@@ -560,40 +533,6 @@ const assets = {
|
|
|
560
533
|
}
|
|
561
534
|
}]
|
|
562
535
|
},
|
|
563
|
-
{
|
|
564
|
-
description: 'The native staking token of the Xion network.',
|
|
565
|
-
denom_units: [{
|
|
566
|
-
denom: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
|
|
567
|
-
exponent: 0,
|
|
568
|
-
aliases: ['uxion']
|
|
569
|
-
}, {
|
|
570
|
-
denom: 'XION',
|
|
571
|
-
exponent: 6,
|
|
572
|
-
aliases: ['xion']
|
|
573
|
-
}],
|
|
574
|
-
base: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
|
|
575
|
-
display: 'XION',
|
|
576
|
-
name: 'xion',
|
|
577
|
-
symbol: 'XION',
|
|
578
|
-
logo_URIs: {
|
|
579
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
580
|
-
},
|
|
581
|
-
images: [{
|
|
582
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
583
|
-
}],
|
|
584
|
-
type_asset: 'sdk.coin',
|
|
585
|
-
traces: [{
|
|
586
|
-
type: 'ibc',
|
|
587
|
-
counterparty: {
|
|
588
|
-
channel_id: 'channel-489',
|
|
589
|
-
base_denom: 'uxion',
|
|
590
|
-
chain_name: 'xiontestnet'
|
|
591
|
-
},
|
|
592
|
-
chain: {
|
|
593
|
-
channel_id: 'channel-147'
|
|
594
|
-
}
|
|
595
|
-
}]
|
|
596
|
-
},
|
|
597
536
|
{
|
|
598
537
|
description: 'The native staking token of the Xion network.',
|
|
599
538
|
denom_units: [{
|
|
@@ -615,6 +554,13 @@ const assets = {
|
|
|
615
554
|
images: [{
|
|
616
555
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
617
556
|
}],
|
|
557
|
+
socials: {
|
|
558
|
+
discord: 'https://discord.com/invite/burnt',
|
|
559
|
+
github: 'https://github.com/burnt-labs',
|
|
560
|
+
telegram: 'https://t.me/xion_announcements',
|
|
561
|
+
twitter: 'https://x.com/burnt_xion',
|
|
562
|
+
website: 'https://xion.burnt.com'
|
|
563
|
+
},
|
|
618
564
|
type_asset: 'sdk.coin',
|
|
619
565
|
traces: [{
|
|
620
566
|
type: 'ibc',
|
|
@@ -1948,40 +1948,6 @@ const assets = {
|
|
|
1948
1948
|
}
|
|
1949
1949
|
}]
|
|
1950
1950
|
},
|
|
1951
|
-
{
|
|
1952
|
-
description: 'The native staking token of the Xion network.',
|
|
1953
|
-
denom_units: [{
|
|
1954
|
-
denom: 'ibc/5C274155106FEB0C093F76A12BB67222E479E1EBE043F319CE4463E54F7A357C',
|
|
1955
|
-
exponent: 0,
|
|
1956
|
-
aliases: ['uxion']
|
|
1957
|
-
}, {
|
|
1958
|
-
denom: 'XION',
|
|
1959
|
-
exponent: 6,
|
|
1960
|
-
aliases: ['xion']
|
|
1961
|
-
}],
|
|
1962
|
-
base: 'ibc/5C274155106FEB0C093F76A12BB67222E479E1EBE043F319CE4463E54F7A357C',
|
|
1963
|
-
display: 'XION',
|
|
1964
|
-
name: 'xion',
|
|
1965
|
-
symbol: 'XION',
|
|
1966
|
-
logo_URIs: {
|
|
1967
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1968
|
-
},
|
|
1969
|
-
images: [{
|
|
1970
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1971
|
-
}],
|
|
1972
|
-
type_asset: 'sdk.coin',
|
|
1973
|
-
traces: [{
|
|
1974
|
-
type: 'ibc',
|
|
1975
|
-
counterparty: {
|
|
1976
|
-
channel_id: 'channel-490',
|
|
1977
|
-
base_denom: 'uxion',
|
|
1978
|
-
chain_name: 'xiontestnet'
|
|
1979
|
-
},
|
|
1980
|
-
chain: {
|
|
1981
|
-
channel_id: 'channel-6668'
|
|
1982
|
-
}
|
|
1983
|
-
}]
|
|
1984
|
-
},
|
|
1985
1951
|
{
|
|
1986
1952
|
description: 'The native staking token of the Xion network.',
|
|
1987
1953
|
denom_units: [{
|
|
@@ -2003,6 +1969,13 @@ const assets = {
|
|
|
2003
1969
|
images: [{
|
|
2004
1970
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2005
1971
|
}],
|
|
1972
|
+
socials: {
|
|
1973
|
+
discord: 'https://discord.com/invite/burnt',
|
|
1974
|
+
github: 'https://github.com/burnt-labs',
|
|
1975
|
+
telegram: 'https://t.me/xion_announcements',
|
|
1976
|
+
twitter: 'https://x.com/burnt_xion',
|
|
1977
|
+
website: 'https://xion.burnt.com'
|
|
1978
|
+
},
|
|
2006
1979
|
type_asset: 'sdk.coin',
|
|
2007
1980
|
traces: [{
|
|
2008
1981
|
type: 'ibc',
|
|
@@ -2673,40 +2646,6 @@ const assets = {
|
|
|
2673
2646
|
}
|
|
2674
2647
|
}]
|
|
2675
2648
|
},
|
|
2676
|
-
{
|
|
2677
|
-
description: 'The native staking token of the Xion network.',
|
|
2678
|
-
denom_units: [{
|
|
2679
|
-
denom: 'ibc/5C274155106FEB0C093F76A12BB67222E479E1EBE043F319CE4463E54F7A357C',
|
|
2680
|
-
exponent: 0,
|
|
2681
|
-
aliases: ['uxion']
|
|
2682
|
-
}, {
|
|
2683
|
-
denom: 'XION',
|
|
2684
|
-
exponent: 6,
|
|
2685
|
-
aliases: ['xion']
|
|
2686
|
-
}],
|
|
2687
|
-
base: 'ibc/5C274155106FEB0C093F76A12BB67222E479E1EBE043F319CE4463E54F7A357C',
|
|
2688
|
-
display: 'XION',
|
|
2689
|
-
name: 'xion',
|
|
2690
|
-
symbol: 'XION',
|
|
2691
|
-
logo_URIs: {
|
|
2692
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2693
|
-
},
|
|
2694
|
-
images: [{
|
|
2695
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2696
|
-
}],
|
|
2697
|
-
type_asset: 'sdk.coin',
|
|
2698
|
-
traces: [{
|
|
2699
|
-
type: 'ibc',
|
|
2700
|
-
counterparty: {
|
|
2701
|
-
channel_id: 'channel-490',
|
|
2702
|
-
base_denom: 'uxion',
|
|
2703
|
-
chain_name: 'xiontestnet'
|
|
2704
|
-
},
|
|
2705
|
-
chain: {
|
|
2706
|
-
channel_id: 'channel-6668'
|
|
2707
|
-
}
|
|
2708
|
-
}]
|
|
2709
|
-
},
|
|
2710
2649
|
{
|
|
2711
2650
|
description: 'The native staking token of the Xion network.',
|
|
2712
2651
|
denom_units: [{
|
|
@@ -2728,6 +2667,13 @@ const assets = {
|
|
|
2728
2667
|
images: [{
|
|
2729
2668
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2730
2669
|
}],
|
|
2670
|
+
socials: {
|
|
2671
|
+
discord: 'https://discord.com/invite/burnt',
|
|
2672
|
+
github: 'https://github.com/burnt-labs',
|
|
2673
|
+
telegram: 'https://t.me/xion_announcements',
|
|
2674
|
+
twitter: 'https://x.com/burnt_xion',
|
|
2675
|
+
website: 'https://xion.burnt.com'
|
|
2676
|
+
},
|
|
2731
2677
|
type_asset: 'sdk.coin',
|
|
2732
2678
|
traces: [{
|
|
2733
2679
|
type: 'ibc',
|