@chain-registry/assets 1.70.86 → 1.70.87
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/elys.js +78 -0
- package/esm/mainnet/xion.js +170 -0
- package/mainnet/elys.js +78 -0
- package/mainnet/xion.js +170 -0
- package/package.json +5 -5
package/esm/mainnet/elys.js
CHANGED
|
@@ -603,6 +603,45 @@ const assets = {
|
|
|
603
603
|
}
|
|
604
604
|
}]
|
|
605
605
|
},
|
|
606
|
+
{
|
|
607
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
608
|
+
denom_units: [{
|
|
609
|
+
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
610
|
+
exponent: 0,
|
|
611
|
+
aliases: ['uxion']
|
|
612
|
+
}, {
|
|
613
|
+
denom: 'XION',
|
|
614
|
+
exponent: 6,
|
|
615
|
+
aliases: ['xion']
|
|
616
|
+
}],
|
|
617
|
+
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
618
|
+
display: 'XION',
|
|
619
|
+
name: 'xion',
|
|
620
|
+
symbol: 'XION',
|
|
621
|
+
coingecko_id: 'xion-2',
|
|
622
|
+
type_asset: 'sdk.coin',
|
|
623
|
+
logo_URIs: {
|
|
624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
625
|
+
},
|
|
626
|
+
images: [{
|
|
627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
628
|
+
}],
|
|
629
|
+
socials: {
|
|
630
|
+
website: 'https://xion.burnt.com/',
|
|
631
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
632
|
+
},
|
|
633
|
+
traces: [{
|
|
634
|
+
type: 'ibc',
|
|
635
|
+
counterparty: {
|
|
636
|
+
channel_id: 'channel-9',
|
|
637
|
+
base_denom: 'uxion',
|
|
638
|
+
chain_name: 'xion'
|
|
639
|
+
},
|
|
640
|
+
chain: {
|
|
641
|
+
channel_id: 'channel-8'
|
|
642
|
+
}
|
|
643
|
+
}]
|
|
644
|
+
},
|
|
606
645
|
{
|
|
607
646
|
description: 'The permissioned staking asset for Noble Chain',
|
|
608
647
|
denom_units: [{
|
|
@@ -860,6 +899,45 @@ const assets = {
|
|
|
860
899
|
channel_id: 'channel-9'
|
|
861
900
|
}
|
|
862
901
|
}]
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
905
|
+
denom_units: [{
|
|
906
|
+
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
907
|
+
exponent: 0,
|
|
908
|
+
aliases: ['uxion']
|
|
909
|
+
}, {
|
|
910
|
+
denom: 'XION',
|
|
911
|
+
exponent: 6,
|
|
912
|
+
aliases: ['xion']
|
|
913
|
+
}],
|
|
914
|
+
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
915
|
+
display: 'XION',
|
|
916
|
+
name: 'xion',
|
|
917
|
+
symbol: 'XION',
|
|
918
|
+
coingecko_id: 'xion-2',
|
|
919
|
+
type_asset: 'sdk.coin',
|
|
920
|
+
logo_URIs: {
|
|
921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
922
|
+
},
|
|
923
|
+
images: [{
|
|
924
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
925
|
+
}],
|
|
926
|
+
socials: {
|
|
927
|
+
website: 'https://xion.burnt.com/',
|
|
928
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
929
|
+
},
|
|
930
|
+
traces: [{
|
|
931
|
+
type: 'ibc',
|
|
932
|
+
counterparty: {
|
|
933
|
+
channel_id: 'channel-9',
|
|
934
|
+
base_denom: 'uxion',
|
|
935
|
+
chain_name: 'xion'
|
|
936
|
+
},
|
|
937
|
+
chain: {
|
|
938
|
+
channel_id: 'channel-8'
|
|
939
|
+
}
|
|
940
|
+
}]
|
|
863
941
|
}
|
|
864
942
|
]
|
|
865
943
|
};
|
package/esm/mainnet/xion.js
CHANGED
|
@@ -44,6 +44,91 @@ const assets = {
|
|
|
44
44
|
}
|
|
45
45
|
}]
|
|
46
46
|
},
|
|
47
|
+
{
|
|
48
|
+
description: 'The native token of Elys Network',
|
|
49
|
+
denom_units: [
|
|
50
|
+
{
|
|
51
|
+
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uelys']
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
denom: 'melys',
|
|
57
|
+
exponent: 3,
|
|
58
|
+
aliases: ['millielys']
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
denom: 'elys',
|
|
62
|
+
exponent: 6,
|
|
63
|
+
aliases: []
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
67
|
+
name: 'Elys Network',
|
|
68
|
+
display: 'elys',
|
|
69
|
+
symbol: 'ELYS',
|
|
70
|
+
logo_URIs: {
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
72
|
+
},
|
|
73
|
+
coingecko_id: 'elys-network',
|
|
74
|
+
images: [{
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
76
|
+
}],
|
|
77
|
+
type_asset: 'sdk.coin',
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-8',
|
|
82
|
+
base_denom: 'uelys',
|
|
83
|
+
chain_name: 'elys'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-9'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
description: 'Eden token definition',
|
|
92
|
+
denom_units: [
|
|
93
|
+
{
|
|
94
|
+
denom: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
95
|
+
exponent: 0,
|
|
96
|
+
aliases: ['ueden']
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
denom: 'meden',
|
|
100
|
+
exponent: 3,
|
|
101
|
+
aliases: ['millieden']
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
denom: 'eden',
|
|
105
|
+
exponent: 6,
|
|
106
|
+
aliases: []
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
base: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
110
|
+
name: 'Eden',
|
|
111
|
+
display: 'eden',
|
|
112
|
+
symbol: 'EDEN',
|
|
113
|
+
logo_URIs: {
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
115
|
+
},
|
|
116
|
+
images: [{
|
|
117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
118
|
+
}],
|
|
119
|
+
type_asset: 'sdk.coin',
|
|
120
|
+
traces: [{
|
|
121
|
+
type: 'ibc',
|
|
122
|
+
counterparty: {
|
|
123
|
+
channel_id: 'channel-8',
|
|
124
|
+
base_denom: 'ueden',
|
|
125
|
+
chain_name: 'elys'
|
|
126
|
+
},
|
|
127
|
+
chain: {
|
|
128
|
+
channel_id: 'channel-9'
|
|
129
|
+
}
|
|
130
|
+
}]
|
|
131
|
+
},
|
|
47
132
|
{
|
|
48
133
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
49
134
|
denom_units: [{
|
|
@@ -574,6 +659,91 @@ const assets = {
|
|
|
574
659
|
}
|
|
575
660
|
}]
|
|
576
661
|
},
|
|
662
|
+
{
|
|
663
|
+
description: 'The native token of Elys Network',
|
|
664
|
+
denom_units: [
|
|
665
|
+
{
|
|
666
|
+
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
667
|
+
exponent: 0,
|
|
668
|
+
aliases: ['uelys']
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
denom: 'melys',
|
|
672
|
+
exponent: 3,
|
|
673
|
+
aliases: ['millielys']
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
denom: 'elys',
|
|
677
|
+
exponent: 6,
|
|
678
|
+
aliases: []
|
|
679
|
+
}
|
|
680
|
+
],
|
|
681
|
+
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
682
|
+
name: 'Elys Network',
|
|
683
|
+
display: 'elys',
|
|
684
|
+
symbol: 'ELYS',
|
|
685
|
+
logo_URIs: {
|
|
686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
687
|
+
},
|
|
688
|
+
coingecko_id: 'elys-network',
|
|
689
|
+
images: [{
|
|
690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
691
|
+
}],
|
|
692
|
+
type_asset: 'sdk.coin',
|
|
693
|
+
traces: [{
|
|
694
|
+
type: 'ibc',
|
|
695
|
+
counterparty: {
|
|
696
|
+
channel_id: 'channel-8',
|
|
697
|
+
base_denom: 'uelys',
|
|
698
|
+
chain_name: 'elys'
|
|
699
|
+
},
|
|
700
|
+
chain: {
|
|
701
|
+
channel_id: 'channel-9'
|
|
702
|
+
}
|
|
703
|
+
}]
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
description: 'Eden token definition',
|
|
707
|
+
denom_units: [
|
|
708
|
+
{
|
|
709
|
+
denom: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
710
|
+
exponent: 0,
|
|
711
|
+
aliases: ['ueden']
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
denom: 'meden',
|
|
715
|
+
exponent: 3,
|
|
716
|
+
aliases: ['millieden']
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
denom: 'eden',
|
|
720
|
+
exponent: 6,
|
|
721
|
+
aliases: []
|
|
722
|
+
}
|
|
723
|
+
],
|
|
724
|
+
base: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
725
|
+
name: 'Eden',
|
|
726
|
+
display: 'eden',
|
|
727
|
+
symbol: 'EDEN',
|
|
728
|
+
logo_URIs: {
|
|
729
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
730
|
+
},
|
|
731
|
+
images: [{
|
|
732
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
733
|
+
}],
|
|
734
|
+
type_asset: 'sdk.coin',
|
|
735
|
+
traces: [{
|
|
736
|
+
type: 'ibc',
|
|
737
|
+
counterparty: {
|
|
738
|
+
channel_id: 'channel-8',
|
|
739
|
+
base_denom: 'ueden',
|
|
740
|
+
chain_name: 'elys'
|
|
741
|
+
},
|
|
742
|
+
chain: {
|
|
743
|
+
channel_id: 'channel-9'
|
|
744
|
+
}
|
|
745
|
+
}]
|
|
746
|
+
},
|
|
577
747
|
{
|
|
578
748
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
579
749
|
denom_units: [{
|
package/mainnet/elys.js
CHANGED
|
@@ -605,6 +605,45 @@ const assets = {
|
|
|
605
605
|
}
|
|
606
606
|
}]
|
|
607
607
|
},
|
|
608
|
+
{
|
|
609
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
610
|
+
denom_units: [{
|
|
611
|
+
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
612
|
+
exponent: 0,
|
|
613
|
+
aliases: ['uxion']
|
|
614
|
+
}, {
|
|
615
|
+
denom: 'XION',
|
|
616
|
+
exponent: 6,
|
|
617
|
+
aliases: ['xion']
|
|
618
|
+
}],
|
|
619
|
+
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
620
|
+
display: 'XION',
|
|
621
|
+
name: 'xion',
|
|
622
|
+
symbol: 'XION',
|
|
623
|
+
coingecko_id: 'xion-2',
|
|
624
|
+
type_asset: 'sdk.coin',
|
|
625
|
+
logo_URIs: {
|
|
626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
627
|
+
},
|
|
628
|
+
images: [{
|
|
629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
630
|
+
}],
|
|
631
|
+
socials: {
|
|
632
|
+
website: 'https://xion.burnt.com/',
|
|
633
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
634
|
+
},
|
|
635
|
+
traces: [{
|
|
636
|
+
type: 'ibc',
|
|
637
|
+
counterparty: {
|
|
638
|
+
channel_id: 'channel-9',
|
|
639
|
+
base_denom: 'uxion',
|
|
640
|
+
chain_name: 'xion'
|
|
641
|
+
},
|
|
642
|
+
chain: {
|
|
643
|
+
channel_id: 'channel-8'
|
|
644
|
+
}
|
|
645
|
+
}]
|
|
646
|
+
},
|
|
608
647
|
{
|
|
609
648
|
description: 'The permissioned staking asset for Noble Chain',
|
|
610
649
|
denom_units: [{
|
|
@@ -862,6 +901,45 @@ const assets = {
|
|
|
862
901
|
channel_id: 'channel-9'
|
|
863
902
|
}
|
|
864
903
|
}]
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
907
|
+
denom_units: [{
|
|
908
|
+
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
909
|
+
exponent: 0,
|
|
910
|
+
aliases: ['uxion']
|
|
911
|
+
}, {
|
|
912
|
+
denom: 'XION',
|
|
913
|
+
exponent: 6,
|
|
914
|
+
aliases: ['xion']
|
|
915
|
+
}],
|
|
916
|
+
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
917
|
+
display: 'XION',
|
|
918
|
+
name: 'xion',
|
|
919
|
+
symbol: 'XION',
|
|
920
|
+
coingecko_id: 'xion-2',
|
|
921
|
+
type_asset: 'sdk.coin',
|
|
922
|
+
logo_URIs: {
|
|
923
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
924
|
+
},
|
|
925
|
+
images: [{
|
|
926
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
927
|
+
}],
|
|
928
|
+
socials: {
|
|
929
|
+
website: 'https://xion.burnt.com/',
|
|
930
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
931
|
+
},
|
|
932
|
+
traces: [{
|
|
933
|
+
type: 'ibc',
|
|
934
|
+
counterparty: {
|
|
935
|
+
channel_id: 'channel-9',
|
|
936
|
+
base_denom: 'uxion',
|
|
937
|
+
chain_name: 'xion'
|
|
938
|
+
},
|
|
939
|
+
chain: {
|
|
940
|
+
channel_id: 'channel-8'
|
|
941
|
+
}
|
|
942
|
+
}]
|
|
865
943
|
}
|
|
866
944
|
]
|
|
867
945
|
};
|
package/mainnet/xion.js
CHANGED
|
@@ -46,6 +46,91 @@ const assets = {
|
|
|
46
46
|
}
|
|
47
47
|
}]
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
description: 'The native token of Elys Network',
|
|
51
|
+
denom_units: [
|
|
52
|
+
{
|
|
53
|
+
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
54
|
+
exponent: 0,
|
|
55
|
+
aliases: ['uelys']
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
denom: 'melys',
|
|
59
|
+
exponent: 3,
|
|
60
|
+
aliases: ['millielys']
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
denom: 'elys',
|
|
64
|
+
exponent: 6,
|
|
65
|
+
aliases: []
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
69
|
+
name: 'Elys Network',
|
|
70
|
+
display: 'elys',
|
|
71
|
+
symbol: 'ELYS',
|
|
72
|
+
logo_URIs: {
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
74
|
+
},
|
|
75
|
+
coingecko_id: 'elys-network',
|
|
76
|
+
images: [{
|
|
77
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
78
|
+
}],
|
|
79
|
+
type_asset: 'sdk.coin',
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-8',
|
|
84
|
+
base_denom: 'uelys',
|
|
85
|
+
chain_name: 'elys'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-9'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'Eden token definition',
|
|
94
|
+
denom_units: [
|
|
95
|
+
{
|
|
96
|
+
denom: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
97
|
+
exponent: 0,
|
|
98
|
+
aliases: ['ueden']
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
denom: 'meden',
|
|
102
|
+
exponent: 3,
|
|
103
|
+
aliases: ['millieden']
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
denom: 'eden',
|
|
107
|
+
exponent: 6,
|
|
108
|
+
aliases: []
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
base: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
112
|
+
name: 'Eden',
|
|
113
|
+
display: 'eden',
|
|
114
|
+
symbol: 'EDEN',
|
|
115
|
+
logo_URIs: {
|
|
116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
117
|
+
},
|
|
118
|
+
images: [{
|
|
119
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
120
|
+
}],
|
|
121
|
+
type_asset: 'sdk.coin',
|
|
122
|
+
traces: [{
|
|
123
|
+
type: 'ibc',
|
|
124
|
+
counterparty: {
|
|
125
|
+
channel_id: 'channel-8',
|
|
126
|
+
base_denom: 'ueden',
|
|
127
|
+
chain_name: 'elys'
|
|
128
|
+
},
|
|
129
|
+
chain: {
|
|
130
|
+
channel_id: 'channel-9'
|
|
131
|
+
}
|
|
132
|
+
}]
|
|
133
|
+
},
|
|
49
134
|
{
|
|
50
135
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
51
136
|
denom_units: [{
|
|
@@ -576,6 +661,91 @@ const assets = {
|
|
|
576
661
|
}
|
|
577
662
|
}]
|
|
578
663
|
},
|
|
664
|
+
{
|
|
665
|
+
description: 'The native token of Elys Network',
|
|
666
|
+
denom_units: [
|
|
667
|
+
{
|
|
668
|
+
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
669
|
+
exponent: 0,
|
|
670
|
+
aliases: ['uelys']
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
denom: 'melys',
|
|
674
|
+
exponent: 3,
|
|
675
|
+
aliases: ['millielys']
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
denom: 'elys',
|
|
679
|
+
exponent: 6,
|
|
680
|
+
aliases: []
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
684
|
+
name: 'Elys Network',
|
|
685
|
+
display: 'elys',
|
|
686
|
+
symbol: 'ELYS',
|
|
687
|
+
logo_URIs: {
|
|
688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
689
|
+
},
|
|
690
|
+
coingecko_id: 'elys-network',
|
|
691
|
+
images: [{
|
|
692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
693
|
+
}],
|
|
694
|
+
type_asset: 'sdk.coin',
|
|
695
|
+
traces: [{
|
|
696
|
+
type: 'ibc',
|
|
697
|
+
counterparty: {
|
|
698
|
+
channel_id: 'channel-8',
|
|
699
|
+
base_denom: 'uelys',
|
|
700
|
+
chain_name: 'elys'
|
|
701
|
+
},
|
|
702
|
+
chain: {
|
|
703
|
+
channel_id: 'channel-9'
|
|
704
|
+
}
|
|
705
|
+
}]
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
description: 'Eden token definition',
|
|
709
|
+
denom_units: [
|
|
710
|
+
{
|
|
711
|
+
denom: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
712
|
+
exponent: 0,
|
|
713
|
+
aliases: ['ueden']
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
denom: 'meden',
|
|
717
|
+
exponent: 3,
|
|
718
|
+
aliases: ['millieden']
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
denom: 'eden',
|
|
722
|
+
exponent: 6,
|
|
723
|
+
aliases: []
|
|
724
|
+
}
|
|
725
|
+
],
|
|
726
|
+
base: 'ibc/AC910FF5DC8816CA6C92C7DCE84655FAF81D4E70A218C2BC048A29D66D85F91A',
|
|
727
|
+
name: 'Eden',
|
|
728
|
+
display: 'eden',
|
|
729
|
+
symbol: 'EDEN',
|
|
730
|
+
logo_URIs: {
|
|
731
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
732
|
+
},
|
|
733
|
+
images: [{
|
|
734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
735
|
+
}],
|
|
736
|
+
type_asset: 'sdk.coin',
|
|
737
|
+
traces: [{
|
|
738
|
+
type: 'ibc',
|
|
739
|
+
counterparty: {
|
|
740
|
+
channel_id: 'channel-8',
|
|
741
|
+
base_denom: 'ueden',
|
|
742
|
+
chain_name: 'elys'
|
|
743
|
+
},
|
|
744
|
+
chain: {
|
|
745
|
+
channel_id: 'channel-9'
|
|
746
|
+
}
|
|
747
|
+
}]
|
|
748
|
+
},
|
|
579
749
|
{
|
|
580
750
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
581
751
|
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.87",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/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.46",
|
|
33
|
+
"chain-registry": "^1.69.87"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.46"
|
|
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": "4b34f37de4920a8b55f325a30d416942afa5998c"
|
|
47
47
|
}
|