@chain-registry/assets 1.70.85 → 1.70.86
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/atomone.js +86 -0
- package/esm/mainnet/beezee.js +78 -0
- package/esm/mainnet/elys.js +102 -0
- package/esm/mainnet/saga.js +170 -0
- package/index.d.ts +1 -1
- package/mainnet/atomone.js +86 -0
- package/mainnet/beezee.js +78 -0
- package/mainnet/elys.js +102 -0
- package/mainnet/saga.js +170 -0
- package/package.json +5 -5
package/esm/mainnet/atomone.js
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'atomone',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'BeeZee network native coin',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/11507B43619572D2AF11559001DF7E728172801B1EFFF75430A46F8001DA027D',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['ubze']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'bze',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/11507B43619572D2AF11559001DF7E728172801B1EFFF75430A46F8001DA027D',
|
|
15
|
+
name: 'BeeZee',
|
|
16
|
+
display: 'bze',
|
|
17
|
+
symbol: 'BZE',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'bzedge',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#079fd7'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
type_asset: 'sdk.coin',
|
|
31
|
+
socials: {
|
|
32
|
+
website: 'https://getbze.com/',
|
|
33
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
34
|
+
},
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-6',
|
|
39
|
+
base_denom: 'ubze',
|
|
40
|
+
chain_name: 'beezee'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-1'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
4
47
|
{
|
|
5
48
|
description: 'The native token of Osmosis',
|
|
6
49
|
denom_units: [{
|
|
@@ -89,6 +132,49 @@ const assets = {
|
|
|
89
132
|
}
|
|
90
133
|
}]
|
|
91
134
|
},
|
|
135
|
+
{
|
|
136
|
+
description: 'BeeZee network native coin',
|
|
137
|
+
denom_units: [{
|
|
138
|
+
denom: 'ibc/11507B43619572D2AF11559001DF7E728172801B1EFFF75430A46F8001DA027D',
|
|
139
|
+
exponent: 0,
|
|
140
|
+
aliases: ['ubze']
|
|
141
|
+
}, {
|
|
142
|
+
denom: 'bze',
|
|
143
|
+
exponent: 6
|
|
144
|
+
}],
|
|
145
|
+
base: 'ibc/11507B43619572D2AF11559001DF7E728172801B1EFFF75430A46F8001DA027D',
|
|
146
|
+
name: 'BeeZee',
|
|
147
|
+
display: 'bze',
|
|
148
|
+
symbol: 'BZE',
|
|
149
|
+
logo_URIs: {
|
|
150
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
152
|
+
},
|
|
153
|
+
coingecko_id: 'bzedge',
|
|
154
|
+
images: [{
|
|
155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
|
|
157
|
+
theme: {
|
|
158
|
+
primary_color_hex: '#079fd7'
|
|
159
|
+
}
|
|
160
|
+
}],
|
|
161
|
+
type_asset: 'sdk.coin',
|
|
162
|
+
socials: {
|
|
163
|
+
website: 'https://getbze.com/',
|
|
164
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
165
|
+
},
|
|
166
|
+
traces: [{
|
|
167
|
+
type: 'ibc',
|
|
168
|
+
counterparty: {
|
|
169
|
+
channel_id: 'channel-6',
|
|
170
|
+
base_denom: 'ubze',
|
|
171
|
+
chain_name: 'beezee'
|
|
172
|
+
},
|
|
173
|
+
chain: {
|
|
174
|
+
channel_id: 'channel-1'
|
|
175
|
+
}
|
|
176
|
+
}]
|
|
177
|
+
},
|
|
92
178
|
{
|
|
93
179
|
description: 'The native token of Osmosis',
|
|
94
180
|
denom_units: [{
|
package/esm/mainnet/beezee.js
CHANGED
|
@@ -85,6 +85,45 @@ const assets = {
|
|
|
85
85
|
}
|
|
86
86
|
}]
|
|
87
87
|
},
|
|
88
|
+
{
|
|
89
|
+
description: 'The native staking and governance token of AtomOne',
|
|
90
|
+
denom_units: [{
|
|
91
|
+
denom: 'ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D',
|
|
92
|
+
exponent: 0,
|
|
93
|
+
aliases: ['uatone']
|
|
94
|
+
}, {
|
|
95
|
+
denom: 'atone',
|
|
96
|
+
exponent: 6
|
|
97
|
+
}],
|
|
98
|
+
base: 'ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D',
|
|
99
|
+
name: 'Atone',
|
|
100
|
+
display: 'atone',
|
|
101
|
+
symbol: 'ATONE',
|
|
102
|
+
logo_URIs: {
|
|
103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
105
|
+
},
|
|
106
|
+
images: [{
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
109
|
+
}],
|
|
110
|
+
type_asset: 'sdk.coin',
|
|
111
|
+
socials: {
|
|
112
|
+
website: 'https://atom.one',
|
|
113
|
+
twitter: 'https://x.com/_atomone'
|
|
114
|
+
},
|
|
115
|
+
traces: [{
|
|
116
|
+
type: 'ibc',
|
|
117
|
+
counterparty: {
|
|
118
|
+
channel_id: 'channel-1',
|
|
119
|
+
base_denom: 'uatone',
|
|
120
|
+
chain_name: 'atomone'
|
|
121
|
+
},
|
|
122
|
+
chain: {
|
|
123
|
+
channel_id: 'channel-6'
|
|
124
|
+
}
|
|
125
|
+
}]
|
|
126
|
+
},
|
|
88
127
|
{
|
|
89
128
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
90
129
|
denom_units: [
|
|
@@ -169,6 +208,45 @@ const assets = {
|
|
|
169
208
|
}
|
|
170
209
|
}]
|
|
171
210
|
},
|
|
211
|
+
{
|
|
212
|
+
description: 'The native staking and governance token of AtomOne',
|
|
213
|
+
denom_units: [{
|
|
214
|
+
denom: 'ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D',
|
|
215
|
+
exponent: 0,
|
|
216
|
+
aliases: ['uatone']
|
|
217
|
+
}, {
|
|
218
|
+
denom: 'atone',
|
|
219
|
+
exponent: 6
|
|
220
|
+
}],
|
|
221
|
+
base: 'ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D',
|
|
222
|
+
name: 'Atone',
|
|
223
|
+
display: 'atone',
|
|
224
|
+
symbol: 'ATONE',
|
|
225
|
+
logo_URIs: {
|
|
226
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
227
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
228
|
+
},
|
|
229
|
+
images: [{
|
|
230
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
231
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
232
|
+
}],
|
|
233
|
+
type_asset: 'sdk.coin',
|
|
234
|
+
socials: {
|
|
235
|
+
website: 'https://atom.one',
|
|
236
|
+
twitter: 'https://x.com/_atomone'
|
|
237
|
+
},
|
|
238
|
+
traces: [{
|
|
239
|
+
type: 'ibc',
|
|
240
|
+
counterparty: {
|
|
241
|
+
channel_id: 'channel-1',
|
|
242
|
+
base_denom: 'uatone',
|
|
243
|
+
chain_name: 'atomone'
|
|
244
|
+
},
|
|
245
|
+
chain: {
|
|
246
|
+
channel_id: 'channel-6'
|
|
247
|
+
}
|
|
248
|
+
}]
|
|
249
|
+
},
|
|
172
250
|
{
|
|
173
251
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
174
252
|
denom_units: [{
|
package/esm/mainnet/elys.js
CHANGED
|
@@ -552,6 +552,57 @@ const assets = {
|
|
|
552
552
|
}
|
|
553
553
|
}]
|
|
554
554
|
},
|
|
555
|
+
{
|
|
556
|
+
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
557
|
+
denom_units: [{
|
|
558
|
+
denom: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
559
|
+
exponent: 0,
|
|
560
|
+
aliases: ['usaga']
|
|
561
|
+
}, {
|
|
562
|
+
denom: 'saga',
|
|
563
|
+
exponent: 6
|
|
564
|
+
}],
|
|
565
|
+
base: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
566
|
+
name: 'Saga',
|
|
567
|
+
display: 'saga',
|
|
568
|
+
symbol: 'SAGA',
|
|
569
|
+
logo_URIs: {
|
|
570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
571
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
572
|
+
},
|
|
573
|
+
coingecko_id: 'saga-2',
|
|
574
|
+
images: [{
|
|
575
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
|
|
577
|
+
theme: {
|
|
578
|
+
primary_color_hex: '#000000',
|
|
579
|
+
dark_mode: false
|
|
580
|
+
}
|
|
581
|
+
}, {
|
|
582
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
583
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg',
|
|
584
|
+
theme: {
|
|
585
|
+
primary_color_hex: '#FFFFFF',
|
|
586
|
+
dark_mode: true
|
|
587
|
+
}
|
|
588
|
+
}],
|
|
589
|
+
socials: {
|
|
590
|
+
website: 'https://www.saga.xyz/',
|
|
591
|
+
twitter: 'https://twitter.com/Sagaxyz__'
|
|
592
|
+
},
|
|
593
|
+
type_asset: 'sdk.coin',
|
|
594
|
+
traces: [{
|
|
595
|
+
type: 'ibc',
|
|
596
|
+
counterparty: {
|
|
597
|
+
channel_id: 'channel-35',
|
|
598
|
+
base_denom: 'usaga',
|
|
599
|
+
chain_name: 'saga'
|
|
600
|
+
},
|
|
601
|
+
chain: {
|
|
602
|
+
channel_id: 'channel-9'
|
|
603
|
+
}
|
|
604
|
+
}]
|
|
605
|
+
},
|
|
555
606
|
{
|
|
556
607
|
description: 'The permissioned staking asset for Noble Chain',
|
|
557
608
|
denom_units: [{
|
|
@@ -758,6 +809,57 @@ const assets = {
|
|
|
758
809
|
channel_id: 'channel-6'
|
|
759
810
|
}
|
|
760
811
|
}]
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
815
|
+
denom_units: [{
|
|
816
|
+
denom: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
817
|
+
exponent: 0,
|
|
818
|
+
aliases: ['usaga']
|
|
819
|
+
}, {
|
|
820
|
+
denom: 'saga',
|
|
821
|
+
exponent: 6
|
|
822
|
+
}],
|
|
823
|
+
base: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
824
|
+
name: 'Saga',
|
|
825
|
+
display: 'saga',
|
|
826
|
+
symbol: 'SAGA',
|
|
827
|
+
logo_URIs: {
|
|
828
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
829
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
830
|
+
},
|
|
831
|
+
coingecko_id: 'saga-2',
|
|
832
|
+
images: [{
|
|
833
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
834
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
|
|
835
|
+
theme: {
|
|
836
|
+
primary_color_hex: '#000000',
|
|
837
|
+
dark_mode: false
|
|
838
|
+
}
|
|
839
|
+
}, {
|
|
840
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
841
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg',
|
|
842
|
+
theme: {
|
|
843
|
+
primary_color_hex: '#FFFFFF',
|
|
844
|
+
dark_mode: true
|
|
845
|
+
}
|
|
846
|
+
}],
|
|
847
|
+
socials: {
|
|
848
|
+
website: 'https://www.saga.xyz/',
|
|
849
|
+
twitter: 'https://twitter.com/Sagaxyz__'
|
|
850
|
+
},
|
|
851
|
+
type_asset: 'sdk.coin',
|
|
852
|
+
traces: [{
|
|
853
|
+
type: 'ibc',
|
|
854
|
+
counterparty: {
|
|
855
|
+
channel_id: 'channel-35',
|
|
856
|
+
base_denom: 'usaga',
|
|
857
|
+
chain_name: 'saga'
|
|
858
|
+
},
|
|
859
|
+
chain: {
|
|
860
|
+
channel_id: 'channel-9'
|
|
861
|
+
}
|
|
862
|
+
}]
|
|
761
863
|
}
|
|
762
864
|
]
|
|
763
865
|
};
|
package/esm/mainnet/saga.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/16B5A0565B77C47AA8B4B8883BE03A56BBBA7809C8D7FD2A115B2530B10AA1F1',
|
|
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/16B5A0565B77C47AA8B4B8883BE03A56BBBA7809C8D7FD2A115B2530B10AA1F1',
|
|
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-9',
|
|
82
|
+
base_denom: 'uelys',
|
|
83
|
+
chain_name: 'elys'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-35'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
description: 'Eden token definition',
|
|
92
|
+
denom_units: [
|
|
93
|
+
{
|
|
94
|
+
denom: 'ibc/5BBD1A32A62957409DC1933752A5DD6BC5ADEE8196FD016C5D12E4689BAD0320',
|
|
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/5BBD1A32A62957409DC1933752A5DD6BC5ADEE8196FD016C5D12E4689BAD0320',
|
|
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-9',
|
|
124
|
+
base_denom: 'ueden',
|
|
125
|
+
chain_name: 'elys'
|
|
126
|
+
},
|
|
127
|
+
chain: {
|
|
128
|
+
channel_id: 'channel-35'
|
|
129
|
+
}
|
|
130
|
+
}]
|
|
131
|
+
},
|
|
47
132
|
{
|
|
48
133
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
49
134
|
denom_units: [{
|
|
@@ -328,6 +413,91 @@ const assets = {
|
|
|
328
413
|
}
|
|
329
414
|
}]
|
|
330
415
|
},
|
|
416
|
+
{
|
|
417
|
+
description: 'The native token of Elys Network',
|
|
418
|
+
denom_units: [
|
|
419
|
+
{
|
|
420
|
+
denom: 'ibc/16B5A0565B77C47AA8B4B8883BE03A56BBBA7809C8D7FD2A115B2530B10AA1F1',
|
|
421
|
+
exponent: 0,
|
|
422
|
+
aliases: ['uelys']
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
denom: 'melys',
|
|
426
|
+
exponent: 3,
|
|
427
|
+
aliases: ['millielys']
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
denom: 'elys',
|
|
431
|
+
exponent: 6,
|
|
432
|
+
aliases: []
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
base: 'ibc/16B5A0565B77C47AA8B4B8883BE03A56BBBA7809C8D7FD2A115B2530B10AA1F1',
|
|
436
|
+
name: 'Elys Network',
|
|
437
|
+
display: 'elys',
|
|
438
|
+
symbol: 'ELYS',
|
|
439
|
+
logo_URIs: {
|
|
440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
441
|
+
},
|
|
442
|
+
coingecko_id: 'elys-network',
|
|
443
|
+
images: [{
|
|
444
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
445
|
+
}],
|
|
446
|
+
type_asset: 'sdk.coin',
|
|
447
|
+
traces: [{
|
|
448
|
+
type: 'ibc',
|
|
449
|
+
counterparty: {
|
|
450
|
+
channel_id: 'channel-9',
|
|
451
|
+
base_denom: 'uelys',
|
|
452
|
+
chain_name: 'elys'
|
|
453
|
+
},
|
|
454
|
+
chain: {
|
|
455
|
+
channel_id: 'channel-35'
|
|
456
|
+
}
|
|
457
|
+
}]
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
description: 'Eden token definition',
|
|
461
|
+
denom_units: [
|
|
462
|
+
{
|
|
463
|
+
denom: 'ibc/5BBD1A32A62957409DC1933752A5DD6BC5ADEE8196FD016C5D12E4689BAD0320',
|
|
464
|
+
exponent: 0,
|
|
465
|
+
aliases: ['ueden']
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
denom: 'meden',
|
|
469
|
+
exponent: 3,
|
|
470
|
+
aliases: ['millieden']
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
denom: 'eden',
|
|
474
|
+
exponent: 6,
|
|
475
|
+
aliases: []
|
|
476
|
+
}
|
|
477
|
+
],
|
|
478
|
+
base: 'ibc/5BBD1A32A62957409DC1933752A5DD6BC5ADEE8196FD016C5D12E4689BAD0320',
|
|
479
|
+
name: 'Eden',
|
|
480
|
+
display: 'eden',
|
|
481
|
+
symbol: 'EDEN',
|
|
482
|
+
logo_URIs: {
|
|
483
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
484
|
+
},
|
|
485
|
+
images: [{
|
|
486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
487
|
+
}],
|
|
488
|
+
type_asset: 'sdk.coin',
|
|
489
|
+
traces: [{
|
|
490
|
+
type: 'ibc',
|
|
491
|
+
counterparty: {
|
|
492
|
+
channel_id: 'channel-9',
|
|
493
|
+
base_denom: 'ueden',
|
|
494
|
+
chain_name: 'elys'
|
|
495
|
+
},
|
|
496
|
+
chain: {
|
|
497
|
+
channel_id: 'channel-35'
|
|
498
|
+
}
|
|
499
|
+
}]
|
|
500
|
+
},
|
|
331
501
|
{
|
|
332
502
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
333
503
|
denom_units: [{
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/atomone.js
CHANGED
|
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'atomone',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'BeeZee network native coin',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/11507B43619572D2AF11559001DF7E728172801B1EFFF75430A46F8001DA027D',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ubze']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'bze',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/11507B43619572D2AF11559001DF7E728172801B1EFFF75430A46F8001DA027D',
|
|
17
|
+
name: 'BeeZee',
|
|
18
|
+
display: 'bze',
|
|
19
|
+
symbol: 'BZE',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'bzedge',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#079fd7'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
type_asset: 'sdk.coin',
|
|
33
|
+
socials: {
|
|
34
|
+
website: 'https://getbze.com/',
|
|
35
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
36
|
+
},
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-6',
|
|
41
|
+
base_denom: 'ubze',
|
|
42
|
+
chain_name: 'beezee'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-1'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
6
49
|
{
|
|
7
50
|
description: 'The native token of Osmosis',
|
|
8
51
|
denom_units: [{
|
|
@@ -91,6 +134,49 @@ const assets = {
|
|
|
91
134
|
}
|
|
92
135
|
}]
|
|
93
136
|
},
|
|
137
|
+
{
|
|
138
|
+
description: 'BeeZee network native coin',
|
|
139
|
+
denom_units: [{
|
|
140
|
+
denom: 'ibc/11507B43619572D2AF11559001DF7E728172801B1EFFF75430A46F8001DA027D',
|
|
141
|
+
exponent: 0,
|
|
142
|
+
aliases: ['ubze']
|
|
143
|
+
}, {
|
|
144
|
+
denom: 'bze',
|
|
145
|
+
exponent: 6
|
|
146
|
+
}],
|
|
147
|
+
base: 'ibc/11507B43619572D2AF11559001DF7E728172801B1EFFF75430A46F8001DA027D',
|
|
148
|
+
name: 'BeeZee',
|
|
149
|
+
display: 'bze',
|
|
150
|
+
symbol: 'BZE',
|
|
151
|
+
logo_URIs: {
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
|
|
154
|
+
},
|
|
155
|
+
coingecko_id: 'bzedge',
|
|
156
|
+
images: [{
|
|
157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
|
|
159
|
+
theme: {
|
|
160
|
+
primary_color_hex: '#079fd7'
|
|
161
|
+
}
|
|
162
|
+
}],
|
|
163
|
+
type_asset: 'sdk.coin',
|
|
164
|
+
socials: {
|
|
165
|
+
website: 'https://getbze.com/',
|
|
166
|
+
twitter: 'https://x.com/BZEdgeCoin'
|
|
167
|
+
},
|
|
168
|
+
traces: [{
|
|
169
|
+
type: 'ibc',
|
|
170
|
+
counterparty: {
|
|
171
|
+
channel_id: 'channel-6',
|
|
172
|
+
base_denom: 'ubze',
|
|
173
|
+
chain_name: 'beezee'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-1'
|
|
177
|
+
}
|
|
178
|
+
}]
|
|
179
|
+
},
|
|
94
180
|
{
|
|
95
181
|
description: 'The native token of Osmosis',
|
|
96
182
|
denom_units: [{
|
package/mainnet/beezee.js
CHANGED
|
@@ -87,6 +87,45 @@ const assets = {
|
|
|
87
87
|
}
|
|
88
88
|
}]
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
description: 'The native staking and governance token of AtomOne',
|
|
92
|
+
denom_units: [{
|
|
93
|
+
denom: 'ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D',
|
|
94
|
+
exponent: 0,
|
|
95
|
+
aliases: ['uatone']
|
|
96
|
+
}, {
|
|
97
|
+
denom: 'atone',
|
|
98
|
+
exponent: 6
|
|
99
|
+
}],
|
|
100
|
+
base: 'ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D',
|
|
101
|
+
name: 'Atone',
|
|
102
|
+
display: 'atone',
|
|
103
|
+
symbol: 'ATONE',
|
|
104
|
+
logo_URIs: {
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
107
|
+
},
|
|
108
|
+
images: [{
|
|
109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
111
|
+
}],
|
|
112
|
+
type_asset: 'sdk.coin',
|
|
113
|
+
socials: {
|
|
114
|
+
website: 'https://atom.one',
|
|
115
|
+
twitter: 'https://x.com/_atomone'
|
|
116
|
+
},
|
|
117
|
+
traces: [{
|
|
118
|
+
type: 'ibc',
|
|
119
|
+
counterparty: {
|
|
120
|
+
channel_id: 'channel-1',
|
|
121
|
+
base_denom: 'uatone',
|
|
122
|
+
chain_name: 'atomone'
|
|
123
|
+
},
|
|
124
|
+
chain: {
|
|
125
|
+
channel_id: 'channel-6'
|
|
126
|
+
}
|
|
127
|
+
}]
|
|
128
|
+
},
|
|
90
129
|
{
|
|
91
130
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
92
131
|
denom_units: [
|
|
@@ -171,6 +210,45 @@ const assets = {
|
|
|
171
210
|
}
|
|
172
211
|
}]
|
|
173
212
|
},
|
|
213
|
+
{
|
|
214
|
+
description: 'The native staking and governance token of AtomOne',
|
|
215
|
+
denom_units: [{
|
|
216
|
+
denom: 'ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D',
|
|
217
|
+
exponent: 0,
|
|
218
|
+
aliases: ['uatone']
|
|
219
|
+
}, {
|
|
220
|
+
denom: 'atone',
|
|
221
|
+
exponent: 6
|
|
222
|
+
}],
|
|
223
|
+
base: 'ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D',
|
|
224
|
+
name: 'Atone',
|
|
225
|
+
display: 'atone',
|
|
226
|
+
symbol: 'ATONE',
|
|
227
|
+
logo_URIs: {
|
|
228
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
230
|
+
},
|
|
231
|
+
images: [{
|
|
232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
234
|
+
}],
|
|
235
|
+
type_asset: 'sdk.coin',
|
|
236
|
+
socials: {
|
|
237
|
+
website: 'https://atom.one',
|
|
238
|
+
twitter: 'https://x.com/_atomone'
|
|
239
|
+
},
|
|
240
|
+
traces: [{
|
|
241
|
+
type: 'ibc',
|
|
242
|
+
counterparty: {
|
|
243
|
+
channel_id: 'channel-1',
|
|
244
|
+
base_denom: 'uatone',
|
|
245
|
+
chain_name: 'atomone'
|
|
246
|
+
},
|
|
247
|
+
chain: {
|
|
248
|
+
channel_id: 'channel-6'
|
|
249
|
+
}
|
|
250
|
+
}]
|
|
251
|
+
},
|
|
174
252
|
{
|
|
175
253
|
description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
|
|
176
254
|
denom_units: [{
|
package/mainnet/elys.js
CHANGED
|
@@ -554,6 +554,57 @@ const assets = {
|
|
|
554
554
|
}
|
|
555
555
|
}]
|
|
556
556
|
},
|
|
557
|
+
{
|
|
558
|
+
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
559
|
+
denom_units: [{
|
|
560
|
+
denom: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
561
|
+
exponent: 0,
|
|
562
|
+
aliases: ['usaga']
|
|
563
|
+
}, {
|
|
564
|
+
denom: 'saga',
|
|
565
|
+
exponent: 6
|
|
566
|
+
}],
|
|
567
|
+
base: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
568
|
+
name: 'Saga',
|
|
569
|
+
display: 'saga',
|
|
570
|
+
symbol: 'SAGA',
|
|
571
|
+
logo_URIs: {
|
|
572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
574
|
+
},
|
|
575
|
+
coingecko_id: 'saga-2',
|
|
576
|
+
images: [{
|
|
577
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
578
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
|
|
579
|
+
theme: {
|
|
580
|
+
primary_color_hex: '#000000',
|
|
581
|
+
dark_mode: false
|
|
582
|
+
}
|
|
583
|
+
}, {
|
|
584
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
585
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg',
|
|
586
|
+
theme: {
|
|
587
|
+
primary_color_hex: '#FFFFFF',
|
|
588
|
+
dark_mode: true
|
|
589
|
+
}
|
|
590
|
+
}],
|
|
591
|
+
socials: {
|
|
592
|
+
website: 'https://www.saga.xyz/',
|
|
593
|
+
twitter: 'https://twitter.com/Sagaxyz__'
|
|
594
|
+
},
|
|
595
|
+
type_asset: 'sdk.coin',
|
|
596
|
+
traces: [{
|
|
597
|
+
type: 'ibc',
|
|
598
|
+
counterparty: {
|
|
599
|
+
channel_id: 'channel-35',
|
|
600
|
+
base_denom: 'usaga',
|
|
601
|
+
chain_name: 'saga'
|
|
602
|
+
},
|
|
603
|
+
chain: {
|
|
604
|
+
channel_id: 'channel-9'
|
|
605
|
+
}
|
|
606
|
+
}]
|
|
607
|
+
},
|
|
557
608
|
{
|
|
558
609
|
description: 'The permissioned staking asset for Noble Chain',
|
|
559
610
|
denom_units: [{
|
|
@@ -760,6 +811,57 @@ const assets = {
|
|
|
760
811
|
channel_id: 'channel-6'
|
|
761
812
|
}
|
|
762
813
|
}]
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
817
|
+
denom_units: [{
|
|
818
|
+
denom: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
819
|
+
exponent: 0,
|
|
820
|
+
aliases: ['usaga']
|
|
821
|
+
}, {
|
|
822
|
+
denom: 'saga',
|
|
823
|
+
exponent: 6
|
|
824
|
+
}],
|
|
825
|
+
base: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
826
|
+
name: 'Saga',
|
|
827
|
+
display: 'saga',
|
|
828
|
+
symbol: 'SAGA',
|
|
829
|
+
logo_URIs: {
|
|
830
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
831
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
832
|
+
},
|
|
833
|
+
coingecko_id: 'saga-2',
|
|
834
|
+
images: [{
|
|
835
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
836
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
|
|
837
|
+
theme: {
|
|
838
|
+
primary_color_hex: '#000000',
|
|
839
|
+
dark_mode: false
|
|
840
|
+
}
|
|
841
|
+
}, {
|
|
842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
843
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg',
|
|
844
|
+
theme: {
|
|
845
|
+
primary_color_hex: '#FFFFFF',
|
|
846
|
+
dark_mode: true
|
|
847
|
+
}
|
|
848
|
+
}],
|
|
849
|
+
socials: {
|
|
850
|
+
website: 'https://www.saga.xyz/',
|
|
851
|
+
twitter: 'https://twitter.com/Sagaxyz__'
|
|
852
|
+
},
|
|
853
|
+
type_asset: 'sdk.coin',
|
|
854
|
+
traces: [{
|
|
855
|
+
type: 'ibc',
|
|
856
|
+
counterparty: {
|
|
857
|
+
channel_id: 'channel-35',
|
|
858
|
+
base_denom: 'usaga',
|
|
859
|
+
chain_name: 'saga'
|
|
860
|
+
},
|
|
861
|
+
chain: {
|
|
862
|
+
channel_id: 'channel-9'
|
|
863
|
+
}
|
|
864
|
+
}]
|
|
763
865
|
}
|
|
764
866
|
]
|
|
765
867
|
};
|
package/mainnet/saga.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/16B5A0565B77C47AA8B4B8883BE03A56BBBA7809C8D7FD2A115B2530B10AA1F1',
|
|
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/16B5A0565B77C47AA8B4B8883BE03A56BBBA7809C8D7FD2A115B2530B10AA1F1',
|
|
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-9',
|
|
84
|
+
base_denom: 'uelys',
|
|
85
|
+
chain_name: 'elys'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-35'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'Eden token definition',
|
|
94
|
+
denom_units: [
|
|
95
|
+
{
|
|
96
|
+
denom: 'ibc/5BBD1A32A62957409DC1933752A5DD6BC5ADEE8196FD016C5D12E4689BAD0320',
|
|
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/5BBD1A32A62957409DC1933752A5DD6BC5ADEE8196FD016C5D12E4689BAD0320',
|
|
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-9',
|
|
126
|
+
base_denom: 'ueden',
|
|
127
|
+
chain_name: 'elys'
|
|
128
|
+
},
|
|
129
|
+
chain: {
|
|
130
|
+
channel_id: 'channel-35'
|
|
131
|
+
}
|
|
132
|
+
}]
|
|
133
|
+
},
|
|
49
134
|
{
|
|
50
135
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
51
136
|
denom_units: [{
|
|
@@ -330,6 +415,91 @@ const assets = {
|
|
|
330
415
|
}
|
|
331
416
|
}]
|
|
332
417
|
},
|
|
418
|
+
{
|
|
419
|
+
description: 'The native token of Elys Network',
|
|
420
|
+
denom_units: [
|
|
421
|
+
{
|
|
422
|
+
denom: 'ibc/16B5A0565B77C47AA8B4B8883BE03A56BBBA7809C8D7FD2A115B2530B10AA1F1',
|
|
423
|
+
exponent: 0,
|
|
424
|
+
aliases: ['uelys']
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
denom: 'melys',
|
|
428
|
+
exponent: 3,
|
|
429
|
+
aliases: ['millielys']
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
denom: 'elys',
|
|
433
|
+
exponent: 6,
|
|
434
|
+
aliases: []
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
base: 'ibc/16B5A0565B77C47AA8B4B8883BE03A56BBBA7809C8D7FD2A115B2530B10AA1F1',
|
|
438
|
+
name: 'Elys Network',
|
|
439
|
+
display: 'elys',
|
|
440
|
+
symbol: 'ELYS',
|
|
441
|
+
logo_URIs: {
|
|
442
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
443
|
+
},
|
|
444
|
+
coingecko_id: 'elys-network',
|
|
445
|
+
images: [{
|
|
446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
447
|
+
}],
|
|
448
|
+
type_asset: 'sdk.coin',
|
|
449
|
+
traces: [{
|
|
450
|
+
type: 'ibc',
|
|
451
|
+
counterparty: {
|
|
452
|
+
channel_id: 'channel-9',
|
|
453
|
+
base_denom: 'uelys',
|
|
454
|
+
chain_name: 'elys'
|
|
455
|
+
},
|
|
456
|
+
chain: {
|
|
457
|
+
channel_id: 'channel-35'
|
|
458
|
+
}
|
|
459
|
+
}]
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
description: 'Eden token definition',
|
|
463
|
+
denom_units: [
|
|
464
|
+
{
|
|
465
|
+
denom: 'ibc/5BBD1A32A62957409DC1933752A5DD6BC5ADEE8196FD016C5D12E4689BAD0320',
|
|
466
|
+
exponent: 0,
|
|
467
|
+
aliases: ['ueden']
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
denom: 'meden',
|
|
471
|
+
exponent: 3,
|
|
472
|
+
aliases: ['millieden']
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
denom: 'eden',
|
|
476
|
+
exponent: 6,
|
|
477
|
+
aliases: []
|
|
478
|
+
}
|
|
479
|
+
],
|
|
480
|
+
base: 'ibc/5BBD1A32A62957409DC1933752A5DD6BC5ADEE8196FD016C5D12E4689BAD0320',
|
|
481
|
+
name: 'Eden',
|
|
482
|
+
display: 'eden',
|
|
483
|
+
symbol: 'EDEN',
|
|
484
|
+
logo_URIs: {
|
|
485
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
486
|
+
},
|
|
487
|
+
images: [{
|
|
488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden.png'
|
|
489
|
+
}],
|
|
490
|
+
type_asset: 'sdk.coin',
|
|
491
|
+
traces: [{
|
|
492
|
+
type: 'ibc',
|
|
493
|
+
counterparty: {
|
|
494
|
+
channel_id: 'channel-9',
|
|
495
|
+
base_denom: 'ueden',
|
|
496
|
+
chain_name: 'elys'
|
|
497
|
+
},
|
|
498
|
+
chain: {
|
|
499
|
+
channel_id: 'channel-35'
|
|
500
|
+
}
|
|
501
|
+
}]
|
|
502
|
+
},
|
|
333
503
|
{
|
|
334
504
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
335
505
|
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.86",
|
|
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.45",
|
|
33
|
+
"chain-registry": "^1.69.86"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.45"
|
|
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": "f035ebcb75cc882ee5368f491ddb3a129b20ef16"
|
|
47
47
|
}
|