@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
|
@@ -373,40 +373,6 @@ const assets = {
|
|
|
373
373
|
}
|
|
374
374
|
}]
|
|
375
375
|
},
|
|
376
|
-
{
|
|
377
|
-
description: 'The native staking token of the Xion network.',
|
|
378
|
-
denom_units: [{
|
|
379
|
-
denom: 'ibc/5EF71E3BE703AF789703FCFABEDDAD6EE008576B98810056333DF999A6BA7A16',
|
|
380
|
-
exponent: 0,
|
|
381
|
-
aliases: ['uxion']
|
|
382
|
-
}, {
|
|
383
|
-
denom: 'XION',
|
|
384
|
-
exponent: 6,
|
|
385
|
-
aliases: ['xion']
|
|
386
|
-
}],
|
|
387
|
-
base: 'ibc/5EF71E3BE703AF789703FCFABEDDAD6EE008576B98810056333DF999A6BA7A16',
|
|
388
|
-
display: 'XION',
|
|
389
|
-
name: 'xion',
|
|
390
|
-
symbol: 'XION',
|
|
391
|
-
logo_URIs: {
|
|
392
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
393
|
-
},
|
|
394
|
-
images: [{
|
|
395
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
396
|
-
}],
|
|
397
|
-
type_asset: 'sdk.coin',
|
|
398
|
-
traces: [{
|
|
399
|
-
type: 'ibc',
|
|
400
|
-
counterparty: {
|
|
401
|
-
channel_id: 'channel-225057',
|
|
402
|
-
base_denom: 'uxion',
|
|
403
|
-
chain_name: 'xiontestnet'
|
|
404
|
-
},
|
|
405
|
-
chain: {
|
|
406
|
-
channel_id: 'channel-521'
|
|
407
|
-
}
|
|
408
|
-
}]
|
|
409
|
-
},
|
|
410
376
|
{
|
|
411
377
|
description: 'The native staking token of Babylon.',
|
|
412
378
|
denom_units: [{
|
|
@@ -740,40 +706,6 @@ const assets = {
|
|
|
740
706
|
}
|
|
741
707
|
}]
|
|
742
708
|
},
|
|
743
|
-
{
|
|
744
|
-
description: 'The native staking token of the Xion network.',
|
|
745
|
-
denom_units: [{
|
|
746
|
-
denom: 'ibc/5EF71E3BE703AF789703FCFABEDDAD6EE008576B98810056333DF999A6BA7A16',
|
|
747
|
-
exponent: 0,
|
|
748
|
-
aliases: ['uxion']
|
|
749
|
-
}, {
|
|
750
|
-
denom: 'XION',
|
|
751
|
-
exponent: 6,
|
|
752
|
-
aliases: ['xion']
|
|
753
|
-
}],
|
|
754
|
-
base: 'ibc/5EF71E3BE703AF789703FCFABEDDAD6EE008576B98810056333DF999A6BA7A16',
|
|
755
|
-
display: 'XION',
|
|
756
|
-
name: 'xion',
|
|
757
|
-
symbol: 'XION',
|
|
758
|
-
logo_URIs: {
|
|
759
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
760
|
-
},
|
|
761
|
-
images: [{
|
|
762
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
763
|
-
}],
|
|
764
|
-
type_asset: 'sdk.coin',
|
|
765
|
-
traces: [{
|
|
766
|
-
type: 'ibc',
|
|
767
|
-
counterparty: {
|
|
768
|
-
channel_id: 'channel-225057',
|
|
769
|
-
base_denom: 'uxion',
|
|
770
|
-
chain_name: 'xiontestnet'
|
|
771
|
-
},
|
|
772
|
-
chain: {
|
|
773
|
-
channel_id: 'channel-521'
|
|
774
|
-
}
|
|
775
|
-
}]
|
|
776
|
-
},
|
|
777
709
|
{
|
|
778
710
|
description: 'The native token of Prysm',
|
|
779
711
|
denom_units: [{
|
package/esm/testnet/index.js
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';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'injectivetestnet',
|
|
3
|
-
assets: [
|
|
4
|
-
{
|
|
3
|
+
assets: [{
|
|
5
4
|
description: 'The native token of Nois',
|
|
6
5
|
denom_units: [{
|
|
7
6
|
denom: 'ibc/A190CF3FC762D25A46A49E7CB0E998F4A494C7F64A356DA17C25A2D8B0069D3B',
|
|
@@ -41,42 +40,7 @@ const assets = {
|
|
|
41
40
|
channel_id: 'channel-74'
|
|
42
41
|
}
|
|
43
42
|
}]
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
description: 'The native staking token of the Xion network.',
|
|
47
|
-
denom_units: [{
|
|
48
|
-
denom: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
|
|
49
|
-
exponent: 0,
|
|
50
|
-
aliases: ['uxion']
|
|
51
|
-
}, {
|
|
52
|
-
denom: 'XION',
|
|
53
|
-
exponent: 6,
|
|
54
|
-
aliases: ['xion']
|
|
55
|
-
}],
|
|
56
|
-
base: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
|
|
57
|
-
display: 'XION',
|
|
58
|
-
name: 'xion',
|
|
59
|
-
symbol: 'XION',
|
|
60
|
-
logo_URIs: {
|
|
61
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
62
|
-
},
|
|
63
|
-
images: [{
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
65
|
-
}],
|
|
66
|
-
type_asset: 'sdk.coin',
|
|
67
|
-
traces: [{
|
|
68
|
-
type: 'ibc',
|
|
69
|
-
counterparty: {
|
|
70
|
-
channel_id: 'channel-487',
|
|
71
|
-
base_denom: 'uxion',
|
|
72
|
-
chain_name: 'xiontestnet'
|
|
73
|
-
},
|
|
74
|
-
chain: {
|
|
75
|
-
channel_id: 'channel-489'
|
|
76
|
-
}
|
|
77
|
-
}]
|
|
78
|
-
},
|
|
79
|
-
{
|
|
43
|
+
}, {
|
|
80
44
|
description: 'The native token of Nois',
|
|
81
45
|
denom_units: [{
|
|
82
46
|
denom: 'ibc/A190CF3FC762D25A46A49E7CB0E998F4A494C7F64A356DA17C25A2D8B0069D3B',
|
|
@@ -116,41 +80,6 @@ const assets = {
|
|
|
116
80
|
channel_id: 'channel-74'
|
|
117
81
|
}
|
|
118
82
|
}]
|
|
119
|
-
}
|
|
120
|
-
{
|
|
121
|
-
description: 'The native staking token of the Xion network.',
|
|
122
|
-
denom_units: [{
|
|
123
|
-
denom: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
|
|
124
|
-
exponent: 0,
|
|
125
|
-
aliases: ['uxion']
|
|
126
|
-
}, {
|
|
127
|
-
denom: 'XION',
|
|
128
|
-
exponent: 6,
|
|
129
|
-
aliases: ['xion']
|
|
130
|
-
}],
|
|
131
|
-
base: 'ibc/DAB0823884DB5785F08EE136EE9EB362E166F4C7455716641B03E93CE7F14193',
|
|
132
|
-
display: 'XION',
|
|
133
|
-
name: 'xion',
|
|
134
|
-
symbol: 'XION',
|
|
135
|
-
logo_URIs: {
|
|
136
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
137
|
-
},
|
|
138
|
-
images: [{
|
|
139
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
140
|
-
}],
|
|
141
|
-
type_asset: 'sdk.coin',
|
|
142
|
-
traces: [{
|
|
143
|
-
type: 'ibc',
|
|
144
|
-
counterparty: {
|
|
145
|
-
channel_id: 'channel-487',
|
|
146
|
-
base_denom: 'uxion',
|
|
147
|
-
chain_name: 'xiontestnet'
|
|
148
|
-
},
|
|
149
|
-
chain: {
|
|
150
|
-
channel_id: 'channel-489'
|
|
151
|
-
}
|
|
152
|
-
}]
|
|
153
|
-
}
|
|
154
|
-
]
|
|
83
|
+
}]
|
|
155
84
|
};
|
|
156
85
|
export default assets;
|
|
@@ -409,40 +409,6 @@ const assets = {
|
|
|
409
409
|
}
|
|
410
410
|
}]
|
|
411
411
|
},
|
|
412
|
-
{
|
|
413
|
-
description: 'The native staking token of the Xion network.',
|
|
414
|
-
denom_units: [{
|
|
415
|
-
denom: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
|
|
416
|
-
exponent: 0,
|
|
417
|
-
aliases: ['uxion']
|
|
418
|
-
}, {
|
|
419
|
-
denom: 'XION',
|
|
420
|
-
exponent: 6,
|
|
421
|
-
aliases: ['xion']
|
|
422
|
-
}],
|
|
423
|
-
base: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
|
|
424
|
-
display: 'XION',
|
|
425
|
-
name: 'xion',
|
|
426
|
-
symbol: 'XION',
|
|
427
|
-
logo_URIs: {
|
|
428
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
429
|
-
},
|
|
430
|
-
images: [{
|
|
431
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
432
|
-
}],
|
|
433
|
-
type_asset: 'sdk.coin',
|
|
434
|
-
traces: [{
|
|
435
|
-
type: 'ibc',
|
|
436
|
-
counterparty: {
|
|
437
|
-
channel_id: 'channel-489',
|
|
438
|
-
base_denom: 'uxion',
|
|
439
|
-
chain_name: 'xiontestnet'
|
|
440
|
-
},
|
|
441
|
-
chain: {
|
|
442
|
-
channel_id: 'channel-147'
|
|
443
|
-
}
|
|
444
|
-
}]
|
|
445
|
-
},
|
|
446
412
|
{
|
|
447
413
|
description: 'The native staking token of the Xion network.',
|
|
448
414
|
denom_units: [{
|
|
@@ -464,6 +430,13 @@ const assets = {
|
|
|
464
430
|
images: [{
|
|
465
431
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
466
432
|
}],
|
|
433
|
+
socials: {
|
|
434
|
+
discord: 'https://discord.com/invite/burnt',
|
|
435
|
+
github: 'https://github.com/burnt-labs',
|
|
436
|
+
telegram: 'https://t.me/xion_announcements',
|
|
437
|
+
twitter: 'https://x.com/burnt_xion',
|
|
438
|
+
website: 'https://xion.burnt.com'
|
|
439
|
+
},
|
|
467
440
|
type_asset: 'sdk.coin',
|
|
468
441
|
traces: [{
|
|
469
442
|
type: 'ibc',
|
|
@@ -558,40 +531,6 @@ const assets = {
|
|
|
558
531
|
}
|
|
559
532
|
}]
|
|
560
533
|
},
|
|
561
|
-
{
|
|
562
|
-
description: 'The native staking token of the Xion network.',
|
|
563
|
-
denom_units: [{
|
|
564
|
-
denom: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
|
|
565
|
-
exponent: 0,
|
|
566
|
-
aliases: ['uxion']
|
|
567
|
-
}, {
|
|
568
|
-
denom: 'XION',
|
|
569
|
-
exponent: 6,
|
|
570
|
-
aliases: ['xion']
|
|
571
|
-
}],
|
|
572
|
-
base: 'ibc/475ED5117C702EF62A36D41F1EB50AF2770427251920C605CA34014895FF10EC',
|
|
573
|
-
display: 'XION',
|
|
574
|
-
name: 'xion',
|
|
575
|
-
symbol: 'XION',
|
|
576
|
-
logo_URIs: {
|
|
577
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
578
|
-
},
|
|
579
|
-
images: [{
|
|
580
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
581
|
-
}],
|
|
582
|
-
type_asset: 'sdk.coin',
|
|
583
|
-
traces: [{
|
|
584
|
-
type: 'ibc',
|
|
585
|
-
counterparty: {
|
|
586
|
-
channel_id: 'channel-489',
|
|
587
|
-
base_denom: 'uxion',
|
|
588
|
-
chain_name: 'xiontestnet'
|
|
589
|
-
},
|
|
590
|
-
chain: {
|
|
591
|
-
channel_id: 'channel-147'
|
|
592
|
-
}
|
|
593
|
-
}]
|
|
594
|
-
},
|
|
595
534
|
{
|
|
596
535
|
description: 'The native staking token of the Xion network.',
|
|
597
536
|
denom_units: [{
|
|
@@ -613,6 +552,13 @@ const assets = {
|
|
|
613
552
|
images: [{
|
|
614
553
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
615
554
|
}],
|
|
555
|
+
socials: {
|
|
556
|
+
discord: 'https://discord.com/invite/burnt',
|
|
557
|
+
github: 'https://github.com/burnt-labs',
|
|
558
|
+
telegram: 'https://t.me/xion_announcements',
|
|
559
|
+
twitter: 'https://x.com/burnt_xion',
|
|
560
|
+
website: 'https://xion.burnt.com'
|
|
561
|
+
},
|
|
616
562
|
type_asset: 'sdk.coin',
|
|
617
563
|
traces: [{
|
|
618
564
|
type: 'ibc',
|
|
@@ -1946,40 +1946,6 @@ const assets = {
|
|
|
1946
1946
|
}
|
|
1947
1947
|
}]
|
|
1948
1948
|
},
|
|
1949
|
-
{
|
|
1950
|
-
description: 'The native staking token of the Xion network.',
|
|
1951
|
-
denom_units: [{
|
|
1952
|
-
denom: 'ibc/5C274155106FEB0C093F76A12BB67222E479E1EBE043F319CE4463E54F7A357C',
|
|
1953
|
-
exponent: 0,
|
|
1954
|
-
aliases: ['uxion']
|
|
1955
|
-
}, {
|
|
1956
|
-
denom: 'XION',
|
|
1957
|
-
exponent: 6,
|
|
1958
|
-
aliases: ['xion']
|
|
1959
|
-
}],
|
|
1960
|
-
base: 'ibc/5C274155106FEB0C093F76A12BB67222E479E1EBE043F319CE4463E54F7A357C',
|
|
1961
|
-
display: 'XION',
|
|
1962
|
-
name: 'xion',
|
|
1963
|
-
symbol: 'XION',
|
|
1964
|
-
logo_URIs: {
|
|
1965
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1966
|
-
},
|
|
1967
|
-
images: [{
|
|
1968
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1969
|
-
}],
|
|
1970
|
-
type_asset: 'sdk.coin',
|
|
1971
|
-
traces: [{
|
|
1972
|
-
type: 'ibc',
|
|
1973
|
-
counterparty: {
|
|
1974
|
-
channel_id: 'channel-490',
|
|
1975
|
-
base_denom: 'uxion',
|
|
1976
|
-
chain_name: 'xiontestnet'
|
|
1977
|
-
},
|
|
1978
|
-
chain: {
|
|
1979
|
-
channel_id: 'channel-6668'
|
|
1980
|
-
}
|
|
1981
|
-
}]
|
|
1982
|
-
},
|
|
1983
1949
|
{
|
|
1984
1950
|
description: 'The native staking token of the Xion network.',
|
|
1985
1951
|
denom_units: [{
|
|
@@ -2001,6 +1967,13 @@ const assets = {
|
|
|
2001
1967
|
images: [{
|
|
2002
1968
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2003
1969
|
}],
|
|
1970
|
+
socials: {
|
|
1971
|
+
discord: 'https://discord.com/invite/burnt',
|
|
1972
|
+
github: 'https://github.com/burnt-labs',
|
|
1973
|
+
telegram: 'https://t.me/xion_announcements',
|
|
1974
|
+
twitter: 'https://x.com/burnt_xion',
|
|
1975
|
+
website: 'https://xion.burnt.com'
|
|
1976
|
+
},
|
|
2004
1977
|
type_asset: 'sdk.coin',
|
|
2005
1978
|
traces: [{
|
|
2006
1979
|
type: 'ibc',
|
|
@@ -2671,40 +2644,6 @@ const assets = {
|
|
|
2671
2644
|
}
|
|
2672
2645
|
}]
|
|
2673
2646
|
},
|
|
2674
|
-
{
|
|
2675
|
-
description: 'The native staking token of the Xion network.',
|
|
2676
|
-
denom_units: [{
|
|
2677
|
-
denom: 'ibc/5C274155106FEB0C093F76A12BB67222E479E1EBE043F319CE4463E54F7A357C',
|
|
2678
|
-
exponent: 0,
|
|
2679
|
-
aliases: ['uxion']
|
|
2680
|
-
}, {
|
|
2681
|
-
denom: 'XION',
|
|
2682
|
-
exponent: 6,
|
|
2683
|
-
aliases: ['xion']
|
|
2684
|
-
}],
|
|
2685
|
-
base: 'ibc/5C274155106FEB0C093F76A12BB67222E479E1EBE043F319CE4463E54F7A357C',
|
|
2686
|
-
display: 'XION',
|
|
2687
|
-
name: 'xion',
|
|
2688
|
-
symbol: 'XION',
|
|
2689
|
-
logo_URIs: {
|
|
2690
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2691
|
-
},
|
|
2692
|
-
images: [{
|
|
2693
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2694
|
-
}],
|
|
2695
|
-
type_asset: 'sdk.coin',
|
|
2696
|
-
traces: [{
|
|
2697
|
-
type: 'ibc',
|
|
2698
|
-
counterparty: {
|
|
2699
|
-
channel_id: 'channel-490',
|
|
2700
|
-
base_denom: 'uxion',
|
|
2701
|
-
chain_name: 'xiontestnet'
|
|
2702
|
-
},
|
|
2703
|
-
chain: {
|
|
2704
|
-
channel_id: 'channel-6668'
|
|
2705
|
-
}
|
|
2706
|
-
}]
|
|
2707
|
-
},
|
|
2708
2647
|
{
|
|
2709
2648
|
description: 'The native staking token of the Xion network.',
|
|
2710
2649
|
denom_units: [{
|
|
@@ -2726,6 +2665,13 @@ const assets = {
|
|
|
2726
2665
|
images: [{
|
|
2727
2666
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
2728
2667
|
}],
|
|
2668
|
+
socials: {
|
|
2669
|
+
discord: 'https://discord.com/invite/burnt',
|
|
2670
|
+
github: 'https://github.com/burnt-labs',
|
|
2671
|
+
telegram: 'https://t.me/xion_announcements',
|
|
2672
|
+
twitter: 'https://x.com/burnt_xion',
|
|
2673
|
+
website: 'https://xion.burnt.com'
|
|
2674
|
+
},
|
|
2729
2675
|
type_asset: 'sdk.coin',
|
|
2730
2676
|
traces: [{
|
|
2731
2677
|
type: 'ibc',
|
package/mainnet/axelar.js
CHANGED
|
@@ -8222,8 +8222,11 @@ const assets = {
|
|
|
8222
8222
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
8223
8223
|
}],
|
|
8224
8224
|
socials: {
|
|
8225
|
-
|
|
8226
|
-
|
|
8225
|
+
discord: 'https://discord.com/invite/burnt',
|
|
8226
|
+
github: 'https://github.com/burnt-labs',
|
|
8227
|
+
telegram: 'https://t.me/xion_announcements',
|
|
8228
|
+
twitter: 'https://x.com/burnt_xion',
|
|
8229
|
+
website: 'https://xion.burnt.com'
|
|
8227
8230
|
},
|
|
8228
8231
|
traces: [{
|
|
8229
8232
|
type: 'ibc',
|
|
@@ -15802,8 +15805,11 @@ const assets = {
|
|
|
15802
15805
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
15803
15806
|
}],
|
|
15804
15807
|
socials: {
|
|
15805
|
-
|
|
15806
|
-
|
|
15808
|
+
discord: 'https://discord.com/invite/burnt',
|
|
15809
|
+
github: 'https://github.com/burnt-labs',
|
|
15810
|
+
telegram: 'https://t.me/xion_announcements',
|
|
15811
|
+
twitter: 'https://x.com/burnt_xion',
|
|
15812
|
+
website: 'https://xion.burnt.com'
|
|
15807
15813
|
},
|
|
15808
15814
|
traces: [{
|
|
15809
15815
|
type: 'ibc',
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -10095,6 +10095,49 @@ const assets = {
|
|
|
10095
10095
|
}
|
|
10096
10096
|
}]
|
|
10097
10097
|
},
|
|
10098
|
+
{
|
|
10099
|
+
description: 'The native token of SEDA Chain.',
|
|
10100
|
+
denom_units: [{
|
|
10101
|
+
denom: 'ibc/D0BD765CF2EC6B97264795351BD75685A7B806F857D7D84633F5AC5E4A9812ED',
|
|
10102
|
+
exponent: 0,
|
|
10103
|
+
aliases: ['aseda']
|
|
10104
|
+
}, {
|
|
10105
|
+
denom: 'seda',
|
|
10106
|
+
exponent: 18
|
|
10107
|
+
}],
|
|
10108
|
+
base: 'ibc/D0BD765CF2EC6B97264795351BD75685A7B806F857D7D84633F5AC5E4A9812ED',
|
|
10109
|
+
name: 'Seda',
|
|
10110
|
+
display: 'seda',
|
|
10111
|
+
symbol: 'SEDA',
|
|
10112
|
+
logo_URIs: {
|
|
10113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
10114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
10115
|
+
},
|
|
10116
|
+
coingecko_id: 'seda-2',
|
|
10117
|
+
images: [{
|
|
10118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
10119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg',
|
|
10120
|
+
theme: {
|
|
10121
|
+
primary_color_hex: '#8178d1'
|
|
10122
|
+
}
|
|
10123
|
+
}],
|
|
10124
|
+
socials: {
|
|
10125
|
+
website: 'https://www.seda.xyz/',
|
|
10126
|
+
twitter: 'https://twitter.com/sedaprotocol'
|
|
10127
|
+
},
|
|
10128
|
+
type_asset: 'sdk.coin',
|
|
10129
|
+
traces: [{
|
|
10130
|
+
type: 'ibc',
|
|
10131
|
+
counterparty: {
|
|
10132
|
+
channel_id: 'channel-1',
|
|
10133
|
+
base_denom: 'aseda',
|
|
10134
|
+
chain_name: 'seda'
|
|
10135
|
+
},
|
|
10136
|
+
chain: {
|
|
10137
|
+
channel_id: 'channel-1337'
|
|
10138
|
+
}
|
|
10139
|
+
}]
|
|
10140
|
+
},
|
|
10098
10141
|
{
|
|
10099
10142
|
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
10100
10143
|
denom_units: [{
|
|
@@ -18504,6 +18547,49 @@ const assets = {
|
|
|
18504
18547
|
}
|
|
18505
18548
|
}]
|
|
18506
18549
|
},
|
|
18550
|
+
{
|
|
18551
|
+
description: 'The native token of SEDA Chain.',
|
|
18552
|
+
denom_units: [{
|
|
18553
|
+
denom: 'ibc/D0BD765CF2EC6B97264795351BD75685A7B806F857D7D84633F5AC5E4A9812ED',
|
|
18554
|
+
exponent: 0,
|
|
18555
|
+
aliases: ['aseda']
|
|
18556
|
+
}, {
|
|
18557
|
+
denom: 'seda',
|
|
18558
|
+
exponent: 18
|
|
18559
|
+
}],
|
|
18560
|
+
base: 'ibc/D0BD765CF2EC6B97264795351BD75685A7B806F857D7D84633F5AC5E4A9812ED',
|
|
18561
|
+
name: 'Seda',
|
|
18562
|
+
display: 'seda',
|
|
18563
|
+
symbol: 'SEDA',
|
|
18564
|
+
logo_URIs: {
|
|
18565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
18566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
18567
|
+
},
|
|
18568
|
+
coingecko_id: 'seda-2',
|
|
18569
|
+
images: [{
|
|
18570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
18571
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg',
|
|
18572
|
+
theme: {
|
|
18573
|
+
primary_color_hex: '#8178d1'
|
|
18574
|
+
}
|
|
18575
|
+
}],
|
|
18576
|
+
socials: {
|
|
18577
|
+
website: 'https://www.seda.xyz/',
|
|
18578
|
+
twitter: 'https://twitter.com/sedaprotocol'
|
|
18579
|
+
},
|
|
18580
|
+
type_asset: 'sdk.coin',
|
|
18581
|
+
traces: [{
|
|
18582
|
+
type: 'ibc',
|
|
18583
|
+
counterparty: {
|
|
18584
|
+
channel_id: 'channel-1',
|
|
18585
|
+
base_denom: 'aseda',
|
|
18586
|
+
chain_name: 'seda'
|
|
18587
|
+
},
|
|
18588
|
+
chain: {
|
|
18589
|
+
channel_id: 'channel-1337'
|
|
18590
|
+
}
|
|
18591
|
+
}]
|
|
18592
|
+
},
|
|
18507
18593
|
{
|
|
18508
18594
|
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
18509
18595
|
denom_units: [{
|
package/mainnet/elys.js
CHANGED
|
@@ -667,8 +667,11 @@ const assets = {
|
|
|
667
667
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
668
668
|
}],
|
|
669
669
|
socials: {
|
|
670
|
-
|
|
671
|
-
|
|
670
|
+
discord: 'https://discord.com/invite/burnt',
|
|
671
|
+
github: 'https://github.com/burnt-labs',
|
|
672
|
+
telegram: 'https://t.me/xion_announcements',
|
|
673
|
+
twitter: 'https://x.com/burnt_xion',
|
|
674
|
+
website: 'https://xion.burnt.com'
|
|
672
675
|
},
|
|
673
676
|
traces: [{
|
|
674
677
|
type: 'ibc',
|
|
@@ -1002,8 +1005,11 @@ const assets = {
|
|
|
1002
1005
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
1003
1006
|
}],
|
|
1004
1007
|
socials: {
|
|
1005
|
-
|
|
1006
|
-
|
|
1008
|
+
discord: 'https://discord.com/invite/burnt',
|
|
1009
|
+
github: 'https://github.com/burnt-labs',
|
|
1010
|
+
telegram: 'https://t.me/xion_announcements',
|
|
1011
|
+
twitter: 'https://x.com/burnt_xion',
|
|
1012
|
+
website: 'https://xion.burnt.com'
|
|
1007
1013
|
},
|
|
1008
1014
|
traces: [{
|
|
1009
1015
|
type: 'ibc',
|
package/mainnet/injective.js
CHANGED
|
@@ -7220,8 +7220,11 @@ const assets = {
|
|
|
7220
7220
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
7221
7221
|
}],
|
|
7222
7222
|
socials: {
|
|
7223
|
-
|
|
7224
|
-
|
|
7223
|
+
discord: 'https://discord.com/invite/burnt',
|
|
7224
|
+
github: 'https://github.com/burnt-labs',
|
|
7225
|
+
telegram: 'https://t.me/xion_announcements',
|
|
7226
|
+
twitter: 'https://x.com/burnt_xion',
|
|
7227
|
+
website: 'https://xion.burnt.com'
|
|
7225
7228
|
},
|
|
7226
7229
|
traces: [{
|
|
7227
7230
|
type: 'ibc',
|
|
@@ -13497,8 +13500,11 @@ const assets = {
|
|
|
13497
13500
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
13498
13501
|
}],
|
|
13499
13502
|
socials: {
|
|
13500
|
-
|
|
13501
|
-
|
|
13503
|
+
discord: 'https://discord.com/invite/burnt',
|
|
13504
|
+
github: 'https://github.com/burnt-labs',
|
|
13505
|
+
telegram: 'https://t.me/xion_announcements',
|
|
13506
|
+
twitter: 'https://x.com/burnt_xion',
|
|
13507
|
+
website: 'https://xion.burnt.com'
|
|
13502
13508
|
},
|
|
13503
13509
|
traces: [{
|
|
13504
13510
|
type: 'ibc',
|