@chain-registry/assets 1.70.294 → 1.70.295
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 +3 -1
- package/esm/mainnet/bitbadges.js +86 -0
- package/esm/mainnet/cosmoshub.js +78 -0
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/mtgbp.js +182 -0
- package/esm/mainnet/osmosis.js +164 -0
- package/esm/mainnet/qfs.js +182 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/bitbadges.js +86 -0
- package/mainnet/cosmoshub.js +78 -0
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +5 -3
- package/mainnet/mtgbp.d.ts +3 -0
- package/mainnet/mtgbp.js +184 -0
- package/mainnet/osmosis.js +164 -0
- package/mainnet/qfs.d.ts +3 -0
- package/mainnet/qfs.js +184 -0
- package/package.json +5 -5
package/esm/mainnet/assets.js
CHANGED
|
@@ -92,6 +92,7 @@ import _medasdigital from './medasdigital';
|
|
|
92
92
|
import _meme from './meme';
|
|
93
93
|
import _migaloo from './migaloo';
|
|
94
94
|
import _milkyway from './milkyway';
|
|
95
|
+
import _mtgbp from './mtgbp';
|
|
95
96
|
import _neutaro from './neutaro';
|
|
96
97
|
import _neutron from './neutron';
|
|
97
98
|
import _nibiru from './nibiru';
|
|
@@ -117,6 +118,7 @@ import _provenance from './provenance';
|
|
|
117
118
|
import _pryzm from './pryzm';
|
|
118
119
|
import _pundix from './pundix';
|
|
119
120
|
import _pylons from './pylons';
|
|
121
|
+
import _qfs from './qfs';
|
|
120
122
|
import _quasar from './quasar';
|
|
121
123
|
import _quicksilver from './quicksilver';
|
|
122
124
|
import _qwoyn from './qwoyn';
|
|
@@ -160,5 +162,5 @@ import _xion from './xion';
|
|
|
160
162
|
import _xpla from './xpla';
|
|
161
163
|
import _xrplevm from './xrplevm';
|
|
162
164
|
import _zenrock from './zenrock';
|
|
163
|
-
const assets = [_ethereum, _namada, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _andromeda, _archway, _arkeo, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitbadges, _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, _elys, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _hippoprotocol, _humans, _impacthub, _imversed, _initia, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lombardledger, _lorenzo, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _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, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _symphony, _synternet, _taketitan, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _xrplevm, _zenrock];
|
|
165
|
+
const assets = [_ethereum, _namada, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _andromeda, _archway, _arkeo, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitbadges, _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, _elys, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _hippoprotocol, _humans, _impacthub, _imversed, _initia, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lombardledger, _lorenzo, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _mtgbp, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _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, _symphony, _synternet, _taketitan, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _xrplevm, _zenrock];
|
|
164
166
|
export default assets;
|
package/esm/mainnet/bitbadges.js
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'bitbadges',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uatom']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'atom',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
15
|
+
name: 'Cosmos Hub Atom',
|
|
16
|
+
display: 'atom',
|
|
17
|
+
symbol: 'ATOM',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'cosmos',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
26
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#272d45'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
socials: {
|
|
31
|
+
website: 'https://cosmos.network',
|
|
32
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
33
|
+
},
|
|
34
|
+
type_asset: 'sdk.coin',
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-1420',
|
|
39
|
+
base_denom: 'uatom',
|
|
40
|
+
chain_name: 'cosmoshub'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-3'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
4
47
|
{
|
|
5
48
|
description: 'The permissioned staking asset for Noble Chain',
|
|
6
49
|
denom_units: [{
|
|
@@ -247,6 +290,49 @@ const assets = {
|
|
|
247
290
|
}
|
|
248
291
|
}]
|
|
249
292
|
},
|
|
293
|
+
{
|
|
294
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
295
|
+
denom_units: [{
|
|
296
|
+
denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
297
|
+
exponent: 0,
|
|
298
|
+
aliases: ['uatom']
|
|
299
|
+
}, {
|
|
300
|
+
denom: 'atom',
|
|
301
|
+
exponent: 6
|
|
302
|
+
}],
|
|
303
|
+
base: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
304
|
+
name: 'Cosmos Hub Atom',
|
|
305
|
+
display: 'atom',
|
|
306
|
+
symbol: 'ATOM',
|
|
307
|
+
logo_URIs: {
|
|
308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
309
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
310
|
+
},
|
|
311
|
+
coingecko_id: 'cosmos',
|
|
312
|
+
images: [{
|
|
313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
314
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
315
|
+
theme: {
|
|
316
|
+
primary_color_hex: '#272d45'
|
|
317
|
+
}
|
|
318
|
+
}],
|
|
319
|
+
socials: {
|
|
320
|
+
website: 'https://cosmos.network',
|
|
321
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
322
|
+
},
|
|
323
|
+
type_asset: 'sdk.coin',
|
|
324
|
+
traces: [{
|
|
325
|
+
type: 'ibc',
|
|
326
|
+
counterparty: {
|
|
327
|
+
channel_id: 'channel-1420',
|
|
328
|
+
base_denom: 'uatom',
|
|
329
|
+
chain_name: 'cosmoshub'
|
|
330
|
+
},
|
|
331
|
+
chain: {
|
|
332
|
+
channel_id: 'channel-3'
|
|
333
|
+
}
|
|
334
|
+
}]
|
|
335
|
+
},
|
|
250
336
|
{
|
|
251
337
|
description: 'The permissioned staking asset for Noble Chain',
|
|
252
338
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -573,6 +573,45 @@ const assets = {
|
|
|
573
573
|
}
|
|
574
574
|
}]
|
|
575
575
|
},
|
|
576
|
+
{
|
|
577
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
578
|
+
denom_units: [{
|
|
579
|
+
denom: 'ibc/E66E06D91E12D76D96DEA839941FD30F785D84CDD9B564A16BA1AC32C089A0FA',
|
|
580
|
+
exponent: 0,
|
|
581
|
+
aliases: ['ubadge']
|
|
582
|
+
}, {
|
|
583
|
+
denom: 'badge',
|
|
584
|
+
exponent: 9
|
|
585
|
+
}],
|
|
586
|
+
base: 'ibc/E66E06D91E12D76D96DEA839941FD30F785D84CDD9B564A16BA1AC32C089A0FA',
|
|
587
|
+
name: 'BitBadges',
|
|
588
|
+
display: 'badge',
|
|
589
|
+
symbol: 'BADGE',
|
|
590
|
+
logo_URIs: {
|
|
591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
593
|
+
},
|
|
594
|
+
images: [{
|
|
595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
597
|
+
}],
|
|
598
|
+
socials: {
|
|
599
|
+
website: 'https://bitbadges.io/',
|
|
600
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
601
|
+
},
|
|
602
|
+
type_asset: 'sdk.coin',
|
|
603
|
+
traces: [{
|
|
604
|
+
type: 'ibc',
|
|
605
|
+
counterparty: {
|
|
606
|
+
channel_id: 'channel-3',
|
|
607
|
+
base_denom: 'ubadge',
|
|
608
|
+
chain_name: 'bitbadges'
|
|
609
|
+
},
|
|
610
|
+
chain: {
|
|
611
|
+
channel_id: 'channel-1420'
|
|
612
|
+
}
|
|
613
|
+
}]
|
|
614
|
+
},
|
|
576
615
|
{
|
|
577
616
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
578
617
|
denom_units: [{
|
|
@@ -1772,6 +1811,45 @@ const assets = {
|
|
|
1772
1811
|
}
|
|
1773
1812
|
}]
|
|
1774
1813
|
},
|
|
1814
|
+
{
|
|
1815
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
1816
|
+
denom_units: [{
|
|
1817
|
+
denom: 'ibc/E66E06D91E12D76D96DEA839941FD30F785D84CDD9B564A16BA1AC32C089A0FA',
|
|
1818
|
+
exponent: 0,
|
|
1819
|
+
aliases: ['ubadge']
|
|
1820
|
+
}, {
|
|
1821
|
+
denom: 'badge',
|
|
1822
|
+
exponent: 9
|
|
1823
|
+
}],
|
|
1824
|
+
base: 'ibc/E66E06D91E12D76D96DEA839941FD30F785D84CDD9B564A16BA1AC32C089A0FA',
|
|
1825
|
+
name: 'BitBadges',
|
|
1826
|
+
display: 'badge',
|
|
1827
|
+
symbol: 'BADGE',
|
|
1828
|
+
logo_URIs: {
|
|
1829
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
1830
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
1831
|
+
},
|
|
1832
|
+
images: [{
|
|
1833
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png',
|
|
1834
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.svg'
|
|
1835
|
+
}],
|
|
1836
|
+
socials: {
|
|
1837
|
+
website: 'https://bitbadges.io/',
|
|
1838
|
+
twitter: 'https://twitter.com/bitbadges_io'
|
|
1839
|
+
},
|
|
1840
|
+
type_asset: 'sdk.coin',
|
|
1841
|
+
traces: [{
|
|
1842
|
+
type: 'ibc',
|
|
1843
|
+
counterparty: {
|
|
1844
|
+
channel_id: 'channel-3',
|
|
1845
|
+
base_denom: 'ubadge',
|
|
1846
|
+
chain_name: 'bitbadges'
|
|
1847
|
+
},
|
|
1848
|
+
chain: {
|
|
1849
|
+
channel_id: 'channel-1420'
|
|
1850
|
+
}
|
|
1851
|
+
}]
|
|
1852
|
+
},
|
|
1775
1853
|
{
|
|
1776
1854
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
1777
1855
|
denom_units: [{
|
package/esm/mainnet/index.js
CHANGED
|
@@ -92,6 +92,7 @@ export * as medasdigital from './medasdigital';
|
|
|
92
92
|
export * as meme from './meme';
|
|
93
93
|
export * as migaloo from './migaloo';
|
|
94
94
|
export * as milkyway from './milkyway';
|
|
95
|
+
export * as mtgbp from './mtgbp';
|
|
95
96
|
export * as neutaro from './neutaro';
|
|
96
97
|
export * as neutron from './neutron';
|
|
97
98
|
export * as nibiru from './nibiru';
|
|
@@ -117,6 +118,7 @@ export * as provenance from './provenance';
|
|
|
117
118
|
export * as pryzm from './pryzm';
|
|
118
119
|
export * as pundix from './pundix';
|
|
119
120
|
export * as pylons from './pylons';
|
|
121
|
+
export * as qfs from './qfs';
|
|
120
122
|
export * as quasar from './quasar';
|
|
121
123
|
export * as quicksilver from './quicksilver';
|
|
122
124
|
export * as qwoyn from './qwoyn';
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'mtgbp',
|
|
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
|
+
theme: {
|
|
27
|
+
primary_color_hex: '#760dbb'
|
|
28
|
+
}
|
|
29
|
+
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://osmosis.zone',
|
|
34
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
35
|
+
},
|
|
36
|
+
traces: [{
|
|
37
|
+
type: 'ibc',
|
|
38
|
+
counterparty: {
|
|
39
|
+
channel_id: 'channel-105394',
|
|
40
|
+
base_denom: 'uosmo',
|
|
41
|
+
chain_name: 'osmosis'
|
|
42
|
+
},
|
|
43
|
+
chain: {
|
|
44
|
+
channel_id: 'channel-0'
|
|
45
|
+
}
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
description: 'ION is the second native token of Osmosis.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uion']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'ion',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
type_asset: 'sdk.coin',
|
|
59
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
60
|
+
name: 'Ion DAO',
|
|
61
|
+
display: 'ion',
|
|
62
|
+
symbol: 'ION',
|
|
63
|
+
logo_URIs: {
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
66
|
+
},
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#4453c7'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
coingecko_id: 'ion',
|
|
75
|
+
keywords: ['memecoin', 'defi'],
|
|
76
|
+
socials: {
|
|
77
|
+
website: 'https://ion.wtf',
|
|
78
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
79
|
+
},
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-105394',
|
|
84
|
+
base_denom: 'uion',
|
|
85
|
+
chain_name: 'osmosis'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-0'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'The native token of Osmosis',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uosmo']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'osmo',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
type_asset: 'sdk.coin',
|
|
103
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
104
|
+
name: 'Osmosis',
|
|
105
|
+
display: 'osmo',
|
|
106
|
+
symbol: 'OSMO',
|
|
107
|
+
logo_URIs: {
|
|
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
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#760dbb'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
coingecko_id: 'osmosis',
|
|
119
|
+
keywords: ['dex', 'staking'],
|
|
120
|
+
socials: {
|
|
121
|
+
website: 'https://osmosis.zone',
|
|
122
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
123
|
+
},
|
|
124
|
+
traces: [{
|
|
125
|
+
type: 'ibc',
|
|
126
|
+
counterparty: {
|
|
127
|
+
channel_id: 'channel-105394',
|
|
128
|
+
base_denom: 'uosmo',
|
|
129
|
+
chain_name: 'osmosis'
|
|
130
|
+
},
|
|
131
|
+
chain: {
|
|
132
|
+
channel_id: 'channel-0'
|
|
133
|
+
}
|
|
134
|
+
}]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
description: 'ION is the second native token of Osmosis.',
|
|
138
|
+
denom_units: [{
|
|
139
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
140
|
+
exponent: 0,
|
|
141
|
+
aliases: ['uion']
|
|
142
|
+
}, {
|
|
143
|
+
denom: 'ion',
|
|
144
|
+
exponent: 6
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
148
|
+
name: 'Ion DAO',
|
|
149
|
+
display: 'ion',
|
|
150
|
+
symbol: 'ION',
|
|
151
|
+
logo_URIs: {
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
154
|
+
},
|
|
155
|
+
images: [{
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
158
|
+
theme: {
|
|
159
|
+
primary_color_hex: '#4453c7'
|
|
160
|
+
}
|
|
161
|
+
}],
|
|
162
|
+
coingecko_id: 'ion',
|
|
163
|
+
keywords: ['memecoin', 'defi'],
|
|
164
|
+
socials: {
|
|
165
|
+
website: 'https://ion.wtf',
|
|
166
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
167
|
+
},
|
|
168
|
+
traces: [{
|
|
169
|
+
type: 'ibc',
|
|
170
|
+
counterparty: {
|
|
171
|
+
channel_id: 'channel-105394',
|
|
172
|
+
base_denom: 'uion',
|
|
173
|
+
chain_name: 'osmosis'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-0'
|
|
177
|
+
}
|
|
178
|
+
}]
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
};
|
|
182
|
+
export default assets;
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -5498,6 +5498,47 @@ const assets = {
|
|
|
5498
5498
|
}
|
|
5499
5499
|
}]
|
|
5500
5500
|
},
|
|
5501
|
+
{
|
|
5502
|
+
description: 'MTGBP the stablecoin of the future.',
|
|
5503
|
+
denom_units: [{
|
|
5504
|
+
denom: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
5505
|
+
exponent: 0,
|
|
5506
|
+
aliases: ['umtgbp']
|
|
5507
|
+
}, {
|
|
5508
|
+
denom: 'mtgbp',
|
|
5509
|
+
exponent: 6
|
|
5510
|
+
}],
|
|
5511
|
+
base: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
5512
|
+
name: 'mtgbp',
|
|
5513
|
+
display: 'mtgbp',
|
|
5514
|
+
symbol: 'MTGBP',
|
|
5515
|
+
logo_URIs: {
|
|
5516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
5517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg'
|
|
5518
|
+
},
|
|
5519
|
+
images: [{
|
|
5520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
5521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg',
|
|
5522
|
+
theme: {
|
|
5523
|
+
primary_color_hex: '#e8692b'
|
|
5524
|
+
}
|
|
5525
|
+
}],
|
|
5526
|
+
socials: {
|
|
5527
|
+
website: 'https://mtgbp.com/'
|
|
5528
|
+
},
|
|
5529
|
+
type_asset: 'sdk.coin',
|
|
5530
|
+
traces: [{
|
|
5531
|
+
type: 'ibc',
|
|
5532
|
+
counterparty: {
|
|
5533
|
+
channel_id: 'channel-0',
|
|
5534
|
+
base_denom: 'umtgbp',
|
|
5535
|
+
chain_name: 'mtgbp'
|
|
5536
|
+
},
|
|
5537
|
+
chain: {
|
|
5538
|
+
channel_id: 'channel-105394'
|
|
5539
|
+
}
|
|
5540
|
+
}]
|
|
5541
|
+
},
|
|
5501
5542
|
{
|
|
5502
5543
|
description: 'The native token of Neutaro',
|
|
5503
5544
|
denom_units: [{
|
|
@@ -12070,6 +12111,47 @@ const assets = {
|
|
|
12070
12111
|
}
|
|
12071
12112
|
}]
|
|
12072
12113
|
},
|
|
12114
|
+
{
|
|
12115
|
+
description: 'MTGBP the stablecoin of the future.',
|
|
12116
|
+
denom_units: [{
|
|
12117
|
+
denom: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
12118
|
+
exponent: 0,
|
|
12119
|
+
aliases: ['umtgbp']
|
|
12120
|
+
}, {
|
|
12121
|
+
denom: 'mtgbp',
|
|
12122
|
+
exponent: 6
|
|
12123
|
+
}],
|
|
12124
|
+
base: 'ibc/698687E700D8B255FAB6B8145CE25B12591C99296965DB5C2C5DD5FE0AB685BF',
|
|
12125
|
+
name: 'mtgbp',
|
|
12126
|
+
display: 'mtgbp',
|
|
12127
|
+
symbol: 'MTGBP',
|
|
12128
|
+
logo_URIs: {
|
|
12129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
12130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg'
|
|
12131
|
+
},
|
|
12132
|
+
images: [{
|
|
12133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png',
|
|
12134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg',
|
|
12135
|
+
theme: {
|
|
12136
|
+
primary_color_hex: '#e8692b'
|
|
12137
|
+
}
|
|
12138
|
+
}],
|
|
12139
|
+
socials: {
|
|
12140
|
+
website: 'https://mtgbp.com/'
|
|
12141
|
+
},
|
|
12142
|
+
type_asset: 'sdk.coin',
|
|
12143
|
+
traces: [{
|
|
12144
|
+
type: 'ibc',
|
|
12145
|
+
counterparty: {
|
|
12146
|
+
channel_id: 'channel-0',
|
|
12147
|
+
base_denom: 'umtgbp',
|
|
12148
|
+
chain_name: 'mtgbp'
|
|
12149
|
+
},
|
|
12150
|
+
chain: {
|
|
12151
|
+
channel_id: 'channel-105394'
|
|
12152
|
+
}
|
|
12153
|
+
}]
|
|
12154
|
+
},
|
|
12073
12155
|
{
|
|
12074
12156
|
description: 'The native token of Namada.',
|
|
12075
12157
|
denom_units: [{
|
|
@@ -20416,6 +20498,47 @@ const assets = {
|
|
|
20416
20498
|
}
|
|
20417
20499
|
}]
|
|
20418
20500
|
},
|
|
20501
|
+
{
|
|
20502
|
+
description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the crypto ecosystem',
|
|
20503
|
+
denom_units: [{
|
|
20504
|
+
denom: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
20505
|
+
exponent: 0,
|
|
20506
|
+
aliases: ['uqfs']
|
|
20507
|
+
}, {
|
|
20508
|
+
denom: 'qfs',
|
|
20509
|
+
exponent: 6
|
|
20510
|
+
}],
|
|
20511
|
+
base: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
20512
|
+
name: 'qfs',
|
|
20513
|
+
display: 'qfs',
|
|
20514
|
+
symbol: 'QFS',
|
|
20515
|
+
logo_URIs: {
|
|
20516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
20517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg'
|
|
20518
|
+
},
|
|
20519
|
+
images: [{
|
|
20520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
20521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg',
|
|
20522
|
+
theme: {
|
|
20523
|
+
primary_color_hex: '#2979dc'
|
|
20524
|
+
}
|
|
20525
|
+
}],
|
|
20526
|
+
socials: {
|
|
20527
|
+
website: 'https://qfsone.com/'
|
|
20528
|
+
},
|
|
20529
|
+
type_asset: 'sdk.coin',
|
|
20530
|
+
traces: [{
|
|
20531
|
+
type: 'ibc',
|
|
20532
|
+
counterparty: {
|
|
20533
|
+
channel_id: 'channel-0',
|
|
20534
|
+
base_denom: 'uqfs',
|
|
20535
|
+
chain_name: 'qfs'
|
|
20536
|
+
},
|
|
20537
|
+
chain: {
|
|
20538
|
+
channel_id: 'channel-105393'
|
|
20539
|
+
}
|
|
20540
|
+
}]
|
|
20541
|
+
},
|
|
20419
20542
|
{
|
|
20420
20543
|
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
20421
20544
|
denom_units: [{
|
|
@@ -30505,6 +30628,47 @@ const assets = {
|
|
|
30505
30628
|
}
|
|
30506
30629
|
}]
|
|
30507
30630
|
},
|
|
30631
|
+
{
|
|
30632
|
+
description: 'QFS stands for Quantum Financial Systems, the aim is to bridge traditional finance with the crypto ecosystem',
|
|
30633
|
+
denom_units: [{
|
|
30634
|
+
denom: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
30635
|
+
exponent: 0,
|
|
30636
|
+
aliases: ['uqfs']
|
|
30637
|
+
}, {
|
|
30638
|
+
denom: 'qfs',
|
|
30639
|
+
exponent: 6
|
|
30640
|
+
}],
|
|
30641
|
+
base: 'ibc/83A99F99AF326090B74CD5D17EE61776C7791B537EE6808F4951A184EDCCA0D9',
|
|
30642
|
+
name: 'qfs',
|
|
30643
|
+
display: 'qfs',
|
|
30644
|
+
symbol: 'QFS',
|
|
30645
|
+
logo_URIs: {
|
|
30646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
30647
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg'
|
|
30648
|
+
},
|
|
30649
|
+
images: [{
|
|
30650
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png',
|
|
30651
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg',
|
|
30652
|
+
theme: {
|
|
30653
|
+
primary_color_hex: '#2979dc'
|
|
30654
|
+
}
|
|
30655
|
+
}],
|
|
30656
|
+
socials: {
|
|
30657
|
+
website: 'https://qfsone.com/'
|
|
30658
|
+
},
|
|
30659
|
+
type_asset: 'sdk.coin',
|
|
30660
|
+
traces: [{
|
|
30661
|
+
type: 'ibc',
|
|
30662
|
+
counterparty: {
|
|
30663
|
+
channel_id: 'channel-0',
|
|
30664
|
+
base_denom: 'uqfs',
|
|
30665
|
+
chain_name: 'qfs'
|
|
30666
|
+
},
|
|
30667
|
+
chain: {
|
|
30668
|
+
channel_id: 'channel-105393'
|
|
30669
|
+
}
|
|
30670
|
+
}]
|
|
30671
|
+
},
|
|
30508
30672
|
{
|
|
30509
30673
|
description: 'The QSR token has transitioned to a legacy token, with migration to the EVM ecosystem currently underway.',
|
|
30510
30674
|
denom_units: [{
|