@chain-registry/assets 1.70.522 → 1.70.524
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 +34 -36
- package/esm/mainnet/bandchain.js +34 -36
- package/esm/mainnet/cosmoshub.js +34 -36
- package/esm/mainnet/doravota.js +34 -36
- package/esm/mainnet/dydx.js +34 -36
- package/esm/mainnet/evmos.js +34 -36
- package/esm/mainnet/gravitybridge.js +34 -36
- package/esm/mainnet/kava.js +34 -36
- package/esm/mainnet/kujira.js +34 -36
- package/esm/mainnet/noble.js +34 -36
- package/esm/mainnet/osmosis.js +34 -36
- package/esm/mainnet/secretnetwork.js +34 -36
- package/mainnet/axelar.js +34 -36
- package/mainnet/bandchain.js +34 -36
- package/mainnet/cosmoshub.js +34 -36
- package/mainnet/doravota.js +34 -36
- package/mainnet/dydx.js +34 -36
- package/mainnet/evmos.js +34 -36
- package/mainnet/gravitybridge.js +34 -36
- package/mainnet/kava.js +34 -36
- package/mainnet/kujira.js +34 -36
- package/mainnet/noble.js +34 -36
- package/mainnet/osmosis.js +34 -36
- package/mainnet/secretnetwork.js +34 -36
- package/package.json +5 -5
package/mainnet/kujira.js
CHANGED
|
@@ -643,39 +643,38 @@ const assets = {
|
|
|
643
643
|
}]
|
|
644
644
|
},
|
|
645
645
|
{
|
|
646
|
-
description: 'The native token of
|
|
646
|
+
description: 'The native token of TX',
|
|
647
647
|
denom_units: [{
|
|
648
648
|
denom: 'ibc/DF2EE65970C03A37C3CA55884601329BEDB32B155B52F9B6B1D5D4CBB8AD9BA4',
|
|
649
649
|
exponent: 0,
|
|
650
650
|
aliases: ['ucore']
|
|
651
651
|
}, {
|
|
652
|
-
denom: '
|
|
652
|
+
denom: 'tx',
|
|
653
653
|
exponent: 6
|
|
654
654
|
}],
|
|
655
655
|
base: 'ibc/DF2EE65970C03A37C3CA55884601329BEDB32B155B52F9B6B1D5D4CBB8AD9BA4',
|
|
656
|
-
name: '
|
|
657
|
-
display: '
|
|
658
|
-
symbol: '
|
|
656
|
+
name: 'TX',
|
|
657
|
+
display: 'tx',
|
|
658
|
+
symbol: 'TX',
|
|
659
659
|
logo_URIs: {
|
|
660
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
661
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
660
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
661
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
662
662
|
},
|
|
663
|
-
coingecko_id: '
|
|
663
|
+
coingecko_id: 'tx',
|
|
664
664
|
keywords: [
|
|
665
|
-
'
|
|
666
|
-
'
|
|
667
|
-
'
|
|
668
|
-
'
|
|
669
|
-
'
|
|
670
|
-
'XRPL'
|
|
665
|
+
'L1',
|
|
666
|
+
'RWA',
|
|
667
|
+
'RWA Protocol',
|
|
668
|
+
'RWA Marketplace',
|
|
669
|
+
'tokenization'
|
|
671
670
|
],
|
|
672
671
|
images: [{
|
|
673
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
674
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
672
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
673
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
675
674
|
}],
|
|
676
675
|
socials: {
|
|
677
|
-
website: 'https://
|
|
678
|
-
x: 'https://x.com/
|
|
676
|
+
website: 'https://tx.org/',
|
|
677
|
+
x: 'https://x.com/txEcosystem'
|
|
679
678
|
},
|
|
680
679
|
type_asset: 'sdk.coin',
|
|
681
680
|
traces: [{
|
|
@@ -2457,39 +2456,38 @@ const assets = {
|
|
|
2457
2456
|
}]
|
|
2458
2457
|
},
|
|
2459
2458
|
{
|
|
2460
|
-
description: 'The native token of
|
|
2459
|
+
description: 'The native token of TX',
|
|
2461
2460
|
denom_units: [{
|
|
2462
2461
|
denom: 'ibc/DF2EE65970C03A37C3CA55884601329BEDB32B155B52F9B6B1D5D4CBB8AD9BA4',
|
|
2463
2462
|
exponent: 0,
|
|
2464
2463
|
aliases: ['ucore']
|
|
2465
2464
|
}, {
|
|
2466
|
-
denom: '
|
|
2465
|
+
denom: 'tx',
|
|
2467
2466
|
exponent: 6
|
|
2468
2467
|
}],
|
|
2469
2468
|
base: 'ibc/DF2EE65970C03A37C3CA55884601329BEDB32B155B52F9B6B1D5D4CBB8AD9BA4',
|
|
2470
|
-
name: '
|
|
2471
|
-
display: '
|
|
2472
|
-
symbol: '
|
|
2469
|
+
name: 'TX',
|
|
2470
|
+
display: 'tx',
|
|
2471
|
+
symbol: 'TX',
|
|
2473
2472
|
logo_URIs: {
|
|
2474
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2475
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
2474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
2476
2475
|
},
|
|
2477
|
-
coingecko_id: '
|
|
2476
|
+
coingecko_id: 'tx',
|
|
2478
2477
|
keywords: [
|
|
2479
|
-
'
|
|
2480
|
-
'
|
|
2481
|
-
'
|
|
2482
|
-
'
|
|
2483
|
-
'
|
|
2484
|
-
'XRPL'
|
|
2478
|
+
'L1',
|
|
2479
|
+
'RWA',
|
|
2480
|
+
'RWA Protocol',
|
|
2481
|
+
'RWA Marketplace',
|
|
2482
|
+
'tokenization'
|
|
2485
2483
|
],
|
|
2486
2484
|
images: [{
|
|
2487
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2488
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2485
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
2486
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
2489
2487
|
}],
|
|
2490
2488
|
socials: {
|
|
2491
|
-
website: 'https://
|
|
2492
|
-
x: 'https://x.com/
|
|
2489
|
+
website: 'https://tx.org/',
|
|
2490
|
+
x: 'https://x.com/txEcosystem'
|
|
2493
2491
|
},
|
|
2494
2492
|
type_asset: 'sdk.coin',
|
|
2495
2493
|
traces: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -392,39 +392,38 @@ const assets = {
|
|
|
392
392
|
}]
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
|
-
description: 'The native token of
|
|
395
|
+
description: 'The native token of TX',
|
|
396
396
|
denom_units: [{
|
|
397
397
|
denom: 'ibc/1B229CD41D9F3787A48B822DE2E963E8F7BEADEF28AE45941940E2406A6D596F',
|
|
398
398
|
exponent: 0,
|
|
399
399
|
aliases: ['ucore']
|
|
400
400
|
}, {
|
|
401
|
-
denom: '
|
|
401
|
+
denom: 'tx',
|
|
402
402
|
exponent: 6
|
|
403
403
|
}],
|
|
404
404
|
base: 'ibc/1B229CD41D9F3787A48B822DE2E963E8F7BEADEF28AE45941940E2406A6D596F',
|
|
405
|
-
name: '
|
|
406
|
-
display: '
|
|
407
|
-
symbol: '
|
|
405
|
+
name: 'TX',
|
|
406
|
+
display: 'tx',
|
|
407
|
+
symbol: 'TX',
|
|
408
408
|
logo_URIs: {
|
|
409
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
410
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
409
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
410
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
411
411
|
},
|
|
412
|
-
coingecko_id: '
|
|
412
|
+
coingecko_id: 'tx',
|
|
413
413
|
keywords: [
|
|
414
|
-
'
|
|
415
|
-
'
|
|
416
|
-
'
|
|
417
|
-
'
|
|
418
|
-
'
|
|
419
|
-
'XRPL'
|
|
414
|
+
'L1',
|
|
415
|
+
'RWA',
|
|
416
|
+
'RWA Protocol',
|
|
417
|
+
'RWA Marketplace',
|
|
418
|
+
'tokenization'
|
|
420
419
|
],
|
|
421
420
|
images: [{
|
|
422
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
423
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
424
423
|
}],
|
|
425
424
|
socials: {
|
|
426
|
-
website: 'https://
|
|
427
|
-
x: 'https://x.com/
|
|
425
|
+
website: 'https://tx.org/',
|
|
426
|
+
x: 'https://x.com/txEcosystem'
|
|
428
427
|
},
|
|
429
428
|
type_asset: 'sdk.coin',
|
|
430
429
|
traces: [{
|
|
@@ -2846,39 +2845,38 @@ const assets = {
|
|
|
2846
2845
|
}]
|
|
2847
2846
|
},
|
|
2848
2847
|
{
|
|
2849
|
-
description: 'The native token of
|
|
2848
|
+
description: 'The native token of TX',
|
|
2850
2849
|
denom_units: [{
|
|
2851
2850
|
denom: 'ibc/1B229CD41D9F3787A48B822DE2E963E8F7BEADEF28AE45941940E2406A6D596F',
|
|
2852
2851
|
exponent: 0,
|
|
2853
2852
|
aliases: ['ucore']
|
|
2854
2853
|
}, {
|
|
2855
|
-
denom: '
|
|
2854
|
+
denom: 'tx',
|
|
2856
2855
|
exponent: 6
|
|
2857
2856
|
}],
|
|
2858
2857
|
base: 'ibc/1B229CD41D9F3787A48B822DE2E963E8F7BEADEF28AE45941940E2406A6D596F',
|
|
2859
|
-
name: '
|
|
2860
|
-
display: '
|
|
2861
|
-
symbol: '
|
|
2858
|
+
name: 'TX',
|
|
2859
|
+
display: 'tx',
|
|
2860
|
+
symbol: 'TX',
|
|
2862
2861
|
logo_URIs: {
|
|
2863
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2864
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2862
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
2863
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
2865
2864
|
},
|
|
2866
|
-
coingecko_id: '
|
|
2865
|
+
coingecko_id: 'tx',
|
|
2867
2866
|
keywords: [
|
|
2868
|
-
'
|
|
2869
|
-
'
|
|
2870
|
-
'
|
|
2871
|
-
'
|
|
2872
|
-
'
|
|
2873
|
-
'XRPL'
|
|
2867
|
+
'L1',
|
|
2868
|
+
'RWA',
|
|
2869
|
+
'RWA Protocol',
|
|
2870
|
+
'RWA Marketplace',
|
|
2871
|
+
'tokenization'
|
|
2874
2872
|
],
|
|
2875
2873
|
images: [{
|
|
2876
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2877
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2874
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
2875
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
2878
2876
|
}],
|
|
2879
2877
|
socials: {
|
|
2880
|
-
website: 'https://
|
|
2881
|
-
x: 'https://x.com/
|
|
2878
|
+
website: 'https://tx.org/',
|
|
2879
|
+
x: 'https://x.com/txEcosystem'
|
|
2882
2880
|
},
|
|
2883
2881
|
type_asset: 'sdk.coin',
|
|
2884
2882
|
traces: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -1783,39 +1783,38 @@ const assets = {
|
|
|
1783
1783
|
}]
|
|
1784
1784
|
},
|
|
1785
1785
|
{
|
|
1786
|
-
description: 'The native token of
|
|
1786
|
+
description: 'The native token of TX',
|
|
1787
1787
|
denom_units: [{
|
|
1788
1788
|
denom: 'ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65',
|
|
1789
1789
|
exponent: 0,
|
|
1790
1790
|
aliases: ['ucore']
|
|
1791
1791
|
}, {
|
|
1792
|
-
denom: '
|
|
1792
|
+
denom: 'tx',
|
|
1793
1793
|
exponent: 6
|
|
1794
1794
|
}],
|
|
1795
1795
|
base: 'ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65',
|
|
1796
|
-
name: '
|
|
1797
|
-
display: '
|
|
1798
|
-
symbol: '
|
|
1796
|
+
name: 'TX',
|
|
1797
|
+
display: 'tx',
|
|
1798
|
+
symbol: 'TX',
|
|
1799
1799
|
logo_URIs: {
|
|
1800
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
1801
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
1800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
1801
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
1802
1802
|
},
|
|
1803
|
-
coingecko_id: '
|
|
1803
|
+
coingecko_id: 'tx',
|
|
1804
1804
|
keywords: [
|
|
1805
|
-
'
|
|
1806
|
-
'
|
|
1807
|
-
'
|
|
1808
|
-
'
|
|
1809
|
-
'
|
|
1810
|
-
'XRPL'
|
|
1805
|
+
'L1',
|
|
1806
|
+
'RWA',
|
|
1807
|
+
'RWA Protocol',
|
|
1808
|
+
'RWA Marketplace',
|
|
1809
|
+
'tokenization'
|
|
1811
1810
|
],
|
|
1812
1811
|
images: [{
|
|
1813
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
1814
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
1812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
1813
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
1815
1814
|
}],
|
|
1816
1815
|
socials: {
|
|
1817
|
-
website: 'https://
|
|
1818
|
-
x: 'https://x.com/
|
|
1816
|
+
website: 'https://tx.org/',
|
|
1817
|
+
x: 'https://x.com/txEcosystem'
|
|
1819
1818
|
},
|
|
1820
1819
|
type_asset: 'sdk.coin',
|
|
1821
1820
|
traces: [{
|
|
@@ -8203,39 +8202,38 @@ const assets = {
|
|
|
8203
8202
|
}]
|
|
8204
8203
|
},
|
|
8205
8204
|
{
|
|
8206
|
-
description: 'The native token of
|
|
8205
|
+
description: 'The native token of TX',
|
|
8207
8206
|
denom_units: [{
|
|
8208
8207
|
denom: 'ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65',
|
|
8209
8208
|
exponent: 0,
|
|
8210
8209
|
aliases: ['ucore']
|
|
8211
8210
|
}, {
|
|
8212
|
-
denom: '
|
|
8211
|
+
denom: 'tx',
|
|
8213
8212
|
exponent: 6
|
|
8214
8213
|
}],
|
|
8215
8214
|
base: 'ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65',
|
|
8216
|
-
name: '
|
|
8217
|
-
display: '
|
|
8218
|
-
symbol: '
|
|
8215
|
+
name: 'TX',
|
|
8216
|
+
display: 'tx',
|
|
8217
|
+
symbol: 'TX',
|
|
8219
8218
|
logo_URIs: {
|
|
8220
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
8221
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
8219
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
8220
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
8222
8221
|
},
|
|
8223
|
-
coingecko_id: '
|
|
8222
|
+
coingecko_id: 'tx',
|
|
8224
8223
|
keywords: [
|
|
8225
|
-
'
|
|
8226
|
-
'
|
|
8227
|
-
'
|
|
8228
|
-
'
|
|
8229
|
-
'
|
|
8230
|
-
'XRPL'
|
|
8224
|
+
'L1',
|
|
8225
|
+
'RWA',
|
|
8226
|
+
'RWA Protocol',
|
|
8227
|
+
'RWA Marketplace',
|
|
8228
|
+
'tokenization'
|
|
8231
8229
|
],
|
|
8232
8230
|
images: [{
|
|
8233
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
8234
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
8231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
8232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
8235
8233
|
}],
|
|
8236
8234
|
socials: {
|
|
8237
|
-
website: 'https://
|
|
8238
|
-
x: 'https://x.com/
|
|
8235
|
+
website: 'https://tx.org/',
|
|
8236
|
+
x: 'https://x.com/txEcosystem'
|
|
8239
8237
|
},
|
|
8240
8238
|
type_asset: 'sdk.coin',
|
|
8241
8239
|
traces: [{
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -494,39 +494,38 @@ const assets = {
|
|
|
494
494
|
}]
|
|
495
495
|
},
|
|
496
496
|
{
|
|
497
|
-
description: 'The native token of
|
|
497
|
+
description: 'The native token of TX',
|
|
498
498
|
denom_units: [{
|
|
499
499
|
denom: 'ibc/3EA9790C386BD0FE422C9F9DB4BE162C130B9200D6D8245472F66E27AA82789C',
|
|
500
500
|
exponent: 0,
|
|
501
501
|
aliases: ['ucore']
|
|
502
502
|
}, {
|
|
503
|
-
denom: '
|
|
503
|
+
denom: 'tx',
|
|
504
504
|
exponent: 6
|
|
505
505
|
}],
|
|
506
506
|
base: 'ibc/3EA9790C386BD0FE422C9F9DB4BE162C130B9200D6D8245472F66E27AA82789C',
|
|
507
|
-
name: '
|
|
508
|
-
display: '
|
|
509
|
-
symbol: '
|
|
507
|
+
name: 'TX',
|
|
508
|
+
display: 'tx',
|
|
509
|
+
symbol: 'TX',
|
|
510
510
|
logo_URIs: {
|
|
511
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
512
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
511
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
512
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
513
513
|
},
|
|
514
|
-
coingecko_id: '
|
|
514
|
+
coingecko_id: 'tx',
|
|
515
515
|
keywords: [
|
|
516
|
-
'
|
|
517
|
-
'
|
|
518
|
-
'
|
|
519
|
-
'
|
|
520
|
-
'
|
|
521
|
-
'XRPL'
|
|
516
|
+
'L1',
|
|
517
|
+
'RWA',
|
|
518
|
+
'RWA Protocol',
|
|
519
|
+
'RWA Marketplace',
|
|
520
|
+
'tokenization'
|
|
522
521
|
],
|
|
523
522
|
images: [{
|
|
524
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
525
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
524
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
526
525
|
}],
|
|
527
526
|
socials: {
|
|
528
|
-
website: 'https://
|
|
529
|
-
x: 'https://x.com/
|
|
527
|
+
website: 'https://tx.org/',
|
|
528
|
+
x: 'https://x.com/txEcosystem'
|
|
530
529
|
},
|
|
531
530
|
type_asset: 'sdk.coin',
|
|
532
531
|
traces: [{
|
|
@@ -2585,39 +2584,38 @@ const assets = {
|
|
|
2585
2584
|
}]
|
|
2586
2585
|
},
|
|
2587
2586
|
{
|
|
2588
|
-
description: 'The native token of
|
|
2587
|
+
description: 'The native token of TX',
|
|
2589
2588
|
denom_units: [{
|
|
2590
2589
|
denom: 'ibc/3EA9790C386BD0FE422C9F9DB4BE162C130B9200D6D8245472F66E27AA82789C',
|
|
2591
2590
|
exponent: 0,
|
|
2592
2591
|
aliases: ['ucore']
|
|
2593
2592
|
}, {
|
|
2594
|
-
denom: '
|
|
2593
|
+
denom: 'tx',
|
|
2595
2594
|
exponent: 6
|
|
2596
2595
|
}],
|
|
2597
2596
|
base: 'ibc/3EA9790C386BD0FE422C9F9DB4BE162C130B9200D6D8245472F66E27AA82789C',
|
|
2598
|
-
name: '
|
|
2599
|
-
display: '
|
|
2600
|
-
symbol: '
|
|
2597
|
+
name: 'TX',
|
|
2598
|
+
display: 'tx',
|
|
2599
|
+
symbol: 'TX',
|
|
2601
2600
|
logo_URIs: {
|
|
2602
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2603
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
2602
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
2604
2603
|
},
|
|
2605
|
-
coingecko_id: '
|
|
2604
|
+
coingecko_id: 'tx',
|
|
2606
2605
|
keywords: [
|
|
2607
|
-
'
|
|
2608
|
-
'
|
|
2609
|
-
'
|
|
2610
|
-
'
|
|
2611
|
-
'
|
|
2612
|
-
'XRPL'
|
|
2606
|
+
'L1',
|
|
2607
|
+
'RWA',
|
|
2608
|
+
'RWA Protocol',
|
|
2609
|
+
'RWA Marketplace',
|
|
2610
|
+
'tokenization'
|
|
2613
2611
|
],
|
|
2614
2612
|
images: [{
|
|
2615
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2616
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
2613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
2614
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
2617
2615
|
}],
|
|
2618
2616
|
socials: {
|
|
2619
|
-
website: 'https://
|
|
2620
|
-
x: 'https://x.com/
|
|
2617
|
+
website: 'https://tx.org/',
|
|
2618
|
+
x: 'https://x.com/txEcosystem'
|
|
2621
2619
|
},
|
|
2622
2620
|
type_asset: 'sdk.coin',
|
|
2623
2621
|
traces: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.524",
|
|
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.324",
|
|
33
|
+
"chain-registry": "^1.69.524"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.324"
|
|
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": "7a6a9f1299fc22f6b3c5c02d284957d266074cef"
|
|
47
47
|
}
|