@chain-registry/assets 1.70.31 → 1.70.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/devnet/prysmdevnet.js +0 -148
- package/esm/devnet/prysmdevnet.js +0 -148
- package/esm/mainnet/assets.js +1 -8
- package/esm/mainnet/dungeon.js +392 -0
- package/esm/mainnet/index.js +0 -7
- package/esm/mainnet/juno.js +0 -72
- package/esm/mainnet/kimanetwork.js +16 -16
- package/esm/mainnet/neutron.js +72 -0
- package/esm/mainnet/osmosis.js +8 -472
- package/esm/mainnet/stride.js +72 -0
- package/esm/testnet/assets.js +1 -3
- package/esm/testnet/axelartestnet.js +0 -148
- package/esm/testnet/index.js +0 -2
- package/esm/testnet/junotestnet.js +0 -148
- package/esm/testnet/marstestnet.js +0 -148
- package/esm/testnet/nobletestnet.js +0 -148
- package/esm/testnet/osmosistestnet.js +0 -82
- package/mainnet/assets.js +1 -8
- package/mainnet/dungeon.js +392 -0
- package/mainnet/index.d.ts +0 -7
- package/mainnet/index.js +3 -11
- package/mainnet/juno.js +0 -72
- package/mainnet/kimanetwork.js +16 -16
- package/mainnet/neutron.js +72 -0
- package/mainnet/osmosis.js +8 -472
- package/mainnet/stride.js +72 -0
- package/package.json +6 -6
- package/testnet/assets.js +1 -3
- package/testnet/axelartestnet.js +0 -148
- package/testnet/index.d.ts +0 -2
- package/testnet/index.js +1 -3
- package/testnet/junotestnet.js +0 -148
- package/testnet/marstestnet.js +0 -148
- package/testnet/nobletestnet.js +0 -148
- package/testnet/osmosistestnet.js +0 -82
- package/esm/mainnet/8ball.js +0 -182
- package/esm/mainnet/cerberus.js +0 -182
- package/esm/mainnet/cudos.js +0 -182
- package/esm/mainnet/dig.js +0 -268
- package/esm/mainnet/lumenx.js +0 -182
- package/esm/mainnet/microtick.js +0 -182
- package/esm/mainnet/vidulum.js +0 -424
- package/esm/testnet/entrypointtestnet.js +0 -154
- package/esm/testnet/osmosistestnet4.js +0 -476
- package/mainnet/8ball.d.ts +0 -3
- package/mainnet/8ball.js +0 -184
- package/mainnet/cerberus.d.ts +0 -3
- package/mainnet/cerberus.js +0 -184
- package/mainnet/cudos.d.ts +0 -3
- package/mainnet/cudos.js +0 -184
- package/mainnet/dig.d.ts +0 -3
- package/mainnet/dig.js +0 -270
- package/mainnet/lumenx.d.ts +0 -3
- package/mainnet/lumenx.js +0 -184
- package/mainnet/microtick.d.ts +0 -3
- package/mainnet/microtick.js +0 -184
- package/mainnet/vidulum.d.ts +0 -3
- package/mainnet/vidulum.js +0 -426
- package/testnet/entrypointtestnet.d.ts +0 -3
- package/testnet/entrypointtestnet.js +0 -156
- package/testnet/osmosistestnet4.d.ts +0 -3
- package/testnet/osmosistestnet4.js +0 -478
package/devnet/prysmdevnet.js
CHANGED
|
@@ -317,80 +317,6 @@ const assets = {
|
|
|
317
317
|
}
|
|
318
318
|
}]
|
|
319
319
|
},
|
|
320
|
-
{
|
|
321
|
-
description: 'The native token of Osmosis',
|
|
322
|
-
denom_units: [{
|
|
323
|
-
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
324
|
-
exponent: 0,
|
|
325
|
-
aliases: ['uosmo']
|
|
326
|
-
}, {
|
|
327
|
-
denom: 'osmo',
|
|
328
|
-
exponent: 6,
|
|
329
|
-
aliases: []
|
|
330
|
-
}],
|
|
331
|
-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
332
|
-
name: 'Osmosis',
|
|
333
|
-
display: 'osmo',
|
|
334
|
-
symbol: 'OSMO',
|
|
335
|
-
logo_URIs: {
|
|
336
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
337
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
338
|
-
},
|
|
339
|
-
coingecko_id: 'osmosis',
|
|
340
|
-
keywords: ['dex', 'staking'],
|
|
341
|
-
images: [{
|
|
342
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
343
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
344
|
-
}],
|
|
345
|
-
type_asset: 'sdk.coin',
|
|
346
|
-
traces: [{
|
|
347
|
-
type: 'ibc',
|
|
348
|
-
counterparty: {
|
|
349
|
-
channel_id: 'channel-9018',
|
|
350
|
-
base_denom: 'uosmo',
|
|
351
|
-
chain_name: 'osmosistestnet4'
|
|
352
|
-
},
|
|
353
|
-
chain: {
|
|
354
|
-
channel_id: 'channel-1'
|
|
355
|
-
}
|
|
356
|
-
}]
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
denom_units: [{
|
|
360
|
-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
361
|
-
exponent: 0,
|
|
362
|
-
aliases: ['uion']
|
|
363
|
-
}, {
|
|
364
|
-
denom: 'ion',
|
|
365
|
-
exponent: 6
|
|
366
|
-
}],
|
|
367
|
-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
368
|
-
name: 'Ion',
|
|
369
|
-
display: 'ion',
|
|
370
|
-
symbol: 'ION',
|
|
371
|
-
logo_URIs: {
|
|
372
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
373
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
374
|
-
},
|
|
375
|
-
coingecko_id: 'ion',
|
|
376
|
-
keywords: ['memecoin'],
|
|
377
|
-
images: [{
|
|
378
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
379
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
380
|
-
}],
|
|
381
|
-
type_asset: 'sdk.coin',
|
|
382
|
-
traces: [{
|
|
383
|
-
type: 'ibc',
|
|
384
|
-
counterparty: {
|
|
385
|
-
channel_id: 'channel-9018',
|
|
386
|
-
base_denom: 'uion',
|
|
387
|
-
chain_name: 'osmosistestnet4'
|
|
388
|
-
},
|
|
389
|
-
chain: {
|
|
390
|
-
channel_id: 'channel-1'
|
|
391
|
-
}
|
|
392
|
-
}]
|
|
393
|
-
},
|
|
394
320
|
{
|
|
395
321
|
description: 'QCK - native token of Quicksilver',
|
|
396
322
|
denom_units: [{
|
|
@@ -774,80 +700,6 @@ const assets = {
|
|
|
774
700
|
}
|
|
775
701
|
}]
|
|
776
702
|
},
|
|
777
|
-
{
|
|
778
|
-
description: 'The native token of Osmosis',
|
|
779
|
-
denom_units: [{
|
|
780
|
-
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
781
|
-
exponent: 0,
|
|
782
|
-
aliases: ['uosmo']
|
|
783
|
-
}, {
|
|
784
|
-
denom: 'osmo',
|
|
785
|
-
exponent: 6,
|
|
786
|
-
aliases: []
|
|
787
|
-
}],
|
|
788
|
-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
789
|
-
name: 'Osmosis',
|
|
790
|
-
display: 'osmo',
|
|
791
|
-
symbol: 'OSMO',
|
|
792
|
-
logo_URIs: {
|
|
793
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
794
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
795
|
-
},
|
|
796
|
-
coingecko_id: 'osmosis',
|
|
797
|
-
keywords: ['dex', 'staking'],
|
|
798
|
-
images: [{
|
|
799
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
800
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
801
|
-
}],
|
|
802
|
-
type_asset: 'sdk.coin',
|
|
803
|
-
traces: [{
|
|
804
|
-
type: 'ibc',
|
|
805
|
-
counterparty: {
|
|
806
|
-
channel_id: 'channel-9018',
|
|
807
|
-
base_denom: 'uosmo',
|
|
808
|
-
chain_name: 'osmosistestnet4'
|
|
809
|
-
},
|
|
810
|
-
chain: {
|
|
811
|
-
channel_id: 'channel-1'
|
|
812
|
-
}
|
|
813
|
-
}]
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
denom_units: [{
|
|
817
|
-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
818
|
-
exponent: 0,
|
|
819
|
-
aliases: ['uion']
|
|
820
|
-
}, {
|
|
821
|
-
denom: 'ion',
|
|
822
|
-
exponent: 6
|
|
823
|
-
}],
|
|
824
|
-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
825
|
-
name: 'Ion',
|
|
826
|
-
display: 'ion',
|
|
827
|
-
symbol: 'ION',
|
|
828
|
-
logo_URIs: {
|
|
829
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
830
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
831
|
-
},
|
|
832
|
-
coingecko_id: 'ion',
|
|
833
|
-
keywords: ['memecoin'],
|
|
834
|
-
images: [{
|
|
835
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
836
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
837
|
-
}],
|
|
838
|
-
type_asset: 'sdk.coin',
|
|
839
|
-
traces: [{
|
|
840
|
-
type: 'ibc',
|
|
841
|
-
counterparty: {
|
|
842
|
-
channel_id: 'channel-9018',
|
|
843
|
-
base_denom: 'uion',
|
|
844
|
-
chain_name: 'osmosistestnet4'
|
|
845
|
-
},
|
|
846
|
-
chain: {
|
|
847
|
-
channel_id: 'channel-1'
|
|
848
|
-
}
|
|
849
|
-
}]
|
|
850
|
-
},
|
|
851
703
|
{
|
|
852
704
|
description: 'QCK - native token of Quicksilver',
|
|
853
705
|
denom_units: [{
|
|
@@ -315,80 +315,6 @@ const assets = {
|
|
|
315
315
|
}
|
|
316
316
|
}]
|
|
317
317
|
},
|
|
318
|
-
{
|
|
319
|
-
description: 'The native token of Osmosis',
|
|
320
|
-
denom_units: [{
|
|
321
|
-
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
322
|
-
exponent: 0,
|
|
323
|
-
aliases: ['uosmo']
|
|
324
|
-
}, {
|
|
325
|
-
denom: 'osmo',
|
|
326
|
-
exponent: 6,
|
|
327
|
-
aliases: []
|
|
328
|
-
}],
|
|
329
|
-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
330
|
-
name: 'Osmosis',
|
|
331
|
-
display: 'osmo',
|
|
332
|
-
symbol: 'OSMO',
|
|
333
|
-
logo_URIs: {
|
|
334
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
335
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
336
|
-
},
|
|
337
|
-
coingecko_id: 'osmosis',
|
|
338
|
-
keywords: ['dex', 'staking'],
|
|
339
|
-
images: [{
|
|
340
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
341
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
342
|
-
}],
|
|
343
|
-
type_asset: 'sdk.coin',
|
|
344
|
-
traces: [{
|
|
345
|
-
type: 'ibc',
|
|
346
|
-
counterparty: {
|
|
347
|
-
channel_id: 'channel-9018',
|
|
348
|
-
base_denom: 'uosmo',
|
|
349
|
-
chain_name: 'osmosistestnet4'
|
|
350
|
-
},
|
|
351
|
-
chain: {
|
|
352
|
-
channel_id: 'channel-1'
|
|
353
|
-
}
|
|
354
|
-
}]
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
denom_units: [{
|
|
358
|
-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
359
|
-
exponent: 0,
|
|
360
|
-
aliases: ['uion']
|
|
361
|
-
}, {
|
|
362
|
-
denom: 'ion',
|
|
363
|
-
exponent: 6
|
|
364
|
-
}],
|
|
365
|
-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
366
|
-
name: 'Ion',
|
|
367
|
-
display: 'ion',
|
|
368
|
-
symbol: 'ION',
|
|
369
|
-
logo_URIs: {
|
|
370
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
371
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
372
|
-
},
|
|
373
|
-
coingecko_id: 'ion',
|
|
374
|
-
keywords: ['memecoin'],
|
|
375
|
-
images: [{
|
|
376
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
377
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
378
|
-
}],
|
|
379
|
-
type_asset: 'sdk.coin',
|
|
380
|
-
traces: [{
|
|
381
|
-
type: 'ibc',
|
|
382
|
-
counterparty: {
|
|
383
|
-
channel_id: 'channel-9018',
|
|
384
|
-
base_denom: 'uion',
|
|
385
|
-
chain_name: 'osmosistestnet4'
|
|
386
|
-
},
|
|
387
|
-
chain: {
|
|
388
|
-
channel_id: 'channel-1'
|
|
389
|
-
}
|
|
390
|
-
}]
|
|
391
|
-
},
|
|
392
318
|
{
|
|
393
319
|
description: 'QCK - native token of Quicksilver',
|
|
394
320
|
denom_units: [{
|
|
@@ -772,80 +698,6 @@ const assets = {
|
|
|
772
698
|
}
|
|
773
699
|
}]
|
|
774
700
|
},
|
|
775
|
-
{
|
|
776
|
-
description: 'The native token of Osmosis',
|
|
777
|
-
denom_units: [{
|
|
778
|
-
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
779
|
-
exponent: 0,
|
|
780
|
-
aliases: ['uosmo']
|
|
781
|
-
}, {
|
|
782
|
-
denom: 'osmo',
|
|
783
|
-
exponent: 6,
|
|
784
|
-
aliases: []
|
|
785
|
-
}],
|
|
786
|
-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
787
|
-
name: 'Osmosis',
|
|
788
|
-
display: 'osmo',
|
|
789
|
-
symbol: 'OSMO',
|
|
790
|
-
logo_URIs: {
|
|
791
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
792
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
793
|
-
},
|
|
794
|
-
coingecko_id: 'osmosis',
|
|
795
|
-
keywords: ['dex', 'staking'],
|
|
796
|
-
images: [{
|
|
797
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
798
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
799
|
-
}],
|
|
800
|
-
type_asset: 'sdk.coin',
|
|
801
|
-
traces: [{
|
|
802
|
-
type: 'ibc',
|
|
803
|
-
counterparty: {
|
|
804
|
-
channel_id: 'channel-9018',
|
|
805
|
-
base_denom: 'uosmo',
|
|
806
|
-
chain_name: 'osmosistestnet4'
|
|
807
|
-
},
|
|
808
|
-
chain: {
|
|
809
|
-
channel_id: 'channel-1'
|
|
810
|
-
}
|
|
811
|
-
}]
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
denom_units: [{
|
|
815
|
-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
816
|
-
exponent: 0,
|
|
817
|
-
aliases: ['uion']
|
|
818
|
-
}, {
|
|
819
|
-
denom: 'ion',
|
|
820
|
-
exponent: 6
|
|
821
|
-
}],
|
|
822
|
-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
823
|
-
name: 'Ion',
|
|
824
|
-
display: 'ion',
|
|
825
|
-
symbol: 'ION',
|
|
826
|
-
logo_URIs: {
|
|
827
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
828
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
829
|
-
},
|
|
830
|
-
coingecko_id: 'ion',
|
|
831
|
-
keywords: ['memecoin'],
|
|
832
|
-
images: [{
|
|
833
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
834
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
835
|
-
}],
|
|
836
|
-
type_asset: 'sdk.coin',
|
|
837
|
-
traces: [{
|
|
838
|
-
type: 'ibc',
|
|
839
|
-
counterparty: {
|
|
840
|
-
channel_id: 'channel-9018',
|
|
841
|
-
base_denom: 'uion',
|
|
842
|
-
chain_name: 'osmosistestnet4'
|
|
843
|
-
},
|
|
844
|
-
chain: {
|
|
845
|
-
channel_id: 'channel-1'
|
|
846
|
-
}
|
|
847
|
-
}]
|
|
848
|
-
},
|
|
849
701
|
{
|
|
850
702
|
description: 'QCK - native token of Quicksilver',
|
|
851
703
|
denom_units: [{
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import _ethereum from './ethereum';
|
|
2
2
|
import _solana from './solana';
|
|
3
|
-
import _8ball from './8ball';
|
|
4
3
|
import _acrechain from './acrechain';
|
|
5
4
|
import _agoric from './agoric';
|
|
6
5
|
import _aioz from './aioz';
|
|
@@ -21,7 +20,6 @@ import _bostrom from './bostrom';
|
|
|
21
20
|
import _canto from './canto';
|
|
22
21
|
import _carbon from './carbon';
|
|
23
22
|
import _celestia from './celestia';
|
|
24
|
-
import _cerberus from './cerberus';
|
|
25
23
|
import _chain4energy from './chain4energy';
|
|
26
24
|
import _cheqd from './cheqd';
|
|
27
25
|
import _chihuahua from './chihuahua';
|
|
@@ -34,11 +32,9 @@ import _cosmoshub from './cosmoshub';
|
|
|
34
32
|
import _crescent from './crescent';
|
|
35
33
|
import _cronos from './cronos';
|
|
36
34
|
import _cryptoorgchain from './cryptoorgchain';
|
|
37
|
-
import _cudos from './cudos';
|
|
38
35
|
import _decentr from './decentr';
|
|
39
36
|
import _desmos from './desmos';
|
|
40
37
|
import _dhealth from './dhealth';
|
|
41
|
-
import _dig from './dig';
|
|
42
38
|
import _doravota from './doravota';
|
|
43
39
|
import _dungeon from './dungeon';
|
|
44
40
|
import _dydx from './dydx';
|
|
@@ -77,14 +73,12 @@ import _lambda from './lambda';
|
|
|
77
73
|
import _lava from './lava';
|
|
78
74
|
import _likecoin from './likecoin';
|
|
79
75
|
import _lorenzo from './lorenzo';
|
|
80
|
-
import _lumenx from './lumenx';
|
|
81
76
|
import _lumnetwork from './lumnetwork';
|
|
82
77
|
import _mande from './mande';
|
|
83
78
|
import _mantrachain from './mantrachain';
|
|
84
79
|
import _mars from './mars';
|
|
85
80
|
import _medasdigital from './medasdigital';
|
|
86
81
|
import _meme from './meme';
|
|
87
|
-
import _microtick from './microtick';
|
|
88
82
|
import _migaloo from './migaloo';
|
|
89
83
|
import _neutaro from './neutaro';
|
|
90
84
|
import _neutron from './neutron';
|
|
@@ -147,7 +141,6 @@ import _titan from './titan';
|
|
|
147
141
|
import _umee from './umee';
|
|
148
142
|
import _unification from './unification';
|
|
149
143
|
import _uptick from './uptick';
|
|
150
|
-
import _vidulum from './vidulum';
|
|
151
144
|
import _xpla from './xpla';
|
|
152
|
-
const assets = [_ethereum, _solana,
|
|
145
|
+
const assets = [_ethereum, _solana, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _atomone, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumnetwork, _mande, _mantrachain, _mars, _medasdigital, _meme, _migaloo, _neutaro, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xpla];
|
|
153
146
|
export default assets;
|