@chain-registry/assets 1.70.598 → 1.70.600
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/acrechain.js +0 -302
- package/esm/mainnet/agoric.js +0 -302
- package/esm/mainnet/assets.js +1 -2
- package/esm/mainnet/axelar.js +78 -302
- package/esm/mainnet/carbon.js +0 -302
- package/esm/mainnet/celestia.js +0 -302
- package/esm/mainnet/composable.js +78 -302
- package/esm/mainnet/coreum.js +0 -302
- package/esm/mainnet/cosmoshub.js +78 -302
- package/esm/mainnet/crescent.js +0 -302
- package/esm/mainnet/cryptoorgchain.js +0 -302
- package/esm/mainnet/dydx.js +0 -302
- package/esm/mainnet/dymension.js +0 -302
- package/esm/mainnet/gateway.js +0 -302
- package/esm/mainnet/gravitybridge.js +78 -302
- package/esm/mainnet/index.js +0 -1
- package/esm/mainnet/injective.js +0 -302
- package/esm/mainnet/juno.js +78 -0
- package/esm/mainnet/kava.js +0 -302
- package/esm/mainnet/kujira.js +78 -302
- package/esm/mainnet/lava.js +0 -302
- package/esm/mainnet/migaloo.js +78 -0
- package/esm/mainnet/neutron.js +78 -0
- package/esm/mainnet/noble.js +0 -302
- package/esm/mainnet/oraichain.js +78 -0
- package/esm/mainnet/osmosis.js +78 -302
- package/esm/mainnet/persistence.js +78 -0
- package/esm/mainnet/secretnetwork.js +0 -302
- package/esm/mainnet/stargaze.js +0 -302
- package/esm/mainnet/stride.js +0 -302
- package/esm/mainnet/terra2.js +78 -0
- package/esm/mainnet/tgrade.js +0 -302
- package/mainnet/acrechain.js +0 -302
- package/mainnet/agoric.js +0 -302
- package/mainnet/assets.js +1 -2
- package/mainnet/axelar.js +78 -302
- package/mainnet/carbon.js +0 -302
- package/mainnet/celestia.js +0 -302
- package/mainnet/composable.js +78 -302
- package/mainnet/coreum.js +0 -302
- package/mainnet/cosmoshub.js +78 -302
- package/mainnet/crescent.js +0 -302
- package/mainnet/cryptoorgchain.js +0 -302
- package/mainnet/dydx.js +0 -302
- package/mainnet/dymension.js +0 -302
- package/mainnet/gateway.js +0 -302
- package/mainnet/gravitybridge.js +78 -302
- package/mainnet/index.d.ts +0 -1
- package/mainnet/index.js +3 -4
- package/mainnet/injective.js +0 -302
- package/mainnet/juno.js +78 -0
- package/mainnet/kava.js +0 -302
- package/mainnet/kujira.js +78 -302
- package/mainnet/lava.js +0 -302
- package/mainnet/migaloo.js +78 -0
- package/mainnet/neutron.js +78 -0
- package/mainnet/noble.js +0 -302
- package/mainnet/oraichain.js +78 -0
- package/mainnet/osmosis.js +78 -302
- package/mainnet/persistence.js +78 -0
- package/mainnet/secretnetwork.js +0 -302
- package/mainnet/stargaze.js +0 -302
- package/mainnet/stride.js +0 -302
- package/mainnet/terra2.js +78 -0
- package/mainnet/tgrade.js +0 -302
- package/package.json +5 -5
- package/esm/mainnet/evmos.js +0 -3722
- package/mainnet/evmos.d.ts +0 -3
- package/mainnet/evmos.js +0 -3724
package/esm/mainnet/carbon.js
CHANGED
|
@@ -121,157 +121,6 @@ const assets = {
|
|
|
121
121
|
}
|
|
122
122
|
}]
|
|
123
123
|
},
|
|
124
|
-
{
|
|
125
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
126
|
-
denom_units: [{
|
|
127
|
-
denom: 'ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364',
|
|
128
|
-
exponent: 0,
|
|
129
|
-
aliases: ['aevmos']
|
|
130
|
-
}, {
|
|
131
|
-
denom: 'evmos',
|
|
132
|
-
exponent: 18
|
|
133
|
-
}],
|
|
134
|
-
base: 'ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364',
|
|
135
|
-
name: 'Evmos',
|
|
136
|
-
display: 'evmos',
|
|
137
|
-
symbol: 'EVMOS',
|
|
138
|
-
logo_URIs: {
|
|
139
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
140
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
141
|
-
},
|
|
142
|
-
coingecko_id: 'evmos',
|
|
143
|
-
images: [{
|
|
144
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
145
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
146
|
-
}],
|
|
147
|
-
socials: {
|
|
148
|
-
website: 'https://evmos.org/',
|
|
149
|
-
x: 'https://x.com/EvmosOrg'
|
|
150
|
-
},
|
|
151
|
-
type_asset: 'sdk.coin',
|
|
152
|
-
traces: [{
|
|
153
|
-
type: 'ibc',
|
|
154
|
-
counterparty: {
|
|
155
|
-
channel_id: 'channel-23',
|
|
156
|
-
base_denom: 'aevmos',
|
|
157
|
-
chain_name: 'evmos'
|
|
158
|
-
},
|
|
159
|
-
chain: {
|
|
160
|
-
channel_id: 'channel-6'
|
|
161
|
-
}
|
|
162
|
-
}]
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
description: 'The token of Neokingdom DAO.',
|
|
166
|
-
denom_units: [{
|
|
167
|
-
denom: 'ibc/DB17D8D720B09503376E950B6AD1F04C456861480787ADF7BE61406ACB8BC0F3',
|
|
168
|
-
exponent: 0,
|
|
169
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
170
|
-
}, {
|
|
171
|
-
denom: 'neok',
|
|
172
|
-
exponent: 18
|
|
173
|
-
}],
|
|
174
|
-
base: 'ibc/DB17D8D720B09503376E950B6AD1F04C456861480787ADF7BE61406ACB8BC0F3',
|
|
175
|
-
name: 'Neokingdom DAO',
|
|
176
|
-
display: 'neok',
|
|
177
|
-
symbol: 'NEOK',
|
|
178
|
-
logo_URIs: {
|
|
179
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
180
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
181
|
-
},
|
|
182
|
-
images: [{
|
|
183
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
184
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
185
|
-
}],
|
|
186
|
-
socials: {
|
|
187
|
-
website: 'https://www.neokingdom.org/',
|
|
188
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
189
|
-
},
|
|
190
|
-
type_asset: 'sdk.coin',
|
|
191
|
-
traces: [{
|
|
192
|
-
type: 'ibc',
|
|
193
|
-
counterparty: {
|
|
194
|
-
channel_id: 'channel-23',
|
|
195
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
196
|
-
chain_name: 'evmos'
|
|
197
|
-
},
|
|
198
|
-
chain: {
|
|
199
|
-
channel_id: 'channel-6'
|
|
200
|
-
}
|
|
201
|
-
}]
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
205
|
-
denom_units: [{
|
|
206
|
-
denom: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
207
|
-
exponent: 0,
|
|
208
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
209
|
-
}, {
|
|
210
|
-
denom: 'berlin-legacy',
|
|
211
|
-
exponent: 18
|
|
212
|
-
}],
|
|
213
|
-
base: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
214
|
-
name: 'Teledisko DAO - Legacy',
|
|
215
|
-
display: 'berlin-legacy',
|
|
216
|
-
symbol: 'BERLIN-legacy',
|
|
217
|
-
type_asset: 'erc20',
|
|
218
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
219
|
-
logo_URIs: {
|
|
220
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
221
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
222
|
-
},
|
|
223
|
-
images: [{
|
|
224
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
225
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
226
|
-
}],
|
|
227
|
-
traces: [{
|
|
228
|
-
type: 'ibc',
|
|
229
|
-
counterparty: {
|
|
230
|
-
channel_id: 'channel-23',
|
|
231
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
232
|
-
chain_name: 'evmos'
|
|
233
|
-
},
|
|
234
|
-
chain: {
|
|
235
|
-
channel_id: 'channel-6'
|
|
236
|
-
}
|
|
237
|
-
}]
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
description: 'The token of Crowdpunk DAO',
|
|
241
|
-
denom_units: [{
|
|
242
|
-
denom: 'ibc/D47925C96FBA6365468FD7D94797B39DB80258C30F60782F3E3D2455552ED8D5',
|
|
243
|
-
exponent: 0,
|
|
244
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
245
|
-
}, {
|
|
246
|
-
denom: 'crowdp',
|
|
247
|
-
exponent: 18
|
|
248
|
-
}],
|
|
249
|
-
base: 'ibc/D47925C96FBA6365468FD7D94797B39DB80258C30F60782F3E3D2455552ED8D5',
|
|
250
|
-
name: 'Crowdpunk DAO',
|
|
251
|
-
display: 'crowdp',
|
|
252
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
253
|
-
symbol: 'CROWDP',
|
|
254
|
-
type_asset: 'erc20',
|
|
255
|
-
logo_URIs: {
|
|
256
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
257
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
258
|
-
},
|
|
259
|
-
images: [{
|
|
260
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
261
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
262
|
-
}],
|
|
263
|
-
traces: [{
|
|
264
|
-
type: 'ibc',
|
|
265
|
-
counterparty: {
|
|
266
|
-
channel_id: 'channel-23',
|
|
267
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
268
|
-
chain_name: 'evmos'
|
|
269
|
-
},
|
|
270
|
-
chain: {
|
|
271
|
-
channel_id: 'channel-6'
|
|
272
|
-
}
|
|
273
|
-
}]
|
|
274
|
-
},
|
|
275
124
|
{
|
|
276
125
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
277
126
|
denom_units: [{
|
|
@@ -589,157 +438,6 @@ const assets = {
|
|
|
589
438
|
}
|
|
590
439
|
}]
|
|
591
440
|
},
|
|
592
|
-
{
|
|
593
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
594
|
-
denom_units: [{
|
|
595
|
-
denom: 'ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364',
|
|
596
|
-
exponent: 0,
|
|
597
|
-
aliases: ['aevmos']
|
|
598
|
-
}, {
|
|
599
|
-
denom: 'evmos',
|
|
600
|
-
exponent: 18
|
|
601
|
-
}],
|
|
602
|
-
base: 'ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364',
|
|
603
|
-
name: 'Evmos',
|
|
604
|
-
display: 'evmos',
|
|
605
|
-
symbol: 'EVMOS',
|
|
606
|
-
logo_URIs: {
|
|
607
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
608
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
609
|
-
},
|
|
610
|
-
coingecko_id: 'evmos',
|
|
611
|
-
images: [{
|
|
612
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
613
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
614
|
-
}],
|
|
615
|
-
socials: {
|
|
616
|
-
website: 'https://evmos.org/',
|
|
617
|
-
x: 'https://x.com/EvmosOrg'
|
|
618
|
-
},
|
|
619
|
-
type_asset: 'sdk.coin',
|
|
620
|
-
traces: [{
|
|
621
|
-
type: 'ibc',
|
|
622
|
-
counterparty: {
|
|
623
|
-
channel_id: 'channel-23',
|
|
624
|
-
base_denom: 'aevmos',
|
|
625
|
-
chain_name: 'evmos'
|
|
626
|
-
},
|
|
627
|
-
chain: {
|
|
628
|
-
channel_id: 'channel-6'
|
|
629
|
-
}
|
|
630
|
-
}]
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
description: 'The token of Neokingdom DAO.',
|
|
634
|
-
denom_units: [{
|
|
635
|
-
denom: 'ibc/DB17D8D720B09503376E950B6AD1F04C456861480787ADF7BE61406ACB8BC0F3',
|
|
636
|
-
exponent: 0,
|
|
637
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
638
|
-
}, {
|
|
639
|
-
denom: 'neok',
|
|
640
|
-
exponent: 18
|
|
641
|
-
}],
|
|
642
|
-
base: 'ibc/DB17D8D720B09503376E950B6AD1F04C456861480787ADF7BE61406ACB8BC0F3',
|
|
643
|
-
name: 'Neokingdom DAO',
|
|
644
|
-
display: 'neok',
|
|
645
|
-
symbol: 'NEOK',
|
|
646
|
-
logo_URIs: {
|
|
647
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
648
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
649
|
-
},
|
|
650
|
-
images: [{
|
|
651
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
652
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
653
|
-
}],
|
|
654
|
-
socials: {
|
|
655
|
-
website: 'https://www.neokingdom.org/',
|
|
656
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
657
|
-
},
|
|
658
|
-
type_asset: 'sdk.coin',
|
|
659
|
-
traces: [{
|
|
660
|
-
type: 'ibc',
|
|
661
|
-
counterparty: {
|
|
662
|
-
channel_id: 'channel-23',
|
|
663
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
664
|
-
chain_name: 'evmos'
|
|
665
|
-
},
|
|
666
|
-
chain: {
|
|
667
|
-
channel_id: 'channel-6'
|
|
668
|
-
}
|
|
669
|
-
}]
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
673
|
-
denom_units: [{
|
|
674
|
-
denom: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
675
|
-
exponent: 0,
|
|
676
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
677
|
-
}, {
|
|
678
|
-
denom: 'berlin-legacy',
|
|
679
|
-
exponent: 18
|
|
680
|
-
}],
|
|
681
|
-
base: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
682
|
-
name: 'Teledisko DAO - Legacy',
|
|
683
|
-
display: 'berlin-legacy',
|
|
684
|
-
symbol: 'BERLIN-legacy',
|
|
685
|
-
type_asset: 'erc20',
|
|
686
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
687
|
-
logo_URIs: {
|
|
688
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
689
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
690
|
-
},
|
|
691
|
-
images: [{
|
|
692
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
693
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
694
|
-
}],
|
|
695
|
-
traces: [{
|
|
696
|
-
type: 'ibc',
|
|
697
|
-
counterparty: {
|
|
698
|
-
channel_id: 'channel-23',
|
|
699
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
700
|
-
chain_name: 'evmos'
|
|
701
|
-
},
|
|
702
|
-
chain: {
|
|
703
|
-
channel_id: 'channel-6'
|
|
704
|
-
}
|
|
705
|
-
}]
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
description: 'The token of Crowdpunk DAO',
|
|
709
|
-
denom_units: [{
|
|
710
|
-
denom: 'ibc/D47925C96FBA6365468FD7D94797B39DB80258C30F60782F3E3D2455552ED8D5',
|
|
711
|
-
exponent: 0,
|
|
712
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
713
|
-
}, {
|
|
714
|
-
denom: 'crowdp',
|
|
715
|
-
exponent: 18
|
|
716
|
-
}],
|
|
717
|
-
base: 'ibc/D47925C96FBA6365468FD7D94797B39DB80258C30F60782F3E3D2455552ED8D5',
|
|
718
|
-
name: 'Crowdpunk DAO',
|
|
719
|
-
display: 'crowdp',
|
|
720
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
721
|
-
symbol: 'CROWDP',
|
|
722
|
-
type_asset: 'erc20',
|
|
723
|
-
logo_URIs: {
|
|
724
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
725
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
726
|
-
},
|
|
727
|
-
images: [{
|
|
728
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
729
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
730
|
-
}],
|
|
731
|
-
traces: [{
|
|
732
|
-
type: 'ibc',
|
|
733
|
-
counterparty: {
|
|
734
|
-
channel_id: 'channel-23',
|
|
735
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
736
|
-
chain_name: 'evmos'
|
|
737
|
-
},
|
|
738
|
-
chain: {
|
|
739
|
-
channel_id: 'channel-6'
|
|
740
|
-
}
|
|
741
|
-
}]
|
|
742
|
-
},
|
|
743
441
|
{
|
|
744
442
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
745
443
|
denom_units: [{
|
package/esm/mainnet/celestia.js
CHANGED
|
@@ -286,157 +286,6 @@ const assets = {
|
|
|
286
286
|
}
|
|
287
287
|
}]
|
|
288
288
|
},
|
|
289
|
-
{
|
|
290
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
291
|
-
denom_units: [{
|
|
292
|
-
denom: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A',
|
|
293
|
-
exponent: 0,
|
|
294
|
-
aliases: ['aevmos']
|
|
295
|
-
}, {
|
|
296
|
-
denom: 'evmos',
|
|
297
|
-
exponent: 18
|
|
298
|
-
}],
|
|
299
|
-
base: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A',
|
|
300
|
-
name: 'Evmos',
|
|
301
|
-
display: 'evmos',
|
|
302
|
-
symbol: 'EVMOS',
|
|
303
|
-
logo_URIs: {
|
|
304
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
305
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
306
|
-
},
|
|
307
|
-
coingecko_id: 'evmos',
|
|
308
|
-
images: [{
|
|
309
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
310
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
311
|
-
}],
|
|
312
|
-
socials: {
|
|
313
|
-
website: 'https://evmos.org/',
|
|
314
|
-
x: 'https://x.com/EvmosOrg'
|
|
315
|
-
},
|
|
316
|
-
type_asset: 'sdk.coin',
|
|
317
|
-
traces: [{
|
|
318
|
-
type: 'ibc',
|
|
319
|
-
counterparty: {
|
|
320
|
-
channel_id: 'channel-106',
|
|
321
|
-
base_denom: 'aevmos',
|
|
322
|
-
chain_name: 'evmos'
|
|
323
|
-
},
|
|
324
|
-
chain: {
|
|
325
|
-
channel_id: 'channel-26'
|
|
326
|
-
}
|
|
327
|
-
}]
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
description: 'The token of Neokingdom DAO.',
|
|
331
|
-
denom_units: [{
|
|
332
|
-
denom: 'ibc/015D3BA713B814E488ACA1E411C67E467088E70E60E25D84A1CC78E19A8F45B5',
|
|
333
|
-
exponent: 0,
|
|
334
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
335
|
-
}, {
|
|
336
|
-
denom: 'neok',
|
|
337
|
-
exponent: 18
|
|
338
|
-
}],
|
|
339
|
-
base: 'ibc/015D3BA713B814E488ACA1E411C67E467088E70E60E25D84A1CC78E19A8F45B5',
|
|
340
|
-
name: 'Neokingdom DAO',
|
|
341
|
-
display: 'neok',
|
|
342
|
-
symbol: 'NEOK',
|
|
343
|
-
logo_URIs: {
|
|
344
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
345
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
346
|
-
},
|
|
347
|
-
images: [{
|
|
348
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
349
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
350
|
-
}],
|
|
351
|
-
socials: {
|
|
352
|
-
website: 'https://www.neokingdom.org/',
|
|
353
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
354
|
-
},
|
|
355
|
-
type_asset: 'sdk.coin',
|
|
356
|
-
traces: [{
|
|
357
|
-
type: 'ibc',
|
|
358
|
-
counterparty: {
|
|
359
|
-
channel_id: 'channel-106',
|
|
360
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
361
|
-
chain_name: 'evmos'
|
|
362
|
-
},
|
|
363
|
-
chain: {
|
|
364
|
-
channel_id: 'channel-26'
|
|
365
|
-
}
|
|
366
|
-
}]
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
370
|
-
denom_units: [{
|
|
371
|
-
denom: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
372
|
-
exponent: 0,
|
|
373
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
374
|
-
}, {
|
|
375
|
-
denom: 'berlin-legacy',
|
|
376
|
-
exponent: 18
|
|
377
|
-
}],
|
|
378
|
-
base: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
379
|
-
name: 'Teledisko DAO - Legacy',
|
|
380
|
-
display: 'berlin-legacy',
|
|
381
|
-
symbol: 'BERLIN-legacy',
|
|
382
|
-
type_asset: 'erc20',
|
|
383
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
384
|
-
logo_URIs: {
|
|
385
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
386
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
387
|
-
},
|
|
388
|
-
images: [{
|
|
389
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
390
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
391
|
-
}],
|
|
392
|
-
traces: [{
|
|
393
|
-
type: 'ibc',
|
|
394
|
-
counterparty: {
|
|
395
|
-
channel_id: 'channel-106',
|
|
396
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
397
|
-
chain_name: 'evmos'
|
|
398
|
-
},
|
|
399
|
-
chain: {
|
|
400
|
-
channel_id: 'channel-26'
|
|
401
|
-
}
|
|
402
|
-
}]
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
description: 'The token of Crowdpunk DAO',
|
|
406
|
-
denom_units: [{
|
|
407
|
-
denom: 'ibc/C59BB0DC46FF2627819BD9CD831B770798437ACEE332539F022B1BA99B42D5D8',
|
|
408
|
-
exponent: 0,
|
|
409
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
410
|
-
}, {
|
|
411
|
-
denom: 'crowdp',
|
|
412
|
-
exponent: 18
|
|
413
|
-
}],
|
|
414
|
-
base: 'ibc/C59BB0DC46FF2627819BD9CD831B770798437ACEE332539F022B1BA99B42D5D8',
|
|
415
|
-
name: 'Crowdpunk DAO',
|
|
416
|
-
display: 'crowdp',
|
|
417
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
418
|
-
symbol: 'CROWDP',
|
|
419
|
-
type_asset: 'erc20',
|
|
420
|
-
logo_URIs: {
|
|
421
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
422
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
423
|
-
},
|
|
424
|
-
images: [{
|
|
425
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
426
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
427
|
-
}],
|
|
428
|
-
traces: [{
|
|
429
|
-
type: 'ibc',
|
|
430
|
-
counterparty: {
|
|
431
|
-
channel_id: 'channel-106',
|
|
432
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
433
|
-
chain_name: 'evmos'
|
|
434
|
-
},
|
|
435
|
-
chain: {
|
|
436
|
-
channel_id: 'channel-26'
|
|
437
|
-
}
|
|
438
|
-
}]
|
|
439
|
-
},
|
|
440
289
|
{
|
|
441
290
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
442
291
|
denom_units: [{
|
|
@@ -1618,157 +1467,6 @@ const assets = {
|
|
|
1618
1467
|
}
|
|
1619
1468
|
}]
|
|
1620
1469
|
},
|
|
1621
|
-
{
|
|
1622
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1623
|
-
denom_units: [{
|
|
1624
|
-
denom: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A',
|
|
1625
|
-
exponent: 0,
|
|
1626
|
-
aliases: ['aevmos']
|
|
1627
|
-
}, {
|
|
1628
|
-
denom: 'evmos',
|
|
1629
|
-
exponent: 18
|
|
1630
|
-
}],
|
|
1631
|
-
base: 'ibc/C16830930080CD417D4F9DC5D569D48E33374990A8017464CCF8ABE63AAAA52A',
|
|
1632
|
-
name: 'Evmos',
|
|
1633
|
-
display: 'evmos',
|
|
1634
|
-
symbol: 'EVMOS',
|
|
1635
|
-
logo_URIs: {
|
|
1636
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
1637
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
1638
|
-
},
|
|
1639
|
-
coingecko_id: 'evmos',
|
|
1640
|
-
images: [{
|
|
1641
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
1642
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
1643
|
-
}],
|
|
1644
|
-
socials: {
|
|
1645
|
-
website: 'https://evmos.org/',
|
|
1646
|
-
x: 'https://x.com/EvmosOrg'
|
|
1647
|
-
},
|
|
1648
|
-
type_asset: 'sdk.coin',
|
|
1649
|
-
traces: [{
|
|
1650
|
-
type: 'ibc',
|
|
1651
|
-
counterparty: {
|
|
1652
|
-
channel_id: 'channel-106',
|
|
1653
|
-
base_denom: 'aevmos',
|
|
1654
|
-
chain_name: 'evmos'
|
|
1655
|
-
},
|
|
1656
|
-
chain: {
|
|
1657
|
-
channel_id: 'channel-26'
|
|
1658
|
-
}
|
|
1659
|
-
}]
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
description: 'The token of Neokingdom DAO.',
|
|
1663
|
-
denom_units: [{
|
|
1664
|
-
denom: 'ibc/015D3BA713B814E488ACA1E411C67E467088E70E60E25D84A1CC78E19A8F45B5',
|
|
1665
|
-
exponent: 0,
|
|
1666
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
1667
|
-
}, {
|
|
1668
|
-
denom: 'neok',
|
|
1669
|
-
exponent: 18
|
|
1670
|
-
}],
|
|
1671
|
-
base: 'ibc/015D3BA713B814E488ACA1E411C67E467088E70E60E25D84A1CC78E19A8F45B5',
|
|
1672
|
-
name: 'Neokingdom DAO',
|
|
1673
|
-
display: 'neok',
|
|
1674
|
-
symbol: 'NEOK',
|
|
1675
|
-
logo_URIs: {
|
|
1676
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
1677
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1678
|
-
},
|
|
1679
|
-
images: [{
|
|
1680
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
1681
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
1682
|
-
}],
|
|
1683
|
-
socials: {
|
|
1684
|
-
website: 'https://www.neokingdom.org/',
|
|
1685
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
1686
|
-
},
|
|
1687
|
-
type_asset: 'sdk.coin',
|
|
1688
|
-
traces: [{
|
|
1689
|
-
type: 'ibc',
|
|
1690
|
-
counterparty: {
|
|
1691
|
-
channel_id: 'channel-106',
|
|
1692
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
1693
|
-
chain_name: 'evmos'
|
|
1694
|
-
},
|
|
1695
|
-
chain: {
|
|
1696
|
-
channel_id: 'channel-26'
|
|
1697
|
-
}
|
|
1698
|
-
}]
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
1702
|
-
denom_units: [{
|
|
1703
|
-
denom: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
1704
|
-
exponent: 0,
|
|
1705
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
1706
|
-
}, {
|
|
1707
|
-
denom: 'berlin-legacy',
|
|
1708
|
-
exponent: 18
|
|
1709
|
-
}],
|
|
1710
|
-
base: 'ibc/DB28D4D4E7FCBB7DBCCC9955213A3F3264C444BD024B25A1AD6D2A2B90BB2DB2',
|
|
1711
|
-
name: 'Teledisko DAO - Legacy',
|
|
1712
|
-
display: 'berlin-legacy',
|
|
1713
|
-
symbol: 'BERLIN-legacy',
|
|
1714
|
-
type_asset: 'erc20',
|
|
1715
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1716
|
-
logo_URIs: {
|
|
1717
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
1718
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
1719
|
-
},
|
|
1720
|
-
images: [{
|
|
1721
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
1722
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
1723
|
-
}],
|
|
1724
|
-
traces: [{
|
|
1725
|
-
type: 'ibc',
|
|
1726
|
-
counterparty: {
|
|
1727
|
-
channel_id: 'channel-106',
|
|
1728
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
1729
|
-
chain_name: 'evmos'
|
|
1730
|
-
},
|
|
1731
|
-
chain: {
|
|
1732
|
-
channel_id: 'channel-26'
|
|
1733
|
-
}
|
|
1734
|
-
}]
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
description: 'The token of Crowdpunk DAO',
|
|
1738
|
-
denom_units: [{
|
|
1739
|
-
denom: 'ibc/C59BB0DC46FF2627819BD9CD831B770798437ACEE332539F022B1BA99B42D5D8',
|
|
1740
|
-
exponent: 0,
|
|
1741
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
1742
|
-
}, {
|
|
1743
|
-
denom: 'crowdp',
|
|
1744
|
-
exponent: 18
|
|
1745
|
-
}],
|
|
1746
|
-
base: 'ibc/C59BB0DC46FF2627819BD9CD831B770798437ACEE332539F022B1BA99B42D5D8',
|
|
1747
|
-
name: 'Crowdpunk DAO',
|
|
1748
|
-
display: 'crowdp',
|
|
1749
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
1750
|
-
symbol: 'CROWDP',
|
|
1751
|
-
type_asset: 'erc20',
|
|
1752
|
-
logo_URIs: {
|
|
1753
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
1754
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
1755
|
-
},
|
|
1756
|
-
images: [{
|
|
1757
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
1758
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
1759
|
-
}],
|
|
1760
|
-
traces: [{
|
|
1761
|
-
type: 'ibc',
|
|
1762
|
-
counterparty: {
|
|
1763
|
-
channel_id: 'channel-106',
|
|
1764
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
1765
|
-
chain_name: 'evmos'
|
|
1766
|
-
},
|
|
1767
|
-
chain: {
|
|
1768
|
-
channel_id: 'channel-26'
|
|
1769
|
-
}
|
|
1770
|
-
}]
|
|
1771
|
-
},
|
|
1772
1470
|
{
|
|
1773
1471
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
1774
1472
|
denom_units: [{
|