@chain-registry/assets 1.47.1 → 1.47.3
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/index.js +1 -0
- package/esm/mainnet/kava.js +70 -0
- package/esm/mainnet/noble.js +70 -0
- package/esm/mainnet/onex.js +666 -0
- package/esm/mainnet/osmosis.js +70 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/kava.js +70 -0
- package/mainnet/noble.js +70 -0
- package/mainnet/onex.d.ts +3 -0
- package/mainnet/onex.js +668 -0
- package/mainnet/osmosis.js +70 -0
- package/package.json +5 -5
package/esm/mainnet/assets.js
CHANGED
|
@@ -84,6 +84,7 @@ import _nyx from './nyx';
|
|
|
84
84
|
import _odin from './odin';
|
|
85
85
|
import _okexchain from './okexchain';
|
|
86
86
|
import _omniflixhub from './omniflixhub';
|
|
87
|
+
import _onex from './onex';
|
|
87
88
|
import _onomy from './onomy';
|
|
88
89
|
import _oraichain from './oraichain';
|
|
89
90
|
import _osmosis from './osmosis';
|
|
@@ -127,5 +128,5 @@ import _unification from './unification';
|
|
|
127
128
|
import _uptick from './uptick';
|
|
128
129
|
import _vidulum from './vidulum';
|
|
129
130
|
import _xpla from './xpla';
|
|
130
|
-
const assets = [_8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _likecoin, _lumenx, _lumnetwork, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutron, _nibiru, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _saga, _scorum, _secretnetwork, _sei, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
131
|
+
const assets = [_8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _likecoin, _lumenx, _lumnetwork, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutron, _nibiru, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _saga, _scorum, _secretnetwork, _sei, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
131
132
|
export default assets;
|
package/esm/mainnet/index.js
CHANGED
|
@@ -84,6 +84,7 @@ export * as nyx from './nyx';
|
|
|
84
84
|
export * as odin from './odin';
|
|
85
85
|
export * as okexchain from './okexchain';
|
|
86
86
|
export * as omniflixhub from './omniflixhub';
|
|
87
|
+
export * as onex from './onex';
|
|
87
88
|
export * as onomy from './onomy';
|
|
88
89
|
export * as oraichain from './oraichain';
|
|
89
90
|
export * as osmosis from './osmosis';
|
package/esm/mainnet/kava.js
CHANGED
|
@@ -1344,6 +1344,41 @@ const assets = {
|
|
|
1344
1344
|
}
|
|
1345
1345
|
}]
|
|
1346
1346
|
},
|
|
1347
|
+
{
|
|
1348
|
+
description: 'The native token of ONEX',
|
|
1349
|
+
denom_units: [{
|
|
1350
|
+
denom: 'ibc/41586E7A401B83CF7E77A9DC2A5B3327136725E46C14FEEB3C096E4960402438',
|
|
1351
|
+
exponent: 0,
|
|
1352
|
+
aliases: ['aonex']
|
|
1353
|
+
}, {
|
|
1354
|
+
denom: 'onex',
|
|
1355
|
+
exponent: 18
|
|
1356
|
+
}],
|
|
1357
|
+
base: 'ibc/41586E7A401B83CF7E77A9DC2A5B3327136725E46C14FEEB3C096E4960402438',
|
|
1358
|
+
name: 'ONEX',
|
|
1359
|
+
display: 'onex',
|
|
1360
|
+
symbol: 'ONEX',
|
|
1361
|
+
logo_URIs: {
|
|
1362
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
1363
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
1364
|
+
},
|
|
1365
|
+
keywords: ['dex'],
|
|
1366
|
+
images: [{
|
|
1367
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
1368
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
1369
|
+
}],
|
|
1370
|
+
traces: [{
|
|
1371
|
+
type: 'ibc',
|
|
1372
|
+
counterparty: {
|
|
1373
|
+
channel_id: 'channel-4',
|
|
1374
|
+
base_denom: 'aonex',
|
|
1375
|
+
chain_name: 'onex'
|
|
1376
|
+
},
|
|
1377
|
+
chain: {
|
|
1378
|
+
channel_id: 'channel-145'
|
|
1379
|
+
}
|
|
1380
|
+
}]
|
|
1381
|
+
},
|
|
1347
1382
|
{
|
|
1348
1383
|
description: 'The native token of Osmosis',
|
|
1349
1384
|
denom_units: [{
|
|
@@ -1818,6 +1853,41 @@ const assets = {
|
|
|
1818
1853
|
}
|
|
1819
1854
|
}]
|
|
1820
1855
|
},
|
|
1856
|
+
{
|
|
1857
|
+
description: 'The native token of ONEX',
|
|
1858
|
+
denom_units: [{
|
|
1859
|
+
denom: 'ibc/41586E7A401B83CF7E77A9DC2A5B3327136725E46C14FEEB3C096E4960402438',
|
|
1860
|
+
exponent: 0,
|
|
1861
|
+
aliases: ['aonex']
|
|
1862
|
+
}, {
|
|
1863
|
+
denom: 'onex',
|
|
1864
|
+
exponent: 18
|
|
1865
|
+
}],
|
|
1866
|
+
base: 'ibc/41586E7A401B83CF7E77A9DC2A5B3327136725E46C14FEEB3C096E4960402438',
|
|
1867
|
+
name: 'ONEX',
|
|
1868
|
+
display: 'onex',
|
|
1869
|
+
symbol: 'ONEX',
|
|
1870
|
+
logo_URIs: {
|
|
1871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
1872
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
1873
|
+
},
|
|
1874
|
+
keywords: ['dex'],
|
|
1875
|
+
images: [{
|
|
1876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
1877
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
1878
|
+
}],
|
|
1879
|
+
traces: [{
|
|
1880
|
+
type: 'ibc',
|
|
1881
|
+
counterparty: {
|
|
1882
|
+
channel_id: 'channel-4',
|
|
1883
|
+
base_denom: 'aonex',
|
|
1884
|
+
chain_name: 'onex'
|
|
1885
|
+
},
|
|
1886
|
+
chain: {
|
|
1887
|
+
channel_id: 'channel-145'
|
|
1888
|
+
}
|
|
1889
|
+
}]
|
|
1890
|
+
},
|
|
1821
1891
|
{
|
|
1822
1892
|
description: 'The native token of Osmosis',
|
|
1823
1893
|
denom_units: [{
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -2194,6 +2194,41 @@ const assets = {
|
|
|
2194
2194
|
}
|
|
2195
2195
|
}]
|
|
2196
2196
|
},
|
|
2197
|
+
{
|
|
2198
|
+
description: 'The native token of ONEX',
|
|
2199
|
+
denom_units: [{
|
|
2200
|
+
denom: 'ibc/08225A281FBE70F78A07C286263389B077A2FB3CA6508CCEC1D89E98B60C3893',
|
|
2201
|
+
exponent: 0,
|
|
2202
|
+
aliases: ['aonex']
|
|
2203
|
+
}, {
|
|
2204
|
+
denom: 'onex',
|
|
2205
|
+
exponent: 18
|
|
2206
|
+
}],
|
|
2207
|
+
base: 'ibc/08225A281FBE70F78A07C286263389B077A2FB3CA6508CCEC1D89E98B60C3893',
|
|
2208
|
+
name: 'ONEX',
|
|
2209
|
+
display: 'onex',
|
|
2210
|
+
symbol: 'ONEX',
|
|
2211
|
+
logo_URIs: {
|
|
2212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
2213
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
2214
|
+
},
|
|
2215
|
+
keywords: ['dex'],
|
|
2216
|
+
images: [{
|
|
2217
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
2218
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
2219
|
+
}],
|
|
2220
|
+
traces: [{
|
|
2221
|
+
type: 'ibc',
|
|
2222
|
+
counterparty: {
|
|
2223
|
+
channel_id: 'channel-5',
|
|
2224
|
+
base_denom: 'aonex',
|
|
2225
|
+
chain_name: 'onex'
|
|
2226
|
+
},
|
|
2227
|
+
chain: {
|
|
2228
|
+
channel_id: 'channel-78'
|
|
2229
|
+
}
|
|
2230
|
+
}]
|
|
2231
|
+
},
|
|
2197
2232
|
{
|
|
2198
2233
|
description: 'The native token of Osmosis',
|
|
2199
2234
|
denom_units: [{
|
|
@@ -2646,6 +2681,41 @@ const assets = {
|
|
|
2646
2681
|
}
|
|
2647
2682
|
}]
|
|
2648
2683
|
},
|
|
2684
|
+
{
|
|
2685
|
+
description: 'The native token of ONEX',
|
|
2686
|
+
denom_units: [{
|
|
2687
|
+
denom: 'ibc/08225A281FBE70F78A07C286263389B077A2FB3CA6508CCEC1D89E98B60C3893',
|
|
2688
|
+
exponent: 0,
|
|
2689
|
+
aliases: ['aonex']
|
|
2690
|
+
}, {
|
|
2691
|
+
denom: 'onex',
|
|
2692
|
+
exponent: 18
|
|
2693
|
+
}],
|
|
2694
|
+
base: 'ibc/08225A281FBE70F78A07C286263389B077A2FB3CA6508CCEC1D89E98B60C3893',
|
|
2695
|
+
name: 'ONEX',
|
|
2696
|
+
display: 'onex',
|
|
2697
|
+
symbol: 'ONEX',
|
|
2698
|
+
logo_URIs: {
|
|
2699
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
2700
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
2701
|
+
},
|
|
2702
|
+
keywords: ['dex'],
|
|
2703
|
+
images: [{
|
|
2704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
|
|
2705
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
|
|
2706
|
+
}],
|
|
2707
|
+
traces: [{
|
|
2708
|
+
type: 'ibc',
|
|
2709
|
+
counterparty: {
|
|
2710
|
+
channel_id: 'channel-5',
|
|
2711
|
+
base_denom: 'aonex',
|
|
2712
|
+
chain_name: 'onex'
|
|
2713
|
+
},
|
|
2714
|
+
chain: {
|
|
2715
|
+
channel_id: 'channel-78'
|
|
2716
|
+
}
|
|
2717
|
+
}]
|
|
2718
|
+
},
|
|
2649
2719
|
{
|
|
2650
2720
|
description: 'The native token of Osmosis',
|
|
2651
2721
|
denom_units: [{
|