@chain-registry/assets 1.70.119 → 1.70.121
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/devnet/prysmdevnet.js +0 -86
- package/esm/devnet/prysmdevnet.js +0 -86
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/noble.js +84 -0
- package/esm/mainnet/osmosis.js +84 -0
- package/esm/mainnet/sidechain.js +420 -0
- package/esm/testnet/archwaytestnet.js +8 -8
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/cosmoshubtestnet.js +272 -86
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/junotestnet.js +272 -0
- package/esm/testnet/nobletestnet.js +0 -86
- package/esm/testnet/osmosistestnet.js +272 -0
- package/esm/testnet/stargazetestnet.js +272 -0
- package/esm/testnet/symphonytestnet3.js +292 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/noble.js +84 -0
- package/mainnet/osmosis.js +84 -0
- package/mainnet/sidechain.d.ts +3 -0
- package/mainnet/sidechain.js +422 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +8 -8
- package/testnet/assets.js +2 -1
- package/testnet/cosmoshubtestnet.js +272 -86
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/junotestnet.js +272 -0
- package/testnet/nobletestnet.js +0 -86
- package/testnet/osmosistestnet.js +272 -0
- package/testnet/stargazetestnet.js +272 -0
- package/testnet/symphonytestnet3.d.ts +3 -0
- package/testnet/symphonytestnet3.js +294 -0
|
@@ -474,6 +474,142 @@ const assets = {
|
|
|
474
474
|
}
|
|
475
475
|
}]
|
|
476
476
|
},
|
|
477
|
+
{
|
|
478
|
+
description: 'The native token of Symphony',
|
|
479
|
+
denom_units: [{
|
|
480
|
+
denom: 'ibc/BC82BC9C0E4C0BB5E27130B22F54497245989B7D4ACE48D02FADD908DE34EE95',
|
|
481
|
+
exponent: 0,
|
|
482
|
+
aliases: ['note']
|
|
483
|
+
}, {
|
|
484
|
+
denom: 'mld',
|
|
485
|
+
exponent: 6,
|
|
486
|
+
aliases: ['melody']
|
|
487
|
+
}],
|
|
488
|
+
type_asset: 'sdk.coin',
|
|
489
|
+
base: 'ibc/BC82BC9C0E4C0BB5E27130B22F54497245989B7D4ACE48D02FADD908DE34EE95',
|
|
490
|
+
name: 'Melody',
|
|
491
|
+
display: 'mld',
|
|
492
|
+
symbol: 'MLD',
|
|
493
|
+
logo_URIs: {
|
|
494
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
495
|
+
},
|
|
496
|
+
images: [{
|
|
497
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
498
|
+
}],
|
|
499
|
+
traces: [{
|
|
500
|
+
type: 'ibc',
|
|
501
|
+
counterparty: {
|
|
502
|
+
channel_id: 'channel-4',
|
|
503
|
+
base_denom: 'note',
|
|
504
|
+
chain_name: 'symphonytestnet3'
|
|
505
|
+
},
|
|
506
|
+
chain: {
|
|
507
|
+
channel_id: 'channel-998'
|
|
508
|
+
}
|
|
509
|
+
}]
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
description: 'Harmonized USD',
|
|
513
|
+
denom_units: [{
|
|
514
|
+
denom: 'ibc/0EB857B3B0C4FD709153532380355A87FB85F64598B595BAC937E857BE81765B',
|
|
515
|
+
exponent: 0,
|
|
516
|
+
aliases: ['uusd']
|
|
517
|
+
}, {
|
|
518
|
+
denom: 'husd',
|
|
519
|
+
exponent: 6,
|
|
520
|
+
aliases: ['harmony USD']
|
|
521
|
+
}],
|
|
522
|
+
type_asset: 'sdk.coin',
|
|
523
|
+
base: 'ibc/0EB857B3B0C4FD709153532380355A87FB85F64598B595BAC937E857BE81765B',
|
|
524
|
+
name: 'Harmony USD',
|
|
525
|
+
display: 'husd',
|
|
526
|
+
symbol: 'HUSD',
|
|
527
|
+
logo_URIs: {
|
|
528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
529
|
+
},
|
|
530
|
+
images: [{
|
|
531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
532
|
+
}],
|
|
533
|
+
traces: [{
|
|
534
|
+
type: 'ibc',
|
|
535
|
+
counterparty: {
|
|
536
|
+
channel_id: 'channel-4',
|
|
537
|
+
base_denom: 'uusd',
|
|
538
|
+
chain_name: 'symphonytestnet3'
|
|
539
|
+
},
|
|
540
|
+
chain: {
|
|
541
|
+
channel_id: 'channel-998'
|
|
542
|
+
}
|
|
543
|
+
}]
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
description: 'Harmonized HKD',
|
|
547
|
+
denom_units: [{
|
|
548
|
+
denom: 'ibc/51FE8794FCAE14E2BE9BB22C7C6870EA988EF42F708ED5F67A0C63FE179BDEF3',
|
|
549
|
+
exponent: 0,
|
|
550
|
+
aliases: ['ukhd']
|
|
551
|
+
}, {
|
|
552
|
+
denom: 'hkhd',
|
|
553
|
+
exponent: 6,
|
|
554
|
+
aliases: ['harmony HKD']
|
|
555
|
+
}],
|
|
556
|
+
type_asset: 'sdk.coin',
|
|
557
|
+
base: 'ibc/51FE8794FCAE14E2BE9BB22C7C6870EA988EF42F708ED5F67A0C63FE179BDEF3',
|
|
558
|
+
name: 'Harmony HKD',
|
|
559
|
+
display: 'hkhd',
|
|
560
|
+
symbol: 'HKHD',
|
|
561
|
+
logo_URIs: {
|
|
562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
563
|
+
},
|
|
564
|
+
images: [{
|
|
565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
566
|
+
}],
|
|
567
|
+
traces: [{
|
|
568
|
+
type: 'ibc',
|
|
569
|
+
counterparty: {
|
|
570
|
+
channel_id: 'channel-4',
|
|
571
|
+
base_denom: 'ukhd',
|
|
572
|
+
chain_name: 'symphonytestnet3'
|
|
573
|
+
},
|
|
574
|
+
chain: {
|
|
575
|
+
channel_id: 'channel-998'
|
|
576
|
+
}
|
|
577
|
+
}]
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
description: 'Harmonized VND',
|
|
581
|
+
denom_units: [{
|
|
582
|
+
denom: 'ibc/D43A5B1DC1FA4821DC4A95CE7F42672013682D1B71520B37E4D5F743BAB3D426',
|
|
583
|
+
exponent: 0,
|
|
584
|
+
aliases: ['uvnd']
|
|
585
|
+
}, {
|
|
586
|
+
denom: 'hvnd',
|
|
587
|
+
exponent: 6,
|
|
588
|
+
aliases: ['harmony VND']
|
|
589
|
+
}],
|
|
590
|
+
type_asset: 'sdk.coin',
|
|
591
|
+
base: 'ibc/D43A5B1DC1FA4821DC4A95CE7F42672013682D1B71520B37E4D5F743BAB3D426',
|
|
592
|
+
name: 'Harmony VND',
|
|
593
|
+
display: 'hvnd',
|
|
594
|
+
symbol: 'HVND',
|
|
595
|
+
logo_URIs: {
|
|
596
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
597
|
+
},
|
|
598
|
+
images: [{
|
|
599
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
600
|
+
}],
|
|
601
|
+
traces: [{
|
|
602
|
+
type: 'ibc',
|
|
603
|
+
counterparty: {
|
|
604
|
+
channel_id: 'channel-4',
|
|
605
|
+
base_denom: 'uvnd',
|
|
606
|
+
chain_name: 'symphonytestnet3'
|
|
607
|
+
},
|
|
608
|
+
chain: {
|
|
609
|
+
channel_id: 'channel-998'
|
|
610
|
+
}
|
|
611
|
+
}]
|
|
612
|
+
},
|
|
477
613
|
{
|
|
478
614
|
description: 'The native token of the Titan network.',
|
|
479
615
|
denom_units: [
|
|
@@ -658,6 +794,142 @@ const assets = {
|
|
|
658
794
|
}
|
|
659
795
|
}]
|
|
660
796
|
},
|
|
797
|
+
{
|
|
798
|
+
description: 'The native token of Symphony',
|
|
799
|
+
denom_units: [{
|
|
800
|
+
denom: 'ibc/BC82BC9C0E4C0BB5E27130B22F54497245989B7D4ACE48D02FADD908DE34EE95',
|
|
801
|
+
exponent: 0,
|
|
802
|
+
aliases: ['note']
|
|
803
|
+
}, {
|
|
804
|
+
denom: 'mld',
|
|
805
|
+
exponent: 6,
|
|
806
|
+
aliases: ['melody']
|
|
807
|
+
}],
|
|
808
|
+
type_asset: 'sdk.coin',
|
|
809
|
+
base: 'ibc/BC82BC9C0E4C0BB5E27130B22F54497245989B7D4ACE48D02FADD908DE34EE95',
|
|
810
|
+
name: 'Melody',
|
|
811
|
+
display: 'mld',
|
|
812
|
+
symbol: 'MLD',
|
|
813
|
+
logo_URIs: {
|
|
814
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
815
|
+
},
|
|
816
|
+
images: [{
|
|
817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
818
|
+
}],
|
|
819
|
+
traces: [{
|
|
820
|
+
type: 'ibc',
|
|
821
|
+
counterparty: {
|
|
822
|
+
channel_id: 'channel-4',
|
|
823
|
+
base_denom: 'note',
|
|
824
|
+
chain_name: 'symphonytestnet3'
|
|
825
|
+
},
|
|
826
|
+
chain: {
|
|
827
|
+
channel_id: 'channel-998'
|
|
828
|
+
}
|
|
829
|
+
}]
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
description: 'Harmonized USD',
|
|
833
|
+
denom_units: [{
|
|
834
|
+
denom: 'ibc/0EB857B3B0C4FD709153532380355A87FB85F64598B595BAC937E857BE81765B',
|
|
835
|
+
exponent: 0,
|
|
836
|
+
aliases: ['uusd']
|
|
837
|
+
}, {
|
|
838
|
+
denom: 'husd',
|
|
839
|
+
exponent: 6,
|
|
840
|
+
aliases: ['harmony USD']
|
|
841
|
+
}],
|
|
842
|
+
type_asset: 'sdk.coin',
|
|
843
|
+
base: 'ibc/0EB857B3B0C4FD709153532380355A87FB85F64598B595BAC937E857BE81765B',
|
|
844
|
+
name: 'Harmony USD',
|
|
845
|
+
display: 'husd',
|
|
846
|
+
symbol: 'HUSD',
|
|
847
|
+
logo_URIs: {
|
|
848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
849
|
+
},
|
|
850
|
+
images: [{
|
|
851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
852
|
+
}],
|
|
853
|
+
traces: [{
|
|
854
|
+
type: 'ibc',
|
|
855
|
+
counterparty: {
|
|
856
|
+
channel_id: 'channel-4',
|
|
857
|
+
base_denom: 'uusd',
|
|
858
|
+
chain_name: 'symphonytestnet3'
|
|
859
|
+
},
|
|
860
|
+
chain: {
|
|
861
|
+
channel_id: 'channel-998'
|
|
862
|
+
}
|
|
863
|
+
}]
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
description: 'Harmonized HKD',
|
|
867
|
+
denom_units: [{
|
|
868
|
+
denom: 'ibc/51FE8794FCAE14E2BE9BB22C7C6870EA988EF42F708ED5F67A0C63FE179BDEF3',
|
|
869
|
+
exponent: 0,
|
|
870
|
+
aliases: ['ukhd']
|
|
871
|
+
}, {
|
|
872
|
+
denom: 'hkhd',
|
|
873
|
+
exponent: 6,
|
|
874
|
+
aliases: ['harmony HKD']
|
|
875
|
+
}],
|
|
876
|
+
type_asset: 'sdk.coin',
|
|
877
|
+
base: 'ibc/51FE8794FCAE14E2BE9BB22C7C6870EA988EF42F708ED5F67A0C63FE179BDEF3',
|
|
878
|
+
name: 'Harmony HKD',
|
|
879
|
+
display: 'hkhd',
|
|
880
|
+
symbol: 'HKHD',
|
|
881
|
+
logo_URIs: {
|
|
882
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
883
|
+
},
|
|
884
|
+
images: [{
|
|
885
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
886
|
+
}],
|
|
887
|
+
traces: [{
|
|
888
|
+
type: 'ibc',
|
|
889
|
+
counterparty: {
|
|
890
|
+
channel_id: 'channel-4',
|
|
891
|
+
base_denom: 'ukhd',
|
|
892
|
+
chain_name: 'symphonytestnet3'
|
|
893
|
+
},
|
|
894
|
+
chain: {
|
|
895
|
+
channel_id: 'channel-998'
|
|
896
|
+
}
|
|
897
|
+
}]
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
description: 'Harmonized VND',
|
|
901
|
+
denom_units: [{
|
|
902
|
+
denom: 'ibc/D43A5B1DC1FA4821DC4A95CE7F42672013682D1B71520B37E4D5F743BAB3D426',
|
|
903
|
+
exponent: 0,
|
|
904
|
+
aliases: ['uvnd']
|
|
905
|
+
}, {
|
|
906
|
+
denom: 'hvnd',
|
|
907
|
+
exponent: 6,
|
|
908
|
+
aliases: ['harmony VND']
|
|
909
|
+
}],
|
|
910
|
+
type_asset: 'sdk.coin',
|
|
911
|
+
base: 'ibc/D43A5B1DC1FA4821DC4A95CE7F42672013682D1B71520B37E4D5F743BAB3D426',
|
|
912
|
+
name: 'Harmony VND',
|
|
913
|
+
display: 'hvnd',
|
|
914
|
+
symbol: 'HVND',
|
|
915
|
+
logo_URIs: {
|
|
916
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
917
|
+
},
|
|
918
|
+
images: [{
|
|
919
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
920
|
+
}],
|
|
921
|
+
traces: [{
|
|
922
|
+
type: 'ibc',
|
|
923
|
+
counterparty: {
|
|
924
|
+
channel_id: 'channel-4',
|
|
925
|
+
base_denom: 'uvnd',
|
|
926
|
+
chain_name: 'symphonytestnet3'
|
|
927
|
+
},
|
|
928
|
+
chain: {
|
|
929
|
+
channel_id: 'channel-998'
|
|
930
|
+
}
|
|
931
|
+
}]
|
|
932
|
+
},
|
|
661
933
|
{
|
|
662
934
|
description: 'The native token of the Titan network.',
|
|
663
935
|
denom_units: [
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'symphonytestnet3',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uatom']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'atom',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
17
|
+
name: 'Cosmos',
|
|
18
|
+
display: 'atom',
|
|
19
|
+
symbol: 'ATOM',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
27
|
+
}],
|
|
28
|
+
type_asset: 'sdk.coin',
|
|
29
|
+
traces: [{
|
|
30
|
+
type: 'ibc',
|
|
31
|
+
counterparty: {
|
|
32
|
+
channel_id: 'channel-4300',
|
|
33
|
+
base_denom: 'uatom',
|
|
34
|
+
chain_name: 'cosmoshubtestnet'
|
|
35
|
+
},
|
|
36
|
+
chain: {
|
|
37
|
+
channel_id: 'channel-7'
|
|
38
|
+
}
|
|
39
|
+
}]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
description: 'The native token of Osmosis',
|
|
43
|
+
denom_units: [{
|
|
44
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
45
|
+
exponent: 0,
|
|
46
|
+
aliases: ['uosmo']
|
|
47
|
+
}, {
|
|
48
|
+
denom: 'osmo',
|
|
49
|
+
exponent: 6,
|
|
50
|
+
aliases: []
|
|
51
|
+
}],
|
|
52
|
+
type_asset: 'sdk.coin',
|
|
53
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
54
|
+
name: 'Osmosis Testnet',
|
|
55
|
+
display: 'osmo',
|
|
56
|
+
symbol: 'OSMO',
|
|
57
|
+
logo_URIs: {
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
60
|
+
},
|
|
61
|
+
images: [{
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
64
|
+
}],
|
|
65
|
+
coingecko_id: 'osmosis',
|
|
66
|
+
keywords: ['dex', 'staking'],
|
|
67
|
+
traces: [{
|
|
68
|
+
type: 'ibc',
|
|
69
|
+
counterparty: {
|
|
70
|
+
channel_id: 'channel-8743',
|
|
71
|
+
base_denom: 'uosmo',
|
|
72
|
+
chain_name: 'osmosistestnet'
|
|
73
|
+
},
|
|
74
|
+
chain: {
|
|
75
|
+
channel_id: 'channel-0'
|
|
76
|
+
}
|
|
77
|
+
}]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
denom_units: [{
|
|
81
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
82
|
+
exponent: 0,
|
|
83
|
+
aliases: ['uion']
|
|
84
|
+
}, {
|
|
85
|
+
denom: 'ion',
|
|
86
|
+
exponent: 6
|
|
87
|
+
}],
|
|
88
|
+
type_asset: 'sdk.coin',
|
|
89
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
90
|
+
name: 'Ion',
|
|
91
|
+
display: 'ion',
|
|
92
|
+
symbol: 'ION',
|
|
93
|
+
logo_URIs: {
|
|
94
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
95
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
96
|
+
},
|
|
97
|
+
images: [{
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
99
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
100
|
+
}],
|
|
101
|
+
coingecko_id: 'ion',
|
|
102
|
+
keywords: ['memecoin'],
|
|
103
|
+
traces: [{
|
|
104
|
+
type: 'ibc',
|
|
105
|
+
counterparty: {
|
|
106
|
+
channel_id: 'channel-8743',
|
|
107
|
+
base_denom: 'uion',
|
|
108
|
+
chain_name: 'osmosistestnet'
|
|
109
|
+
},
|
|
110
|
+
chain: {
|
|
111
|
+
channel_id: 'channel-0'
|
|
112
|
+
}
|
|
113
|
+
}]
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
description: 'The native token of Stargaze',
|
|
117
|
+
denom_units: [{
|
|
118
|
+
denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
119
|
+
exponent: 0,
|
|
120
|
+
aliases: ['ustars']
|
|
121
|
+
}, {
|
|
122
|
+
denom: 'stars',
|
|
123
|
+
exponent: 6
|
|
124
|
+
}],
|
|
125
|
+
base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
126
|
+
name: 'Stargaze',
|
|
127
|
+
display: 'stars',
|
|
128
|
+
symbol: 'STARS',
|
|
129
|
+
logo_URIs: {
|
|
130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
131
|
+
},
|
|
132
|
+
coingecko_id: 'stargaze',
|
|
133
|
+
images: [{
|
|
134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
135
|
+
}],
|
|
136
|
+
type_asset: 'sdk.coin',
|
|
137
|
+
traces: [{
|
|
138
|
+
type: 'ibc',
|
|
139
|
+
counterparty: {
|
|
140
|
+
channel_id: 'channel-998',
|
|
141
|
+
base_denom: 'ustars',
|
|
142
|
+
chain_name: 'stargazetestnet'
|
|
143
|
+
},
|
|
144
|
+
chain: {
|
|
145
|
+
channel_id: 'channel-4'
|
|
146
|
+
}
|
|
147
|
+
}]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
151
|
+
denom_units: [{
|
|
152
|
+
denom: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
153
|
+
exponent: 0,
|
|
154
|
+
aliases: ['uatom']
|
|
155
|
+
}, {
|
|
156
|
+
denom: 'atom',
|
|
157
|
+
exponent: 6
|
|
158
|
+
}],
|
|
159
|
+
base: 'ibc/25418646C017D377ADF3202FF1E43590D0DAE3346E594E8D78176A139A928F88',
|
|
160
|
+
name: 'Cosmos',
|
|
161
|
+
display: 'atom',
|
|
162
|
+
symbol: 'ATOM',
|
|
163
|
+
logo_URIs: {
|
|
164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
165
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
166
|
+
},
|
|
167
|
+
images: [{
|
|
168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
169
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
170
|
+
}],
|
|
171
|
+
type_asset: 'sdk.coin',
|
|
172
|
+
traces: [{
|
|
173
|
+
type: 'ibc',
|
|
174
|
+
counterparty: {
|
|
175
|
+
channel_id: 'channel-4300',
|
|
176
|
+
base_denom: 'uatom',
|
|
177
|
+
chain_name: 'cosmoshubtestnet'
|
|
178
|
+
},
|
|
179
|
+
chain: {
|
|
180
|
+
channel_id: 'channel-7'
|
|
181
|
+
}
|
|
182
|
+
}]
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
description: 'The native token of Osmosis',
|
|
186
|
+
denom_units: [{
|
|
187
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
188
|
+
exponent: 0,
|
|
189
|
+
aliases: ['uosmo']
|
|
190
|
+
}, {
|
|
191
|
+
denom: 'osmo',
|
|
192
|
+
exponent: 6,
|
|
193
|
+
aliases: []
|
|
194
|
+
}],
|
|
195
|
+
type_asset: 'sdk.coin',
|
|
196
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
197
|
+
name: 'Osmosis Testnet',
|
|
198
|
+
display: 'osmo',
|
|
199
|
+
symbol: 'OSMO',
|
|
200
|
+
logo_URIs: {
|
|
201
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
202
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
203
|
+
},
|
|
204
|
+
images: [{
|
|
205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
207
|
+
}],
|
|
208
|
+
coingecko_id: 'osmosis',
|
|
209
|
+
keywords: ['dex', 'staking'],
|
|
210
|
+
traces: [{
|
|
211
|
+
type: 'ibc',
|
|
212
|
+
counterparty: {
|
|
213
|
+
channel_id: 'channel-8743',
|
|
214
|
+
base_denom: 'uosmo',
|
|
215
|
+
chain_name: 'osmosistestnet'
|
|
216
|
+
},
|
|
217
|
+
chain: {
|
|
218
|
+
channel_id: 'channel-0'
|
|
219
|
+
}
|
|
220
|
+
}]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
denom_units: [{
|
|
224
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
225
|
+
exponent: 0,
|
|
226
|
+
aliases: ['uion']
|
|
227
|
+
}, {
|
|
228
|
+
denom: 'ion',
|
|
229
|
+
exponent: 6
|
|
230
|
+
}],
|
|
231
|
+
type_asset: 'sdk.coin',
|
|
232
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
233
|
+
name: 'Ion',
|
|
234
|
+
display: 'ion',
|
|
235
|
+
symbol: 'ION',
|
|
236
|
+
logo_URIs: {
|
|
237
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
238
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
239
|
+
},
|
|
240
|
+
images: [{
|
|
241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
242
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
243
|
+
}],
|
|
244
|
+
coingecko_id: 'ion',
|
|
245
|
+
keywords: ['memecoin'],
|
|
246
|
+
traces: [{
|
|
247
|
+
type: 'ibc',
|
|
248
|
+
counterparty: {
|
|
249
|
+
channel_id: 'channel-8743',
|
|
250
|
+
base_denom: 'uion',
|
|
251
|
+
chain_name: 'osmosistestnet'
|
|
252
|
+
},
|
|
253
|
+
chain: {
|
|
254
|
+
channel_id: 'channel-0'
|
|
255
|
+
}
|
|
256
|
+
}]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
description: 'The native token of Stargaze',
|
|
260
|
+
denom_units: [{
|
|
261
|
+
denom: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
262
|
+
exponent: 0,
|
|
263
|
+
aliases: ['ustars']
|
|
264
|
+
}, {
|
|
265
|
+
denom: 'stars',
|
|
266
|
+
exponent: 6
|
|
267
|
+
}],
|
|
268
|
+
base: 'ibc/16E817E682AD1A73FD748BC989574B2702E109C4105550498086531FA3D6B050',
|
|
269
|
+
name: 'Stargaze',
|
|
270
|
+
display: 'stars',
|
|
271
|
+
symbol: 'STARS',
|
|
272
|
+
logo_URIs: {
|
|
273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
274
|
+
},
|
|
275
|
+
coingecko_id: 'stargaze',
|
|
276
|
+
images: [{
|
|
277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
278
|
+
}],
|
|
279
|
+
type_asset: 'sdk.coin',
|
|
280
|
+
traces: [{
|
|
281
|
+
type: 'ibc',
|
|
282
|
+
counterparty: {
|
|
283
|
+
channel_id: 'channel-998',
|
|
284
|
+
base_denom: 'ustars',
|
|
285
|
+
chain_name: 'stargazetestnet'
|
|
286
|
+
},
|
|
287
|
+
chain: {
|
|
288
|
+
channel_id: 'channel-4'
|
|
289
|
+
}
|
|
290
|
+
}]
|
|
291
|
+
}
|
|
292
|
+
]
|
|
293
|
+
};
|
|
294
|
+
exports.default = assets;
|