@chain-registry/assets 1.70.171 → 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/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/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/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/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/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',
|
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
const assets = {
|
|
2
|
-
chain_name: 'xiontestnet',
|
|
3
|
-
assets: [
|
|
4
|
-
{
|
|
5
|
-
description: 'The controlled staking asset for Noble Chain',
|
|
6
|
-
denom_units: [{
|
|
7
|
-
denom: 'ibc/C8FD14D5DA62F9C74732082F87954EF1EAAB921A1E0F9435A8036EB0AAFB2224',
|
|
8
|
-
exponent: 0,
|
|
9
|
-
aliases: ['ustake']
|
|
10
|
-
}, {
|
|
11
|
-
denom: 'stake',
|
|
12
|
-
exponent: 6
|
|
13
|
-
}],
|
|
14
|
-
base: 'ibc/C8FD14D5DA62F9C74732082F87954EF1EAAB921A1E0F9435A8036EB0AAFB2224',
|
|
15
|
-
name: 'Stake',
|
|
16
|
-
display: 'stake',
|
|
17
|
-
symbol: 'STAKE',
|
|
18
|
-
type_asset: 'sdk.coin',
|
|
19
|
-
traces: [{
|
|
20
|
-
type: 'ibc',
|
|
21
|
-
counterparty: {
|
|
22
|
-
channel_id: 'channel-147',
|
|
23
|
-
base_denom: 'ustake',
|
|
24
|
-
chain_name: 'nobletestnet'
|
|
25
|
-
},
|
|
26
|
-
chain: {
|
|
27
|
-
channel_id: 'channel-489'
|
|
28
|
-
}
|
|
29
|
-
}]
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
33
|
-
denom_units: [{
|
|
34
|
-
denom: 'ibc/197E0E61120F536972C6456BF2D4D2F786110EA228E31E5CE8695F7C5C96D42B',
|
|
35
|
-
exponent: 0,
|
|
36
|
-
aliases: ['ulove']
|
|
37
|
-
}, {
|
|
38
|
-
denom: 'love',
|
|
39
|
-
exponent: 6
|
|
40
|
-
}],
|
|
41
|
-
base: 'ibc/197E0E61120F536972C6456BF2D4D2F786110EA228E31E5CE8695F7C5C96D42B',
|
|
42
|
-
display: 'love',
|
|
43
|
-
name: 'Love',
|
|
44
|
-
symbol: 'LOVE',
|
|
45
|
-
type_asset: 'sdk.coin',
|
|
46
|
-
traces: [{
|
|
47
|
-
type: 'ibc',
|
|
48
|
-
counterparty: {
|
|
49
|
-
channel_id: 'channel-147',
|
|
50
|
-
base_denom: 'ulove',
|
|
51
|
-
chain_name: 'nobletestnet'
|
|
52
|
-
},
|
|
53
|
-
chain: {
|
|
54
|
-
channel_id: 'channel-489'
|
|
55
|
-
}
|
|
56
|
-
}]
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
description: 'Ondo US Dollar Yield',
|
|
60
|
-
denom_units: [{
|
|
61
|
-
denom: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
|
|
62
|
-
exponent: 0,
|
|
63
|
-
aliases: ['ausdy']
|
|
64
|
-
}, {
|
|
65
|
-
denom: 'usdy',
|
|
66
|
-
exponent: 18
|
|
67
|
-
}],
|
|
68
|
-
base: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
|
|
69
|
-
display: 'usdy',
|
|
70
|
-
name: 'Ondo US Dollar Yield',
|
|
71
|
-
symbol: 'USDY',
|
|
72
|
-
logo_URIs: {
|
|
73
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
74
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
75
|
-
},
|
|
76
|
-
images: [{
|
|
77
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
78
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
79
|
-
}],
|
|
80
|
-
type_asset: 'sdk.coin',
|
|
81
|
-
traces: [{
|
|
82
|
-
type: 'ibc',
|
|
83
|
-
counterparty: {
|
|
84
|
-
channel_id: 'channel-147',
|
|
85
|
-
base_denom: 'ausdy',
|
|
86
|
-
chain_name: 'nobletestnet'
|
|
87
|
-
},
|
|
88
|
-
chain: {
|
|
89
|
-
channel_id: 'channel-489'
|
|
90
|
-
}
|
|
91
|
-
}]
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
description: 'The controlled staking asset for Noble Chain',
|
|
95
|
-
denom_units: [{
|
|
96
|
-
denom: 'ibc/C8FD14D5DA62F9C74732082F87954EF1EAAB921A1E0F9435A8036EB0AAFB2224',
|
|
97
|
-
exponent: 0,
|
|
98
|
-
aliases: ['ustake']
|
|
99
|
-
}, {
|
|
100
|
-
denom: 'stake',
|
|
101
|
-
exponent: 6
|
|
102
|
-
}],
|
|
103
|
-
base: 'ibc/C8FD14D5DA62F9C74732082F87954EF1EAAB921A1E0F9435A8036EB0AAFB2224',
|
|
104
|
-
name: 'Stake',
|
|
105
|
-
display: 'stake',
|
|
106
|
-
symbol: 'STAKE',
|
|
107
|
-
type_asset: 'sdk.coin',
|
|
108
|
-
traces: [{
|
|
109
|
-
type: 'ibc',
|
|
110
|
-
counterparty: {
|
|
111
|
-
channel_id: 'channel-147',
|
|
112
|
-
base_denom: 'ustake',
|
|
113
|
-
chain_name: 'nobletestnet'
|
|
114
|
-
},
|
|
115
|
-
chain: {
|
|
116
|
-
channel_id: 'channel-489'
|
|
117
|
-
}
|
|
118
|
-
}]
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
122
|
-
denom_units: [{
|
|
123
|
-
denom: 'ibc/197E0E61120F536972C6456BF2D4D2F786110EA228E31E5CE8695F7C5C96D42B',
|
|
124
|
-
exponent: 0,
|
|
125
|
-
aliases: ['ulove']
|
|
126
|
-
}, {
|
|
127
|
-
denom: 'love',
|
|
128
|
-
exponent: 6
|
|
129
|
-
}],
|
|
130
|
-
base: 'ibc/197E0E61120F536972C6456BF2D4D2F786110EA228E31E5CE8695F7C5C96D42B',
|
|
131
|
-
display: 'love',
|
|
132
|
-
name: 'Love',
|
|
133
|
-
symbol: 'LOVE',
|
|
134
|
-
type_asset: 'sdk.coin',
|
|
135
|
-
traces: [{
|
|
136
|
-
type: 'ibc',
|
|
137
|
-
counterparty: {
|
|
138
|
-
channel_id: 'channel-147',
|
|
139
|
-
base_denom: 'ulove',
|
|
140
|
-
chain_name: 'nobletestnet'
|
|
141
|
-
},
|
|
142
|
-
chain: {
|
|
143
|
-
channel_id: 'channel-489'
|
|
144
|
-
}
|
|
145
|
-
}]
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
description: 'Ondo US Dollar Yield',
|
|
149
|
-
denom_units: [{
|
|
150
|
-
denom: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
|
|
151
|
-
exponent: 0,
|
|
152
|
-
aliases: ['ausdy']
|
|
153
|
-
}, {
|
|
154
|
-
denom: 'usdy',
|
|
155
|
-
exponent: 18
|
|
156
|
-
}],
|
|
157
|
-
base: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
|
|
158
|
-
display: 'usdy',
|
|
159
|
-
name: 'Ondo US Dollar Yield',
|
|
160
|
-
symbol: 'USDY',
|
|
161
|
-
logo_URIs: {
|
|
162
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
163
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
164
|
-
},
|
|
165
|
-
images: [{
|
|
166
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
167
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
168
|
-
}],
|
|
169
|
-
type_asset: 'sdk.coin',
|
|
170
|
-
traces: [{
|
|
171
|
-
type: 'ibc',
|
|
172
|
-
counterparty: {
|
|
173
|
-
channel_id: 'channel-147',
|
|
174
|
-
base_denom: 'ausdy',
|
|
175
|
-
chain_name: 'nobletestnet'
|
|
176
|
-
},
|
|
177
|
-
chain: {
|
|
178
|
-
channel_id: 'channel-489'
|
|
179
|
-
}
|
|
180
|
-
}]
|
|
181
|
-
}
|
|
182
|
-
]
|
|
183
|
-
};
|
|
184
|
-
export default assets;
|
package/testnet/xiontestnet.d.ts
DELETED