@chain-registry/assets 1.70.599 → 1.70.601
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 +0 -302
- package/esm/mainnet/carbon.js +0 -302
- package/esm/mainnet/celestia.js +80 -302
- package/esm/mainnet/composable.js +0 -302
- package/esm/mainnet/coreum.js +0 -302
- package/esm/mainnet/cosmoshub.js +80 -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 +0 -302
- package/esm/mainnet/index.js +0 -1
- package/esm/mainnet/injective.js +0 -302
- package/esm/mainnet/kava.js +0 -302
- package/esm/mainnet/kujira.js +0 -302
- package/esm/mainnet/lava.js +0 -302
- package/esm/mainnet/noble.js +0 -302
- package/esm/mainnet/osmosis.js +0 -302
- package/esm/mainnet/secretnetwork.js +0 -302
- package/esm/mainnet/stargaze.js +0 -302
- package/esm/mainnet/stride.js +0 -302
- package/esm/mainnet/tgrade.js +0 -302
- package/esm/mainnet/xrplevm.js +80 -0
- package/mainnet/acrechain.js +0 -302
- package/mainnet/agoric.js +0 -302
- package/mainnet/assets.js +1 -2
- package/mainnet/axelar.js +0 -302
- package/mainnet/carbon.js +0 -302
- package/mainnet/celestia.js +80 -302
- package/mainnet/composable.js +0 -302
- package/mainnet/coreum.js +0 -302
- package/mainnet/cosmoshub.js +80 -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 +0 -302
- package/mainnet/index.d.ts +0 -1
- package/mainnet/index.js +3 -4
- package/mainnet/injective.js +0 -302
- package/mainnet/kava.js +0 -302
- package/mainnet/kujira.js +0 -302
- package/mainnet/lava.js +0 -302
- package/mainnet/noble.js +0 -302
- package/mainnet/osmosis.js +0 -302
- package/mainnet/secretnetwork.js +0 -302
- package/mainnet/stargaze.js +0 -302
- package/mainnet/stride.js +0 -302
- package/mainnet/tgrade.js +0 -302
- package/mainnet/xrplevm.js +80 -0
- 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/mainnet/carbon.js
CHANGED
|
@@ -123,157 +123,6 @@ const assets = {
|
|
|
123
123
|
}
|
|
124
124
|
}]
|
|
125
125
|
},
|
|
126
|
-
{
|
|
127
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
128
|
-
denom_units: [{
|
|
129
|
-
denom: 'ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364',
|
|
130
|
-
exponent: 0,
|
|
131
|
-
aliases: ['aevmos']
|
|
132
|
-
}, {
|
|
133
|
-
denom: 'evmos',
|
|
134
|
-
exponent: 18
|
|
135
|
-
}],
|
|
136
|
-
base: 'ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364',
|
|
137
|
-
name: 'Evmos',
|
|
138
|
-
display: 'evmos',
|
|
139
|
-
symbol: 'EVMOS',
|
|
140
|
-
logo_URIs: {
|
|
141
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
142
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
143
|
-
},
|
|
144
|
-
coingecko_id: 'evmos',
|
|
145
|
-
images: [{
|
|
146
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
147
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
148
|
-
}],
|
|
149
|
-
socials: {
|
|
150
|
-
website: 'https://evmos.org/',
|
|
151
|
-
x: 'https://x.com/EvmosOrg'
|
|
152
|
-
},
|
|
153
|
-
type_asset: 'sdk.coin',
|
|
154
|
-
traces: [{
|
|
155
|
-
type: 'ibc',
|
|
156
|
-
counterparty: {
|
|
157
|
-
channel_id: 'channel-23',
|
|
158
|
-
base_denom: 'aevmos',
|
|
159
|
-
chain_name: 'evmos'
|
|
160
|
-
},
|
|
161
|
-
chain: {
|
|
162
|
-
channel_id: 'channel-6'
|
|
163
|
-
}
|
|
164
|
-
}]
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
description: 'The token of Neokingdom DAO.',
|
|
168
|
-
denom_units: [{
|
|
169
|
-
denom: 'ibc/DB17D8D720B09503376E950B6AD1F04C456861480787ADF7BE61406ACB8BC0F3',
|
|
170
|
-
exponent: 0,
|
|
171
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
172
|
-
}, {
|
|
173
|
-
denom: 'neok',
|
|
174
|
-
exponent: 18
|
|
175
|
-
}],
|
|
176
|
-
base: 'ibc/DB17D8D720B09503376E950B6AD1F04C456861480787ADF7BE61406ACB8BC0F3',
|
|
177
|
-
name: 'Neokingdom DAO',
|
|
178
|
-
display: 'neok',
|
|
179
|
-
symbol: 'NEOK',
|
|
180
|
-
logo_URIs: {
|
|
181
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
182
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
183
|
-
},
|
|
184
|
-
images: [{
|
|
185
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
186
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
187
|
-
}],
|
|
188
|
-
socials: {
|
|
189
|
-
website: 'https://www.neokingdom.org/',
|
|
190
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
191
|
-
},
|
|
192
|
-
type_asset: 'sdk.coin',
|
|
193
|
-
traces: [{
|
|
194
|
-
type: 'ibc',
|
|
195
|
-
counterparty: {
|
|
196
|
-
channel_id: 'channel-23',
|
|
197
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
198
|
-
chain_name: 'evmos'
|
|
199
|
-
},
|
|
200
|
-
chain: {
|
|
201
|
-
channel_id: 'channel-6'
|
|
202
|
-
}
|
|
203
|
-
}]
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
207
|
-
denom_units: [{
|
|
208
|
-
denom: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
209
|
-
exponent: 0,
|
|
210
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
211
|
-
}, {
|
|
212
|
-
denom: 'berlin-legacy',
|
|
213
|
-
exponent: 18
|
|
214
|
-
}],
|
|
215
|
-
base: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
216
|
-
name: 'Teledisko DAO - Legacy',
|
|
217
|
-
display: 'berlin-legacy',
|
|
218
|
-
symbol: 'BERLIN-legacy',
|
|
219
|
-
type_asset: 'erc20',
|
|
220
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
221
|
-
logo_URIs: {
|
|
222
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
223
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
224
|
-
},
|
|
225
|
-
images: [{
|
|
226
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
227
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
228
|
-
}],
|
|
229
|
-
traces: [{
|
|
230
|
-
type: 'ibc',
|
|
231
|
-
counterparty: {
|
|
232
|
-
channel_id: 'channel-23',
|
|
233
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
234
|
-
chain_name: 'evmos'
|
|
235
|
-
},
|
|
236
|
-
chain: {
|
|
237
|
-
channel_id: 'channel-6'
|
|
238
|
-
}
|
|
239
|
-
}]
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
description: 'The token of Crowdpunk DAO',
|
|
243
|
-
denom_units: [{
|
|
244
|
-
denom: 'ibc/D47925C96FBA6365468FD7D94797B39DB80258C30F60782F3E3D2455552ED8D5',
|
|
245
|
-
exponent: 0,
|
|
246
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
247
|
-
}, {
|
|
248
|
-
denom: 'crowdp',
|
|
249
|
-
exponent: 18
|
|
250
|
-
}],
|
|
251
|
-
base: 'ibc/D47925C96FBA6365468FD7D94797B39DB80258C30F60782F3E3D2455552ED8D5',
|
|
252
|
-
name: 'Crowdpunk DAO',
|
|
253
|
-
display: 'crowdp',
|
|
254
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
255
|
-
symbol: 'CROWDP',
|
|
256
|
-
type_asset: 'erc20',
|
|
257
|
-
logo_URIs: {
|
|
258
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
259
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
260
|
-
},
|
|
261
|
-
images: [{
|
|
262
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
263
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
264
|
-
}],
|
|
265
|
-
traces: [{
|
|
266
|
-
type: 'ibc',
|
|
267
|
-
counterparty: {
|
|
268
|
-
channel_id: 'channel-23',
|
|
269
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
270
|
-
chain_name: 'evmos'
|
|
271
|
-
},
|
|
272
|
-
chain: {
|
|
273
|
-
channel_id: 'channel-6'
|
|
274
|
-
}
|
|
275
|
-
}]
|
|
276
|
-
},
|
|
277
126
|
{
|
|
278
127
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
279
128
|
denom_units: [{
|
|
@@ -591,157 +440,6 @@ const assets = {
|
|
|
591
440
|
}
|
|
592
441
|
}]
|
|
593
442
|
},
|
|
594
|
-
{
|
|
595
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
596
|
-
denom_units: [{
|
|
597
|
-
denom: 'ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364',
|
|
598
|
-
exponent: 0,
|
|
599
|
-
aliases: ['aevmos']
|
|
600
|
-
}, {
|
|
601
|
-
denom: 'evmos',
|
|
602
|
-
exponent: 18
|
|
603
|
-
}],
|
|
604
|
-
base: 'ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364',
|
|
605
|
-
name: 'Evmos',
|
|
606
|
-
display: 'evmos',
|
|
607
|
-
symbol: 'EVMOS',
|
|
608
|
-
logo_URIs: {
|
|
609
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
610
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
611
|
-
},
|
|
612
|
-
coingecko_id: 'evmos',
|
|
613
|
-
images: [{
|
|
614
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
615
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
616
|
-
}],
|
|
617
|
-
socials: {
|
|
618
|
-
website: 'https://evmos.org/',
|
|
619
|
-
x: 'https://x.com/EvmosOrg'
|
|
620
|
-
},
|
|
621
|
-
type_asset: 'sdk.coin',
|
|
622
|
-
traces: [{
|
|
623
|
-
type: 'ibc',
|
|
624
|
-
counterparty: {
|
|
625
|
-
channel_id: 'channel-23',
|
|
626
|
-
base_denom: 'aevmos',
|
|
627
|
-
chain_name: 'evmos'
|
|
628
|
-
},
|
|
629
|
-
chain: {
|
|
630
|
-
channel_id: 'channel-6'
|
|
631
|
-
}
|
|
632
|
-
}]
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
description: 'The token of Neokingdom DAO.',
|
|
636
|
-
denom_units: [{
|
|
637
|
-
denom: 'ibc/DB17D8D720B09503376E950B6AD1F04C456861480787ADF7BE61406ACB8BC0F3',
|
|
638
|
-
exponent: 0,
|
|
639
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
640
|
-
}, {
|
|
641
|
-
denom: 'neok',
|
|
642
|
-
exponent: 18
|
|
643
|
-
}],
|
|
644
|
-
base: 'ibc/DB17D8D720B09503376E950B6AD1F04C456861480787ADF7BE61406ACB8BC0F3',
|
|
645
|
-
name: 'Neokingdom DAO',
|
|
646
|
-
display: 'neok',
|
|
647
|
-
symbol: 'NEOK',
|
|
648
|
-
logo_URIs: {
|
|
649
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
650
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
651
|
-
},
|
|
652
|
-
images: [{
|
|
653
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
654
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
655
|
-
}],
|
|
656
|
-
socials: {
|
|
657
|
-
website: 'https://www.neokingdom.org/',
|
|
658
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
659
|
-
},
|
|
660
|
-
type_asset: 'sdk.coin',
|
|
661
|
-
traces: [{
|
|
662
|
-
type: 'ibc',
|
|
663
|
-
counterparty: {
|
|
664
|
-
channel_id: 'channel-23',
|
|
665
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
666
|
-
chain_name: 'evmos'
|
|
667
|
-
},
|
|
668
|
-
chain: {
|
|
669
|
-
channel_id: 'channel-6'
|
|
670
|
-
}
|
|
671
|
-
}]
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
675
|
-
denom_units: [{
|
|
676
|
-
denom: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
677
|
-
exponent: 0,
|
|
678
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
679
|
-
}, {
|
|
680
|
-
denom: 'berlin-legacy',
|
|
681
|
-
exponent: 18
|
|
682
|
-
}],
|
|
683
|
-
base: 'ibc/3543CC7E24618A3BEF1084D8A83AE24B3212EFEC11B353347EC1CFD3CC517064',
|
|
684
|
-
name: 'Teledisko DAO - Legacy',
|
|
685
|
-
display: 'berlin-legacy',
|
|
686
|
-
symbol: 'BERLIN-legacy',
|
|
687
|
-
type_asset: 'erc20',
|
|
688
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
689
|
-
logo_URIs: {
|
|
690
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
691
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
692
|
-
},
|
|
693
|
-
images: [{
|
|
694
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
695
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
696
|
-
}],
|
|
697
|
-
traces: [{
|
|
698
|
-
type: 'ibc',
|
|
699
|
-
counterparty: {
|
|
700
|
-
channel_id: 'channel-23',
|
|
701
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
702
|
-
chain_name: 'evmos'
|
|
703
|
-
},
|
|
704
|
-
chain: {
|
|
705
|
-
channel_id: 'channel-6'
|
|
706
|
-
}
|
|
707
|
-
}]
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
description: 'The token of Crowdpunk DAO',
|
|
711
|
-
denom_units: [{
|
|
712
|
-
denom: 'ibc/D47925C96FBA6365468FD7D94797B39DB80258C30F60782F3E3D2455552ED8D5',
|
|
713
|
-
exponent: 0,
|
|
714
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
715
|
-
}, {
|
|
716
|
-
denom: 'crowdp',
|
|
717
|
-
exponent: 18
|
|
718
|
-
}],
|
|
719
|
-
base: 'ibc/D47925C96FBA6365468FD7D94797B39DB80258C30F60782F3E3D2455552ED8D5',
|
|
720
|
-
name: 'Crowdpunk DAO',
|
|
721
|
-
display: 'crowdp',
|
|
722
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
723
|
-
symbol: 'CROWDP',
|
|
724
|
-
type_asset: 'erc20',
|
|
725
|
-
logo_URIs: {
|
|
726
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
727
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
728
|
-
},
|
|
729
|
-
images: [{
|
|
730
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
731
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
732
|
-
}],
|
|
733
|
-
traces: [{
|
|
734
|
-
type: 'ibc',
|
|
735
|
-
counterparty: {
|
|
736
|
-
channel_id: 'channel-23',
|
|
737
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
738
|
-
chain_name: 'evmos'
|
|
739
|
-
},
|
|
740
|
-
chain: {
|
|
741
|
-
channel_id: 'channel-6'
|
|
742
|
-
}
|
|
743
|
-
}]
|
|
744
|
-
},
|
|
745
443
|
{
|
|
746
444
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
747
445
|
denom_units: [{
|