@chain-registry/assets 1.70.579 → 1.70.581
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/amitis.js +170 -0
- package/esm/mainnet/assets.js +3 -2
- package/esm/mainnet/axelar.js +1581 -14921
- package/esm/mainnet/bandchain.js +0 -2
- package/esm/mainnet/celestia.js +659 -13997
- package/esm/mainnet/cosmoshub.js +2045 -15385
- package/esm/mainnet/doravota.js +0 -2
- package/esm/mainnet/dydx.js +505 -13845
- package/esm/mainnet/evmos.js +0 -2
- package/esm/mainnet/gravitybridge.js +0 -2
- package/esm/mainnet/hazinachain.js +170 -0
- package/esm/mainnet/index.js +2 -1
- package/esm/mainnet/injective.js +835 -14173
- package/esm/mainnet/kava.js +0 -2
- package/esm/mainnet/kujira.js +0 -2
- package/esm/mainnet/neutron.js +343 -13681
- package/esm/mainnet/noble.js +1376 -14716
- package/esm/mainnet/osmosis.js +2121 -15313
- package/esm/mainnet/secretnetwork.js +0 -2
- package/esm/mainnet/stride.js +1065 -14403
- package/esm/mainnet/terra2.js +1794 -15132
- package/mainnet/amitis.js +172 -0
- package/mainnet/assets.js +3 -2
- package/mainnet/axelar.js +1581 -14921
- package/mainnet/bandchain.js +0 -2
- package/mainnet/celestia.js +659 -13997
- package/mainnet/cosmoshub.js +2045 -15385
- package/mainnet/doravota.js +0 -2
- package/mainnet/dydx.js +505 -13845
- package/mainnet/evmos.js +0 -2
- package/mainnet/gravitybridge.js +0 -2
- package/mainnet/hazinachain.d.ts +3 -0
- package/mainnet/hazinachain.js +172 -0
- package/mainnet/index.d.ts +2 -1
- package/mainnet/index.js +6 -5
- package/mainnet/injective.js +835 -14173
- package/mainnet/kava.js +0 -2
- package/mainnet/kujira.js +0 -2
- package/mainnet/neutron.js +343 -13681
- package/mainnet/noble.js +1376 -14716
- package/mainnet/osmosis.js +2121 -15313
- package/mainnet/secretnetwork.js +0 -2
- package/mainnet/stride.js +1065 -14403
- package/mainnet/terra2.js +1794 -15132
- package/package.json +5 -5
- package/esm/mainnet/pryzm.js +0 -1744
- package/mainnet/pryzm.js +0 -1746
- /package/mainnet/{pryzm.d.ts → amitis.d.ts} +0 -0
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'amitis',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Osmosis',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uosmo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'osmo',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
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-110089',
|
|
37
|
+
base_denom: 'uosmo',
|
|
38
|
+
chain_name: 'osmosis'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-1'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
description: 'ION is the second native token of Osmosis.',
|
|
47
|
+
denom_units: [{
|
|
48
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
49
|
+
exponent: 0,
|
|
50
|
+
aliases: ['uion']
|
|
51
|
+
}, {
|
|
52
|
+
denom: 'ion',
|
|
53
|
+
exponent: 6
|
|
54
|
+
}],
|
|
55
|
+
type_asset: 'sdk.coin',
|
|
56
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
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-110089',
|
|
78
|
+
base_denom: 'uion',
|
|
79
|
+
chain_name: 'osmosis'
|
|
80
|
+
},
|
|
81
|
+
chain: {
|
|
82
|
+
channel_id: 'channel-1'
|
|
83
|
+
}
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
description: 'The native token of Osmosis',
|
|
88
|
+
denom_units: [{
|
|
89
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
90
|
+
exponent: 0,
|
|
91
|
+
aliases: ['uosmo']
|
|
92
|
+
}, {
|
|
93
|
+
denom: 'osmo',
|
|
94
|
+
exponent: 6
|
|
95
|
+
}],
|
|
96
|
+
type_asset: 'sdk.coin',
|
|
97
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
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-110089',
|
|
119
|
+
base_denom: 'uosmo',
|
|
120
|
+
chain_name: 'osmosis'
|
|
121
|
+
},
|
|
122
|
+
chain: {
|
|
123
|
+
channel_id: 'channel-1'
|
|
124
|
+
}
|
|
125
|
+
}]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
description: 'ION is the second native token of Osmosis.',
|
|
129
|
+
denom_units: [{
|
|
130
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
131
|
+
exponent: 0,
|
|
132
|
+
aliases: ['uion']
|
|
133
|
+
}, {
|
|
134
|
+
denom: 'ion',
|
|
135
|
+
exponent: 6
|
|
136
|
+
}],
|
|
137
|
+
type_asset: 'sdk.coin',
|
|
138
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
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-110089',
|
|
160
|
+
base_denom: 'uion',
|
|
161
|
+
chain_name: 'osmosis'
|
|
162
|
+
},
|
|
163
|
+
chain: {
|
|
164
|
+
channel_id: 'channel-1'
|
|
165
|
+
}
|
|
166
|
+
}]
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
};
|
|
170
|
+
export default assets;
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -8,6 +8,7 @@ import _agoric from './agoric';
|
|
|
8
8
|
import _aioz from './aioz';
|
|
9
9
|
import _akash from './akash';
|
|
10
10
|
import _allora from './allora';
|
|
11
|
+
import _amitis from './amitis';
|
|
11
12
|
import _andromeda from './andromeda';
|
|
12
13
|
import _archway from './archway';
|
|
13
14
|
import _arkeo from './arkeo';
|
|
@@ -67,6 +68,7 @@ import _gitopia from './gitopia';
|
|
|
67
68
|
import _gnodi from './gnodi';
|
|
68
69
|
import _gravitybridge from './gravitybridge';
|
|
69
70
|
import _haqq from './haqq';
|
|
71
|
+
import _hazinachain from './hazinachain';
|
|
70
72
|
import _hippoprotocol from './hippoprotocol';
|
|
71
73
|
import _humans from './humans';
|
|
72
74
|
import _impacthub from './impacthub';
|
|
@@ -127,7 +129,6 @@ import _persistence from './persistence';
|
|
|
127
129
|
import _planq from './planq';
|
|
128
130
|
import _point from './point';
|
|
129
131
|
import _provenance from './provenance';
|
|
130
|
-
import _pryzm from './pryzm';
|
|
131
132
|
import _pundix from './pundix';
|
|
132
133
|
import _pylons from './pylons';
|
|
133
134
|
import _qfs from './qfs';
|
|
@@ -177,5 +178,5 @@ import _xpla from './xpla';
|
|
|
177
178
|
import _xrplevm from './xrplevm';
|
|
178
179
|
import _zenrock from './zenrock';
|
|
179
180
|
import _zigchain from './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,
|
|
181
|
+
const assets = [_ethereum, _namada, _penumbra, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _amitis, _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, _hazinachain, _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, _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];
|
|
181
182
|
export default assets;
|