@chain-registry/assets 1.70.575 → 1.70.577
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/assets.js +2 -1
- package/esm/mainnet/atomone.js +2 -2
- package/esm/mainnet/cosmoshub.js +2 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/neutron.js +2 -2
- package/esm/mainnet/noble.js +2 -2
- package/esm/mainnet/osmosis.js +76 -2
- package/esm/mainnet/qie.js +170 -0
- package/index.d.ts +1 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/atomone.js +2 -2
- package/mainnet/cosmoshub.js +2 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/neutron.js +2 -2
- package/mainnet/noble.js +2 -2
- package/mainnet/osmosis.js +76 -2
- package/mainnet/qie.d.ts +3 -0
- package/mainnet/qie.js +172 -0
- package/package.json +5 -5
package/esm/mainnet/assets.js
CHANGED
|
@@ -131,6 +131,7 @@ import _pryzm from './pryzm';
|
|
|
131
131
|
import _pundix from './pundix';
|
|
132
132
|
import _pylons from './pylons';
|
|
133
133
|
import _qfs from './qfs';
|
|
134
|
+
import _qie from './qie';
|
|
134
135
|
import _quasar from './quasar';
|
|
135
136
|
import _quicksilver from './quicksilver';
|
|
136
137
|
import _qwoyn from './qwoyn';
|
|
@@ -176,5 +177,5 @@ import _xpla from './xpla';
|
|
|
176
177
|
import _xrplevm from './xrplevm';
|
|
177
178
|
import _zenrock from './zenrock';
|
|
178
179
|
import _zigchain from './zigchain';
|
|
179
|
-
const assets = [_ethereum, _namada, _penumbra, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _andromeda, _archway, _arkeo, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitbadges, _bitcanna, _bitsong, _bitway, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _divine, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _epix, _evmos, _fandomchain, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gnodi, _gravitybridge, _haqq, _hippoprotocol, _humans, _impacthub, _imversed, _initia, _injective, _int3face, _intento, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lombardledger, _lorenzo, _lumen, _lumera, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _mirage, _mtgbp, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _optio, _oraichain, _osmosis, _panacea, _passage, _paxi, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _qfs, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _sunrise, _symphony, _synternet, _taketitan, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _xrplevm, _zenrock, _zigchain];
|
|
180
|
+
const assets = [_ethereum, _namada, _penumbra, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _andromeda, _archway, _arkeo, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitbadges, _bitcanna, _bitsong, _bitway, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _divine, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _epix, _evmos, _fandomchain, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gnodi, _gravitybridge, _haqq, _hippoprotocol, _humans, _impacthub, _imversed, _initia, _injective, _int3face, _intento, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lombardledger, _lorenzo, _lumen, _lumera, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _mirage, _mtgbp, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _optio, _oraichain, _osmosis, _panacea, _passage, _paxi, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _qfs, _qie, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _sunrise, _symphony, _synternet, _taketitan, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _xrplevm, _zenrock, _zigchain];
|
|
180
181
|
export default assets;
|
package/esm/mainnet/atomone.js
CHANGED
|
@@ -100,7 +100,7 @@ const assets = {
|
|
|
100
100
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
101
101
|
},
|
|
102
102
|
socials: {
|
|
103
|
-
website: 'https://
|
|
103
|
+
website: 'https://dungeongames.io',
|
|
104
104
|
x: 'https://x.com/cryptodungeonma'
|
|
105
105
|
},
|
|
106
106
|
images: [{
|
|
@@ -343,7 +343,7 @@ const assets = {
|
|
|
343
343
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
344
344
|
},
|
|
345
345
|
socials: {
|
|
346
|
-
website: 'https://
|
|
346
|
+
website: 'https://dungeongames.io',
|
|
347
347
|
x: 'https://x.com/cryptodungeonma'
|
|
348
348
|
},
|
|
349
349
|
images: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -2807,7 +2807,7 @@ const assets = {
|
|
|
2807
2807
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
2808
2808
|
},
|
|
2809
2809
|
socials: {
|
|
2810
|
-
website: 'https://
|
|
2810
|
+
website: 'https://dungeongames.io',
|
|
2811
2811
|
x: 'https://x.com/cryptodungeonma'
|
|
2812
2812
|
},
|
|
2813
2813
|
images: [{
|
|
@@ -13423,7 +13423,7 @@ const assets = {
|
|
|
13423
13423
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
13424
13424
|
},
|
|
13425
13425
|
socials: {
|
|
13426
|
-
website: 'https://
|
|
13426
|
+
website: 'https://dungeongames.io',
|
|
13427
13427
|
x: 'https://x.com/cryptodungeonma'
|
|
13428
13428
|
},
|
|
13429
13429
|
images: [{
|
package/esm/mainnet/index.js
CHANGED
|
@@ -131,6 +131,7 @@ export * as pryzm from './pryzm';
|
|
|
131
131
|
export * as pundix from './pundix';
|
|
132
132
|
export * as pylons from './pylons';
|
|
133
133
|
export * as qfs from './qfs';
|
|
134
|
+
export * as qie from './qie';
|
|
134
135
|
export * as quasar from './quasar';
|
|
135
136
|
export * as quicksilver from './quicksilver';
|
|
136
137
|
export * as qwoyn from './qwoyn';
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -488,7 +488,7 @@ const assets = {
|
|
|
488
488
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
489
489
|
},
|
|
490
490
|
socials: {
|
|
491
|
-
website: 'https://
|
|
491
|
+
website: 'https://dungeongames.io',
|
|
492
492
|
x: 'https://x.com/cryptodungeonma'
|
|
493
493
|
},
|
|
494
494
|
images: [{
|
|
@@ -1793,7 +1793,7 @@ const assets = {
|
|
|
1793
1793
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1794
1794
|
},
|
|
1795
1795
|
socials: {
|
|
1796
|
-
website: 'https://
|
|
1796
|
+
website: 'https://dungeongames.io',
|
|
1797
1797
|
x: 'https://x.com/cryptodungeonma'
|
|
1798
1798
|
},
|
|
1799
1799
|
images: [{
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -768,7 +768,7 @@ const assets = {
|
|
|
768
768
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
769
769
|
},
|
|
770
770
|
socials: {
|
|
771
|
-
website: 'https://
|
|
771
|
+
website: 'https://dungeongames.io',
|
|
772
772
|
x: 'https://x.com/cryptodungeonma'
|
|
773
773
|
},
|
|
774
774
|
images: [{
|
|
@@ -3259,7 +3259,7 @@ const assets = {
|
|
|
3259
3259
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
3260
3260
|
},
|
|
3261
3261
|
socials: {
|
|
3262
|
-
website: 'https://
|
|
3262
|
+
website: 'https://dungeongames.io',
|
|
3263
3263
|
x: 'https://x.com/cryptodungeonma'
|
|
3264
3264
|
},
|
|
3265
3265
|
images: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -2409,7 +2409,7 @@ const assets = {
|
|
|
2409
2409
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
2410
2410
|
},
|
|
2411
2411
|
socials: {
|
|
2412
|
-
website: 'https://
|
|
2412
|
+
website: 'https://dungeongames.io',
|
|
2413
2413
|
x: 'https://x.com/cryptodungeonma'
|
|
2414
2414
|
},
|
|
2415
2415
|
images: [{
|
|
@@ -8949,7 +8949,7 @@ const assets = {
|
|
|
8949
8949
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
8950
8950
|
},
|
|
8951
8951
|
socials: {
|
|
8952
|
-
website: 'https://
|
|
8952
|
+
website: 'https://dungeongames.io',
|
|
8953
8953
|
x: 'https://x.com/cryptodungeonma'
|
|
8954
8954
|
},
|
|
8955
8955
|
images: [{
|
|
@@ -20434,6 +20434,43 @@ const assets = {
|
|
|
20434
20434
|
}
|
|
20435
20435
|
}]
|
|
20436
20436
|
},
|
|
20437
|
+
{
|
|
20438
|
+
description: 'QIE is the native gas and staking token of the QIE Blockchain, a high-performance Layer-1 EVM-compatible Cosmos SDK chain',
|
|
20439
|
+
denom_units: [{
|
|
20440
|
+
denom: 'ibc/29651CA364AA857248A912B1DEC17EF8AC320728C616FB635338CFE965E18BE3',
|
|
20441
|
+
exponent: 0,
|
|
20442
|
+
aliases: ['aqie']
|
|
20443
|
+
}, {
|
|
20444
|
+
denom: 'qie',
|
|
20445
|
+
exponent: 18
|
|
20446
|
+
}],
|
|
20447
|
+
type_asset: 'evm-base',
|
|
20448
|
+
base: 'ibc/29651CA364AA857248A912B1DEC17EF8AC320728C616FB635338CFE965E18BE3',
|
|
20449
|
+
name: 'QIE',
|
|
20450
|
+
display: 'qie',
|
|
20451
|
+
symbol: 'QIE',
|
|
20452
|
+
coingecko_id: 'qie',
|
|
20453
|
+
logo_URIs: {
|
|
20454
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
|
|
20455
|
+
},
|
|
20456
|
+
images: [{
|
|
20457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
|
|
20458
|
+
}],
|
|
20459
|
+
socials: {
|
|
20460
|
+
website: 'https://qie.digital'
|
|
20461
|
+
},
|
|
20462
|
+
traces: [{
|
|
20463
|
+
type: 'ibc',
|
|
20464
|
+
counterparty: {
|
|
20465
|
+
channel_id: 'channel-0',
|
|
20466
|
+
base_denom: 'aqie',
|
|
20467
|
+
chain_name: 'qie'
|
|
20468
|
+
},
|
|
20469
|
+
chain: {
|
|
20470
|
+
channel_id: 'channel-109956'
|
|
20471
|
+
}
|
|
20472
|
+
}]
|
|
20473
|
+
},
|
|
20437
20474
|
{
|
|
20438
20475
|
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
20439
20476
|
denom_units: [{
|
|
@@ -30505,6 +30542,43 @@ const assets = {
|
|
|
30505
30542
|
}
|
|
30506
30543
|
}]
|
|
30507
30544
|
},
|
|
30545
|
+
{
|
|
30546
|
+
description: 'QIE is the native gas and staking token of the QIE Blockchain, a high-performance Layer-1 EVM-compatible Cosmos SDK chain',
|
|
30547
|
+
denom_units: [{
|
|
30548
|
+
denom: 'ibc/29651CA364AA857248A912B1DEC17EF8AC320728C616FB635338CFE965E18BE3',
|
|
30549
|
+
exponent: 0,
|
|
30550
|
+
aliases: ['aqie']
|
|
30551
|
+
}, {
|
|
30552
|
+
denom: 'qie',
|
|
30553
|
+
exponent: 18
|
|
30554
|
+
}],
|
|
30555
|
+
type_asset: 'evm-base',
|
|
30556
|
+
base: 'ibc/29651CA364AA857248A912B1DEC17EF8AC320728C616FB635338CFE965E18BE3',
|
|
30557
|
+
name: 'QIE',
|
|
30558
|
+
display: 'qie',
|
|
30559
|
+
symbol: 'QIE',
|
|
30560
|
+
coingecko_id: 'qie',
|
|
30561
|
+
logo_URIs: {
|
|
30562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
|
|
30563
|
+
},
|
|
30564
|
+
images: [{
|
|
30565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
|
|
30566
|
+
}],
|
|
30567
|
+
socials: {
|
|
30568
|
+
website: 'https://qie.digital'
|
|
30569
|
+
},
|
|
30570
|
+
traces: [{
|
|
30571
|
+
type: 'ibc',
|
|
30572
|
+
counterparty: {
|
|
30573
|
+
channel_id: 'channel-0',
|
|
30574
|
+
base_denom: 'aqie',
|
|
30575
|
+
chain_name: 'qie'
|
|
30576
|
+
},
|
|
30577
|
+
chain: {
|
|
30578
|
+
channel_id: 'channel-109956'
|
|
30579
|
+
}
|
|
30580
|
+
}]
|
|
30581
|
+
},
|
|
30508
30582
|
{
|
|
30509
30583
|
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
30510
30584
|
denom_units: [{
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'qie',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Osmosis',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uosmo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'osmo',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
16
|
+
name: 'Osmosis',
|
|
17
|
+
display: 'osmo',
|
|
18
|
+
symbol: 'OSMO',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
26
|
+
}],
|
|
27
|
+
coingecko_id: 'osmosis',
|
|
28
|
+
keywords: ['dex', 'staking'],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://osmosis.zone',
|
|
31
|
+
x: 'https://x.com/osmosis'
|
|
32
|
+
},
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'ibc',
|
|
35
|
+
counterparty: {
|
|
36
|
+
channel_id: 'channel-109956',
|
|
37
|
+
base_denom: 'uosmo',
|
|
38
|
+
chain_name: 'osmosis'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-0'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
description: 'ION is the second native token of Osmosis.',
|
|
47
|
+
denom_units: [{
|
|
48
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
49
|
+
exponent: 0,
|
|
50
|
+
aliases: ['uion']
|
|
51
|
+
}, {
|
|
52
|
+
denom: 'ion',
|
|
53
|
+
exponent: 6
|
|
54
|
+
}],
|
|
55
|
+
type_asset: 'sdk.coin',
|
|
56
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
57
|
+
name: 'Ion DAO',
|
|
58
|
+
display: 'ion',
|
|
59
|
+
symbol: 'ION',
|
|
60
|
+
logo_URIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
63
|
+
},
|
|
64
|
+
images: [{
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
67
|
+
}],
|
|
68
|
+
coingecko_id: 'ion',
|
|
69
|
+
keywords: ['memecoin', 'defi'],
|
|
70
|
+
socials: {
|
|
71
|
+
website: 'https://ion.wtf',
|
|
72
|
+
x: 'https://x.com/_IONDAO'
|
|
73
|
+
},
|
|
74
|
+
traces: [{
|
|
75
|
+
type: 'ibc',
|
|
76
|
+
counterparty: {
|
|
77
|
+
channel_id: 'channel-109956',
|
|
78
|
+
base_denom: 'uion',
|
|
79
|
+
chain_name: 'osmosis'
|
|
80
|
+
},
|
|
81
|
+
chain: {
|
|
82
|
+
channel_id: 'channel-0'
|
|
83
|
+
}
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
description: 'The native token of Osmosis',
|
|
88
|
+
denom_units: [{
|
|
89
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
90
|
+
exponent: 0,
|
|
91
|
+
aliases: ['uosmo']
|
|
92
|
+
}, {
|
|
93
|
+
denom: 'osmo',
|
|
94
|
+
exponent: 6
|
|
95
|
+
}],
|
|
96
|
+
type_asset: 'sdk.coin',
|
|
97
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
98
|
+
name: 'Osmosis',
|
|
99
|
+
display: 'osmo',
|
|
100
|
+
symbol: 'OSMO',
|
|
101
|
+
logo_URIs: {
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
104
|
+
},
|
|
105
|
+
images: [{
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
108
|
+
}],
|
|
109
|
+
coingecko_id: 'osmosis',
|
|
110
|
+
keywords: ['dex', 'staking'],
|
|
111
|
+
socials: {
|
|
112
|
+
website: 'https://osmosis.zone',
|
|
113
|
+
x: 'https://x.com/osmosis'
|
|
114
|
+
},
|
|
115
|
+
traces: [{
|
|
116
|
+
type: 'ibc',
|
|
117
|
+
counterparty: {
|
|
118
|
+
channel_id: 'channel-109956',
|
|
119
|
+
base_denom: 'uosmo',
|
|
120
|
+
chain_name: 'osmosis'
|
|
121
|
+
},
|
|
122
|
+
chain: {
|
|
123
|
+
channel_id: 'channel-0'
|
|
124
|
+
}
|
|
125
|
+
}]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
description: 'ION is the second native token of Osmosis.',
|
|
129
|
+
denom_units: [{
|
|
130
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
131
|
+
exponent: 0,
|
|
132
|
+
aliases: ['uion']
|
|
133
|
+
}, {
|
|
134
|
+
denom: 'ion',
|
|
135
|
+
exponent: 6
|
|
136
|
+
}],
|
|
137
|
+
type_asset: 'sdk.coin',
|
|
138
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
139
|
+
name: 'Ion DAO',
|
|
140
|
+
display: 'ion',
|
|
141
|
+
symbol: 'ION',
|
|
142
|
+
logo_URIs: {
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
145
|
+
},
|
|
146
|
+
images: [{
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
149
|
+
}],
|
|
150
|
+
coingecko_id: 'ion',
|
|
151
|
+
keywords: ['memecoin', 'defi'],
|
|
152
|
+
socials: {
|
|
153
|
+
website: 'https://ion.wtf',
|
|
154
|
+
x: 'https://x.com/_IONDAO'
|
|
155
|
+
},
|
|
156
|
+
traces: [{
|
|
157
|
+
type: 'ibc',
|
|
158
|
+
counterparty: {
|
|
159
|
+
channel_id: 'channel-109956',
|
|
160
|
+
base_denom: 'uion',
|
|
161
|
+
chain_name: 'osmosis'
|
|
162
|
+
},
|
|
163
|
+
chain: {
|
|
164
|
+
channel_id: 'channel-0'
|
|
165
|
+
}
|
|
166
|
+
}]
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
};
|
|
170
|
+
export default assets;
|
package/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export * from './testnet';
|
|
|
3
3
|
export * from './devnet';
|
|
4
4
|
import asset_lists from './asset_lists';
|
|
5
5
|
declare const _default: {
|
|
6
|
-
asset_lists: AssetList[];
|
|
6
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
9
|
export { asset_lists };
|
package/mainnet/assets.js
CHANGED
|
@@ -136,6 +136,7 @@ const pryzm_1 = __importDefault(require("./pryzm"));
|
|
|
136
136
|
const pundix_1 = __importDefault(require("./pundix"));
|
|
137
137
|
const pylons_1 = __importDefault(require("./pylons"));
|
|
138
138
|
const qfs_1 = __importDefault(require("./qfs"));
|
|
139
|
+
const qie_1 = __importDefault(require("./qie"));
|
|
139
140
|
const quasar_1 = __importDefault(require("./quasar"));
|
|
140
141
|
const quicksilver_1 = __importDefault(require("./quicksilver"));
|
|
141
142
|
const qwoyn_1 = __importDefault(require("./qwoyn"));
|
|
@@ -181,5 +182,5 @@ const xpla_1 = __importDefault(require("./xpla"));
|
|
|
181
182
|
const xrplevm_1 = __importDefault(require("./xrplevm"));
|
|
182
183
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
183
184
|
const zigchain_1 = __importDefault(require("./zigchain"));
|
|
184
|
-
const assets = [ethereum_1.default, namada_1.default, penumbra_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bitway_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, divine_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, epix_1.default, evmos_1.default, fandomchain_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gnodi_1.default, gravitybridge_1.default, haqq_1.default, hippoprotocol_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, intento_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumen_1.default, lumera_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, mirage_1.default, mtgbp_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, optio_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, paxi_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, qfs_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, sunrise_1.default, symphony_1.default, synternet_1.default, taketitan_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, xrplevm_1.default, zenrock_1.default, zigchain_1.default];
|
|
185
|
+
const assets = [ethereum_1.default, namada_1.default, penumbra_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bitway_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, divine_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, epix_1.default, evmos_1.default, fandomchain_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gnodi_1.default, gravitybridge_1.default, haqq_1.default, hippoprotocol_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, intento_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumen_1.default, lumera_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, mirage_1.default, mtgbp_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, optio_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, paxi_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, qfs_1.default, qie_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, sunrise_1.default, symphony_1.default, synternet_1.default, taketitan_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, xrplevm_1.default, zenrock_1.default, zigchain_1.default];
|
|
185
186
|
exports.default = assets;
|
package/mainnet/atomone.js
CHANGED
|
@@ -102,7 +102,7 @@ const assets = {
|
|
|
102
102
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
103
103
|
},
|
|
104
104
|
socials: {
|
|
105
|
-
website: 'https://
|
|
105
|
+
website: 'https://dungeongames.io',
|
|
106
106
|
x: 'https://x.com/cryptodungeonma'
|
|
107
107
|
},
|
|
108
108
|
images: [{
|
|
@@ -345,7 +345,7 @@ const assets = {
|
|
|
345
345
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
346
346
|
},
|
|
347
347
|
socials: {
|
|
348
|
-
website: 'https://
|
|
348
|
+
website: 'https://dungeongames.io',
|
|
349
349
|
x: 'https://x.com/cryptodungeonma'
|
|
350
350
|
},
|
|
351
351
|
images: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -2809,7 +2809,7 @@ const assets = {
|
|
|
2809
2809
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
2810
2810
|
},
|
|
2811
2811
|
socials: {
|
|
2812
|
-
website: 'https://
|
|
2812
|
+
website: 'https://dungeongames.io',
|
|
2813
2813
|
x: 'https://x.com/cryptodungeonma'
|
|
2814
2814
|
},
|
|
2815
2815
|
images: [{
|
|
@@ -13425,7 +13425,7 @@ const assets = {
|
|
|
13425
13425
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
13426
13426
|
},
|
|
13427
13427
|
socials: {
|
|
13428
|
-
website: 'https://
|
|
13428
|
+
website: 'https://dungeongames.io',
|
|
13429
13429
|
x: 'https://x.com/cryptodungeonma'
|
|
13430
13430
|
},
|
|
13431
13431
|
images: [{
|
package/mainnet/index.d.ts
CHANGED
|
@@ -131,6 +131,7 @@ export * as pryzm from './pryzm';
|
|
|
131
131
|
export * as pundix from './pundix';
|
|
132
132
|
export * as pylons from './pylons';
|
|
133
133
|
export * as qfs from './qfs';
|
|
134
|
+
export * as qie from './qie';
|
|
134
135
|
export * as quasar from './quasar';
|
|
135
136
|
export * as quicksilver from './quicksilver';
|
|
136
137
|
export * as qwoyn from './qwoyn';
|
package/mainnet/index.js
CHANGED
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.divine = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitway = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.penumbra = exports.namada = exports.ethereum = void 0;
|
|
27
27
|
exports.medasdigital = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumera = exports.lumen = exports.lorenzo = exports.lombardledger = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.intento = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.humans = exports.hippoprotocol = exports.haqq = exports.gravitybridge = exports.gnodi = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.fandomchain = exports.evmos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = void 0;
|
|
28
|
-
exports.
|
|
29
|
-
exports.zigchain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = void 0;
|
|
28
|
+
exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qie = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.optio = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.mtgbp = exports.mirage = exports.milkyway = exports.migaloo = exports.meme = void 0;
|
|
29
|
+
exports.zigchain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.namada = __importStar(require("./namada"));
|
|
32
32
|
exports.penumbra = __importStar(require("./penumbra"));
|
|
@@ -160,6 +160,7 @@ exports.pryzm = __importStar(require("./pryzm"));
|
|
|
160
160
|
exports.pundix = __importStar(require("./pundix"));
|
|
161
161
|
exports.pylons = __importStar(require("./pylons"));
|
|
162
162
|
exports.qfs = __importStar(require("./qfs"));
|
|
163
|
+
exports.qie = __importStar(require("./qie"));
|
|
163
164
|
exports.quasar = __importStar(require("./quasar"));
|
|
164
165
|
exports.quicksilver = __importStar(require("./quicksilver"));
|
|
165
166
|
exports.qwoyn = __importStar(require("./qwoyn"));
|
package/mainnet/neutron.js
CHANGED
|
@@ -490,7 +490,7 @@ const assets = {
|
|
|
490
490
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
491
491
|
},
|
|
492
492
|
socials: {
|
|
493
|
-
website: 'https://
|
|
493
|
+
website: 'https://dungeongames.io',
|
|
494
494
|
x: 'https://x.com/cryptodungeonma'
|
|
495
495
|
},
|
|
496
496
|
images: [{
|
|
@@ -1795,7 +1795,7 @@ const assets = {
|
|
|
1795
1795
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1796
1796
|
},
|
|
1797
1797
|
socials: {
|
|
1798
|
-
website: 'https://
|
|
1798
|
+
website: 'https://dungeongames.io',
|
|
1799
1799
|
x: 'https://x.com/cryptodungeonma'
|
|
1800
1800
|
},
|
|
1801
1801
|
images: [{
|
package/mainnet/noble.js
CHANGED
|
@@ -770,7 +770,7 @@ const assets = {
|
|
|
770
770
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
771
771
|
},
|
|
772
772
|
socials: {
|
|
773
|
-
website: 'https://
|
|
773
|
+
website: 'https://dungeongames.io',
|
|
774
774
|
x: 'https://x.com/cryptodungeonma'
|
|
775
775
|
},
|
|
776
776
|
images: [{
|
|
@@ -3261,7 +3261,7 @@ const assets = {
|
|
|
3261
3261
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
3262
3262
|
},
|
|
3263
3263
|
socials: {
|
|
3264
|
-
website: 'https://
|
|
3264
|
+
website: 'https://dungeongames.io',
|
|
3265
3265
|
x: 'https://x.com/cryptodungeonma'
|
|
3266
3266
|
},
|
|
3267
3267
|
images: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -2411,7 +2411,7 @@ const assets = {
|
|
|
2411
2411
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
2412
2412
|
},
|
|
2413
2413
|
socials: {
|
|
2414
|
-
website: 'https://
|
|
2414
|
+
website: 'https://dungeongames.io',
|
|
2415
2415
|
x: 'https://x.com/cryptodungeonma'
|
|
2416
2416
|
},
|
|
2417
2417
|
images: [{
|
|
@@ -8951,7 +8951,7 @@ const assets = {
|
|
|
8951
8951
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
8952
8952
|
},
|
|
8953
8953
|
socials: {
|
|
8954
|
-
website: 'https://
|
|
8954
|
+
website: 'https://dungeongames.io',
|
|
8955
8955
|
x: 'https://x.com/cryptodungeonma'
|
|
8956
8956
|
},
|
|
8957
8957
|
images: [{
|
|
@@ -20436,6 +20436,43 @@ const assets = {
|
|
|
20436
20436
|
}
|
|
20437
20437
|
}]
|
|
20438
20438
|
},
|
|
20439
|
+
{
|
|
20440
|
+
description: 'QIE is the native gas and staking token of the QIE Blockchain, a high-performance Layer-1 EVM-compatible Cosmos SDK chain',
|
|
20441
|
+
denom_units: [{
|
|
20442
|
+
denom: 'ibc/29651CA364AA857248A912B1DEC17EF8AC320728C616FB635338CFE965E18BE3',
|
|
20443
|
+
exponent: 0,
|
|
20444
|
+
aliases: ['aqie']
|
|
20445
|
+
}, {
|
|
20446
|
+
denom: 'qie',
|
|
20447
|
+
exponent: 18
|
|
20448
|
+
}],
|
|
20449
|
+
type_asset: 'evm-base',
|
|
20450
|
+
base: 'ibc/29651CA364AA857248A912B1DEC17EF8AC320728C616FB635338CFE965E18BE3',
|
|
20451
|
+
name: 'QIE',
|
|
20452
|
+
display: 'qie',
|
|
20453
|
+
symbol: 'QIE',
|
|
20454
|
+
coingecko_id: 'qie',
|
|
20455
|
+
logo_URIs: {
|
|
20456
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
|
|
20457
|
+
},
|
|
20458
|
+
images: [{
|
|
20459
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
|
|
20460
|
+
}],
|
|
20461
|
+
socials: {
|
|
20462
|
+
website: 'https://qie.digital'
|
|
20463
|
+
},
|
|
20464
|
+
traces: [{
|
|
20465
|
+
type: 'ibc',
|
|
20466
|
+
counterparty: {
|
|
20467
|
+
channel_id: 'channel-0',
|
|
20468
|
+
base_denom: 'aqie',
|
|
20469
|
+
chain_name: 'qie'
|
|
20470
|
+
},
|
|
20471
|
+
chain: {
|
|
20472
|
+
channel_id: 'channel-109956'
|
|
20473
|
+
}
|
|
20474
|
+
}]
|
|
20475
|
+
},
|
|
20439
20476
|
{
|
|
20440
20477
|
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
20441
20478
|
denom_units: [{
|
|
@@ -30507,6 +30544,43 @@ const assets = {
|
|
|
30507
30544
|
}
|
|
30508
30545
|
}]
|
|
30509
30546
|
},
|
|
30547
|
+
{
|
|
30548
|
+
description: 'QIE is the native gas and staking token of the QIE Blockchain, a high-performance Layer-1 EVM-compatible Cosmos SDK chain',
|
|
30549
|
+
denom_units: [{
|
|
30550
|
+
denom: 'ibc/29651CA364AA857248A912B1DEC17EF8AC320728C616FB635338CFE965E18BE3',
|
|
30551
|
+
exponent: 0,
|
|
30552
|
+
aliases: ['aqie']
|
|
30553
|
+
}, {
|
|
30554
|
+
denom: 'qie',
|
|
30555
|
+
exponent: 18
|
|
30556
|
+
}],
|
|
30557
|
+
type_asset: 'evm-base',
|
|
30558
|
+
base: 'ibc/29651CA364AA857248A912B1DEC17EF8AC320728C616FB635338CFE965E18BE3',
|
|
30559
|
+
name: 'QIE',
|
|
30560
|
+
display: 'qie',
|
|
30561
|
+
symbol: 'QIE',
|
|
30562
|
+
coingecko_id: 'qie',
|
|
30563
|
+
logo_URIs: {
|
|
30564
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
|
|
30565
|
+
},
|
|
30566
|
+
images: [{
|
|
30567
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qie/images/qie.png'
|
|
30568
|
+
}],
|
|
30569
|
+
socials: {
|
|
30570
|
+
website: 'https://qie.digital'
|
|
30571
|
+
},
|
|
30572
|
+
traces: [{
|
|
30573
|
+
type: 'ibc',
|
|
30574
|
+
counterparty: {
|
|
30575
|
+
channel_id: 'channel-0',
|
|
30576
|
+
base_denom: 'aqie',
|
|
30577
|
+
chain_name: 'qie'
|
|
30578
|
+
},
|
|
30579
|
+
chain: {
|
|
30580
|
+
channel_id: 'channel-109956'
|
|
30581
|
+
}
|
|
30582
|
+
}]
|
|
30583
|
+
},
|
|
30510
30584
|
{
|
|
30511
30585
|
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
30512
30586
|
denom_units: [{
|
package/mainnet/qie.d.ts
ADDED
package/mainnet/qie.js
ADDED
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'qie',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
18
|
+
name: 'Osmosis',
|
|
19
|
+
display: 'osmo',
|
|
20
|
+
symbol: 'OSMO',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
28
|
+
}],
|
|
29
|
+
coingecko_id: 'osmosis',
|
|
30
|
+
keywords: ['dex', 'staking'],
|
|
31
|
+
socials: {
|
|
32
|
+
website: 'https://osmosis.zone',
|
|
33
|
+
x: 'https://x.com/osmosis'
|
|
34
|
+
},
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-109956',
|
|
39
|
+
base_denom: 'uosmo',
|
|
40
|
+
chain_name: 'osmosis'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-0'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
description: 'ION is the second native token of Osmosis.',
|
|
49
|
+
denom_units: [{
|
|
50
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['uion']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'ion',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
type_asset: 'sdk.coin',
|
|
58
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
59
|
+
name: 'Ion DAO',
|
|
60
|
+
display: 'ion',
|
|
61
|
+
symbol: 'ION',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
|
+
},
|
|
66
|
+
images: [{
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
69
|
+
}],
|
|
70
|
+
coingecko_id: 'ion',
|
|
71
|
+
keywords: ['memecoin', 'defi'],
|
|
72
|
+
socials: {
|
|
73
|
+
website: 'https://ion.wtf',
|
|
74
|
+
x: 'https://x.com/_IONDAO'
|
|
75
|
+
},
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
channel_id: 'channel-109956',
|
|
80
|
+
base_denom: 'uion',
|
|
81
|
+
chain_name: 'osmosis'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-0'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
description: 'The native token of Osmosis',
|
|
90
|
+
denom_units: [{
|
|
91
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
92
|
+
exponent: 0,
|
|
93
|
+
aliases: ['uosmo']
|
|
94
|
+
}, {
|
|
95
|
+
denom: 'osmo',
|
|
96
|
+
exponent: 6
|
|
97
|
+
}],
|
|
98
|
+
type_asset: 'sdk.coin',
|
|
99
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
100
|
+
name: 'Osmosis',
|
|
101
|
+
display: 'osmo',
|
|
102
|
+
symbol: 'OSMO',
|
|
103
|
+
logo_URIs: {
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
106
|
+
},
|
|
107
|
+
images: [{
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
110
|
+
}],
|
|
111
|
+
coingecko_id: 'osmosis',
|
|
112
|
+
keywords: ['dex', 'staking'],
|
|
113
|
+
socials: {
|
|
114
|
+
website: 'https://osmosis.zone',
|
|
115
|
+
x: 'https://x.com/osmosis'
|
|
116
|
+
},
|
|
117
|
+
traces: [{
|
|
118
|
+
type: 'ibc',
|
|
119
|
+
counterparty: {
|
|
120
|
+
channel_id: 'channel-109956',
|
|
121
|
+
base_denom: 'uosmo',
|
|
122
|
+
chain_name: 'osmosis'
|
|
123
|
+
},
|
|
124
|
+
chain: {
|
|
125
|
+
channel_id: 'channel-0'
|
|
126
|
+
}
|
|
127
|
+
}]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
description: 'ION is the second native token of Osmosis.',
|
|
131
|
+
denom_units: [{
|
|
132
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
133
|
+
exponent: 0,
|
|
134
|
+
aliases: ['uion']
|
|
135
|
+
}, {
|
|
136
|
+
denom: 'ion',
|
|
137
|
+
exponent: 6
|
|
138
|
+
}],
|
|
139
|
+
type_asset: 'sdk.coin',
|
|
140
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
141
|
+
name: 'Ion DAO',
|
|
142
|
+
display: 'ion',
|
|
143
|
+
symbol: 'ION',
|
|
144
|
+
logo_URIs: {
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
147
|
+
},
|
|
148
|
+
images: [{
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
151
|
+
}],
|
|
152
|
+
coingecko_id: 'ion',
|
|
153
|
+
keywords: ['memecoin', 'defi'],
|
|
154
|
+
socials: {
|
|
155
|
+
website: 'https://ion.wtf',
|
|
156
|
+
x: 'https://x.com/_IONDAO'
|
|
157
|
+
},
|
|
158
|
+
traces: [{
|
|
159
|
+
type: 'ibc',
|
|
160
|
+
counterparty: {
|
|
161
|
+
channel_id: 'channel-109956',
|
|
162
|
+
base_denom: 'uion',
|
|
163
|
+
chain_name: 'osmosis'
|
|
164
|
+
},
|
|
165
|
+
chain: {
|
|
166
|
+
channel_id: 'channel-0'
|
|
167
|
+
}
|
|
168
|
+
}]
|
|
169
|
+
}
|
|
170
|
+
]
|
|
171
|
+
};
|
|
172
|
+
exports.default = assets;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.577",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.355",
|
|
33
|
+
"chain-registry": "^1.69.577"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.355"
|
|
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": "06322e8ce25806e73b67c1bd4c75f0df8fb59e98"
|
|
47
47
|
}
|