@chain-registry/assets 1.70.70 → 1.70.71
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/aaronetwork.js +182 -0
- package/esm/mainnet/akash.js +2 -2
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +2 -2
- package/esm/mainnet/celestia.js +2 -2
- package/esm/mainnet/cosmoshub.js +2 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/noble.js +2 -2
- package/esm/mainnet/osmosis.js +98 -2
- package/index.d.ts +1 -1
- package/mainnet/aaronetwork.d.ts +3 -0
- package/mainnet/aaronetwork.js +184 -0
- package/mainnet/akash.js +2 -2
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +2 -2
- package/mainnet/celestia.js +2 -2
- package/mainnet/cosmoshub.js +2 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/noble.js +2 -2
- package/mainnet/osmosis.js +98 -2
- package/package.json +5 -5
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'aaronetwork',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Osmosis',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uosmo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'osmo',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
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-91254',
|
|
40
|
+
base_denom: 'uosmo',
|
|
41
|
+
chain_name: 'osmosis'
|
|
42
|
+
},
|
|
43
|
+
chain: {
|
|
44
|
+
channel_id: 'channel-6'
|
|
45
|
+
}
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
description: 'ION is the second native token of Osmosis.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uion']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'ion',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
type_asset: 'sdk.coin',
|
|
59
|
+
base: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
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-91254',
|
|
84
|
+
base_denom: 'uion',
|
|
85
|
+
chain_name: 'osmosis'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-6'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'The native token of Osmosis',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uosmo']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'osmo',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
type_asset: 'sdk.coin',
|
|
103
|
+
base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
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-91254',
|
|
128
|
+
base_denom: 'uosmo',
|
|
129
|
+
chain_name: 'osmosis'
|
|
130
|
+
},
|
|
131
|
+
chain: {
|
|
132
|
+
channel_id: 'channel-6'
|
|
133
|
+
}
|
|
134
|
+
}]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
description: 'ION is the second native token of Osmosis.',
|
|
138
|
+
denom_units: [{
|
|
139
|
+
denom: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
140
|
+
exponent: 0,
|
|
141
|
+
aliases: ['uion']
|
|
142
|
+
}, {
|
|
143
|
+
denom: 'ion',
|
|
144
|
+
exponent: 6
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
base: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
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-91254',
|
|
172
|
+
base_denom: 'uion',
|
|
173
|
+
chain_name: 'osmosis'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-6'
|
|
177
|
+
}
|
|
178
|
+
}]
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
};
|
|
182
|
+
export default assets;
|
package/esm/mainnet/akash.js
CHANGED
|
@@ -312,7 +312,7 @@ const assets = {
|
|
|
312
312
|
logo_URIs: {
|
|
313
313
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
314
314
|
},
|
|
315
|
-
coingecko_id: 'elys',
|
|
315
|
+
coingecko_id: 'elys-network',
|
|
316
316
|
images: [{
|
|
317
317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
318
318
|
}],
|
|
@@ -1273,7 +1273,7 @@ const assets = {
|
|
|
1273
1273
|
logo_URIs: {
|
|
1274
1274
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1275
1275
|
},
|
|
1276
|
-
coingecko_id: 'elys',
|
|
1276
|
+
coingecko_id: 'elys-network',
|
|
1277
1277
|
images: [{
|
|
1278
1278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1279
1279
|
}],
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import _ethereum from './ethereum';
|
|
2
2
|
import _solana from './solana';
|
|
3
|
+
import _aaronetwork from './aaronetwork';
|
|
3
4
|
import _acrechain from './acrechain';
|
|
4
5
|
import _agoric from './agoric';
|
|
5
6
|
import _aioz from './aioz';
|
|
@@ -146,5 +147,5 @@ import _uptick from './uptick';
|
|
|
146
147
|
import _xion from './xion';
|
|
147
148
|
import _xpla from './xpla';
|
|
148
149
|
import _zenrock from './zenrock';
|
|
149
|
-
const assets = [_ethereum, _solana, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _atomone, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumnetwork, _mande, _mantrachain, _mars, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _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, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _zenrock];
|
|
150
|
+
const assets = [_ethereum, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _atomone, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lorenzo, _lumnetwork, _mande, _mantrachain, _mars, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _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, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _zenrock];
|
|
150
151
|
export default assets;
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -1024,7 +1024,7 @@ const assets = {
|
|
|
1024
1024
|
logo_URIs: {
|
|
1025
1025
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1026
1026
|
},
|
|
1027
|
-
coingecko_id: 'elys',
|
|
1027
|
+
coingecko_id: 'elys-network',
|
|
1028
1028
|
images: [{
|
|
1029
1029
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1030
1030
|
}],
|
|
@@ -7567,7 +7567,7 @@ const assets = {
|
|
|
7567
7567
|
logo_URIs: {
|
|
7568
7568
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
7569
7569
|
},
|
|
7570
|
-
coingecko_id: 'elys',
|
|
7570
|
+
coingecko_id: 'elys-network',
|
|
7571
7571
|
images: [{
|
|
7572
7572
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
7573
7573
|
}],
|
package/esm/mainnet/celestia.js
CHANGED
|
@@ -156,7 +156,7 @@ const assets = {
|
|
|
156
156
|
logo_URIs: {
|
|
157
157
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
158
158
|
},
|
|
159
|
-
coingecko_id: 'elys',
|
|
159
|
+
coingecko_id: 'elys-network',
|
|
160
160
|
images: [{
|
|
161
161
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
162
162
|
}],
|
|
@@ -5381,7 +5381,7 @@ const assets = {
|
|
|
5381
5381
|
logo_URIs: {
|
|
5382
5382
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
5383
5383
|
},
|
|
5384
|
-
coingecko_id: 'elys',
|
|
5384
|
+
coingecko_id: 'elys-network',
|
|
5385
5385
|
images: [{
|
|
5386
5386
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
5387
5387
|
}],
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -2247,7 +2247,7 @@ const assets = {
|
|
|
2247
2247
|
logo_URIs: {
|
|
2248
2248
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2249
2249
|
},
|
|
2250
|
-
coingecko_id: 'elys',
|
|
2250
|
+
coingecko_id: 'elys-network',
|
|
2251
2251
|
images: [{
|
|
2252
2252
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2253
2253
|
}],
|
|
@@ -9644,7 +9644,7 @@ const assets = {
|
|
|
9644
9644
|
logo_URIs: {
|
|
9645
9645
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
9646
9646
|
},
|
|
9647
|
-
coingecko_id: 'elys',
|
|
9647
|
+
coingecko_id: 'elys-network',
|
|
9648
9648
|
images: [{
|
|
9649
9649
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
9650
9650
|
}],
|
package/esm/mainnet/index.js
CHANGED
package/esm/mainnet/noble.js
CHANGED
|
@@ -575,7 +575,7 @@ const assets = {
|
|
|
575
575
|
logo_URIs: {
|
|
576
576
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
577
577
|
},
|
|
578
|
-
coingecko_id: 'elys',
|
|
578
|
+
coingecko_id: 'elys-network',
|
|
579
579
|
images: [{
|
|
580
580
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
581
581
|
}],
|
|
@@ -2841,7 +2841,7 @@ const assets = {
|
|
|
2841
2841
|
logo_URIs: {
|
|
2842
2842
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2843
2843
|
},
|
|
2844
|
-
coingecko_id: 'elys',
|
|
2844
|
+
coingecko_id: 'elys-network',
|
|
2845
2845
|
images: [{
|
|
2846
2846
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2847
2847
|
}],
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -1,6 +1,54 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'osmosis',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uaaron']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'AARON',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
15
|
+
name: 'Aaron Network',
|
|
16
|
+
display: 'AARON',
|
|
17
|
+
symbol: 'AARON',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
20
|
+
},
|
|
21
|
+
socials: {
|
|
22
|
+
website: 'https://aaronetwork.xyz',
|
|
23
|
+
twitter: 'https://x.com/aaronetwork',
|
|
24
|
+
discord: 'https://discord.gg/HezQu22zxZ'
|
|
25
|
+
},
|
|
26
|
+
keywords: [
|
|
27
|
+
'social',
|
|
28
|
+
'chat',
|
|
29
|
+
'reputation',
|
|
30
|
+
'score',
|
|
31
|
+
'messaging'
|
|
32
|
+
],
|
|
33
|
+
images: [{
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
35
|
+
theme: {
|
|
36
|
+
circle: false
|
|
37
|
+
}
|
|
38
|
+
}],
|
|
39
|
+
type_asset: 'sdk.coin',
|
|
40
|
+
traces: [{
|
|
41
|
+
type: 'ibc',
|
|
42
|
+
counterparty: {
|
|
43
|
+
channel_id: 'channel-6',
|
|
44
|
+
base_denom: 'uaaron',
|
|
45
|
+
chain_name: 'aaronetwork'
|
|
46
|
+
},
|
|
47
|
+
chain: {
|
|
48
|
+
channel_id: 'channel-91254'
|
|
49
|
+
}
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
4
52
|
{
|
|
5
53
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
6
54
|
denom_units: [{
|
|
@@ -2225,7 +2273,7 @@ const assets = {
|
|
|
2225
2273
|
logo_URIs: {
|
|
2226
2274
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2227
2275
|
},
|
|
2228
|
-
coingecko_id: 'elys',
|
|
2276
|
+
coingecko_id: 'elys-network',
|
|
2229
2277
|
images: [{
|
|
2230
2278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2231
2279
|
}],
|
|
@@ -5898,6 +5946,54 @@ const assets = {
|
|
|
5898
5946
|
}
|
|
5899
5947
|
}]
|
|
5900
5948
|
},
|
|
5949
|
+
{
|
|
5950
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
5951
|
+
denom_units: [{
|
|
5952
|
+
denom: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
5953
|
+
exponent: 0,
|
|
5954
|
+
aliases: ['uaaron']
|
|
5955
|
+
}, {
|
|
5956
|
+
denom: 'AARON',
|
|
5957
|
+
exponent: 6
|
|
5958
|
+
}],
|
|
5959
|
+
base: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
5960
|
+
name: 'Aaron Network',
|
|
5961
|
+
display: 'AARON',
|
|
5962
|
+
symbol: 'AARON',
|
|
5963
|
+
logo_URIs: {
|
|
5964
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
5965
|
+
},
|
|
5966
|
+
socials: {
|
|
5967
|
+
website: 'https://aaronetwork.xyz',
|
|
5968
|
+
twitter: 'https://x.com/aaronetwork',
|
|
5969
|
+
discord: 'https://discord.gg/HezQu22zxZ'
|
|
5970
|
+
},
|
|
5971
|
+
keywords: [
|
|
5972
|
+
'social',
|
|
5973
|
+
'chat',
|
|
5974
|
+
'reputation',
|
|
5975
|
+
'score',
|
|
5976
|
+
'messaging'
|
|
5977
|
+
],
|
|
5978
|
+
images: [{
|
|
5979
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
5980
|
+
theme: {
|
|
5981
|
+
circle: false
|
|
5982
|
+
}
|
|
5983
|
+
}],
|
|
5984
|
+
type_asset: 'sdk.coin',
|
|
5985
|
+
traces: [{
|
|
5986
|
+
type: 'ibc',
|
|
5987
|
+
counterparty: {
|
|
5988
|
+
channel_id: 'channel-6',
|
|
5989
|
+
base_denom: 'uaaron',
|
|
5990
|
+
chain_name: 'aaronetwork'
|
|
5991
|
+
},
|
|
5992
|
+
chain: {
|
|
5993
|
+
channel_id: 'channel-91254'
|
|
5994
|
+
}
|
|
5995
|
+
}]
|
|
5996
|
+
},
|
|
5901
5997
|
{
|
|
5902
5998
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
5903
5999
|
denom_units: [{
|
|
@@ -8122,7 +8218,7 @@ const assets = {
|
|
|
8122
8218
|
logo_URIs: {
|
|
8123
8219
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
8124
8220
|
},
|
|
8125
|
-
coingecko_id: 'elys',
|
|
8221
|
+
coingecko_id: 'elys-network',
|
|
8126
8222
|
images: [{
|
|
8127
8223
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
8128
8224
|
}],
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'aaronetwork',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
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
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#760dbb'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
coingecko_id: 'osmosis',
|
|
33
|
+
keywords: ['dex', 'staking'],
|
|
34
|
+
socials: {
|
|
35
|
+
website: 'https://osmosis.zone',
|
|
36
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
37
|
+
},
|
|
38
|
+
traces: [{
|
|
39
|
+
type: 'ibc',
|
|
40
|
+
counterparty: {
|
|
41
|
+
channel_id: 'channel-91254',
|
|
42
|
+
base_denom: 'uosmo',
|
|
43
|
+
chain_name: 'osmosis'
|
|
44
|
+
},
|
|
45
|
+
chain: {
|
|
46
|
+
channel_id: 'channel-6'
|
|
47
|
+
}
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
description: 'ION is the second native token of Osmosis.',
|
|
52
|
+
denom_units: [{
|
|
53
|
+
denom: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
54
|
+
exponent: 0,
|
|
55
|
+
aliases: ['uion']
|
|
56
|
+
}, {
|
|
57
|
+
denom: 'ion',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}],
|
|
60
|
+
type_asset: 'sdk.coin',
|
|
61
|
+
base: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
62
|
+
name: 'Ion DAO',
|
|
63
|
+
display: 'ion',
|
|
64
|
+
symbol: 'ION',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
72
|
+
theme: {
|
|
73
|
+
primary_color_hex: '#4453c7'
|
|
74
|
+
}
|
|
75
|
+
}],
|
|
76
|
+
coingecko_id: 'ion',
|
|
77
|
+
keywords: ['memecoin', 'defi'],
|
|
78
|
+
socials: {
|
|
79
|
+
website: 'https://ion.wtf',
|
|
80
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
81
|
+
},
|
|
82
|
+
traces: [{
|
|
83
|
+
type: 'ibc',
|
|
84
|
+
counterparty: {
|
|
85
|
+
channel_id: 'channel-91254',
|
|
86
|
+
base_denom: 'uion',
|
|
87
|
+
chain_name: 'osmosis'
|
|
88
|
+
},
|
|
89
|
+
chain: {
|
|
90
|
+
channel_id: 'channel-6'
|
|
91
|
+
}
|
|
92
|
+
}]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
description: 'The native token of Osmosis',
|
|
96
|
+
denom_units: [{
|
|
97
|
+
denom: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
98
|
+
exponent: 0,
|
|
99
|
+
aliases: ['uosmo']
|
|
100
|
+
}, {
|
|
101
|
+
denom: 'osmo',
|
|
102
|
+
exponent: 6
|
|
103
|
+
}],
|
|
104
|
+
type_asset: 'sdk.coin',
|
|
105
|
+
base: 'ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85',
|
|
106
|
+
name: 'Osmosis',
|
|
107
|
+
display: 'osmo',
|
|
108
|
+
symbol: 'OSMO',
|
|
109
|
+
logo_URIs: {
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
112
|
+
},
|
|
113
|
+
images: [{
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
116
|
+
theme: {
|
|
117
|
+
primary_color_hex: '#760dbb'
|
|
118
|
+
}
|
|
119
|
+
}],
|
|
120
|
+
coingecko_id: 'osmosis',
|
|
121
|
+
keywords: ['dex', 'staking'],
|
|
122
|
+
socials: {
|
|
123
|
+
website: 'https://osmosis.zone',
|
|
124
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
125
|
+
},
|
|
126
|
+
traces: [{
|
|
127
|
+
type: 'ibc',
|
|
128
|
+
counterparty: {
|
|
129
|
+
channel_id: 'channel-91254',
|
|
130
|
+
base_denom: 'uosmo',
|
|
131
|
+
chain_name: 'osmosis'
|
|
132
|
+
},
|
|
133
|
+
chain: {
|
|
134
|
+
channel_id: 'channel-6'
|
|
135
|
+
}
|
|
136
|
+
}]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
description: 'ION is the second native token of Osmosis.',
|
|
140
|
+
denom_units: [{
|
|
141
|
+
denom: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
142
|
+
exponent: 0,
|
|
143
|
+
aliases: ['uion']
|
|
144
|
+
}, {
|
|
145
|
+
denom: 'ion',
|
|
146
|
+
exponent: 6
|
|
147
|
+
}],
|
|
148
|
+
type_asset: 'sdk.coin',
|
|
149
|
+
base: 'ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389',
|
|
150
|
+
name: 'Ion DAO',
|
|
151
|
+
display: 'ion',
|
|
152
|
+
symbol: 'ION',
|
|
153
|
+
logo_URIs: {
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
160
|
+
theme: {
|
|
161
|
+
primary_color_hex: '#4453c7'
|
|
162
|
+
}
|
|
163
|
+
}],
|
|
164
|
+
coingecko_id: 'ion',
|
|
165
|
+
keywords: ['memecoin', 'defi'],
|
|
166
|
+
socials: {
|
|
167
|
+
website: 'https://ion.wtf',
|
|
168
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
169
|
+
},
|
|
170
|
+
traces: [{
|
|
171
|
+
type: 'ibc',
|
|
172
|
+
counterparty: {
|
|
173
|
+
channel_id: 'channel-91254',
|
|
174
|
+
base_denom: 'uion',
|
|
175
|
+
chain_name: 'osmosis'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-6'
|
|
179
|
+
}
|
|
180
|
+
}]
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
};
|
|
184
|
+
exports.default = assets;
|
package/mainnet/akash.js
CHANGED
|
@@ -314,7 +314,7 @@ const assets = {
|
|
|
314
314
|
logo_URIs: {
|
|
315
315
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
316
316
|
},
|
|
317
|
-
coingecko_id: 'elys',
|
|
317
|
+
coingecko_id: 'elys-network',
|
|
318
318
|
images: [{
|
|
319
319
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
320
320
|
}],
|
|
@@ -1275,7 +1275,7 @@ const assets = {
|
|
|
1275
1275
|
logo_URIs: {
|
|
1276
1276
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1277
1277
|
},
|
|
1278
|
-
coingecko_id: 'elys',
|
|
1278
|
+
coingecko_id: 'elys-network',
|
|
1279
1279
|
images: [{
|
|
1280
1280
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1281
1281
|
}],
|
package/mainnet/assets.js
CHANGED
|
@@ -5,6 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const ethereum_1 = __importDefault(require("./ethereum"));
|
|
7
7
|
const solana_1 = __importDefault(require("./solana"));
|
|
8
|
+
const aaronetwork_1 = __importDefault(require("./aaronetwork"));
|
|
8
9
|
const acrechain_1 = __importDefault(require("./acrechain"));
|
|
9
10
|
const agoric_1 = __importDefault(require("./agoric"));
|
|
10
11
|
const aioz_1 = __importDefault(require("./aioz"));
|
|
@@ -151,5 +152,5 @@ const uptick_1 = __importDefault(require("./uptick"));
|
|
|
151
152
|
const xion_1 = __importDefault(require("./xion"));
|
|
152
153
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
153
154
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
154
|
-
const assets = [ethereum_1.default, solana_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_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, 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, evmos_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, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_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, lorenzo_1.default, lumnetwork_1.default, mande_1.default, mantrachain_1.default, mars_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_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, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_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, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_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, zenrock_1.default];
|
|
155
|
+
const assets = [ethereum_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_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, 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, evmos_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, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_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, lorenzo_1.default, lumnetwork_1.default, mande_1.default, mantrachain_1.default, mars_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_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, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_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, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_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, zenrock_1.default];
|
|
155
156
|
exports.default = assets;
|
package/mainnet/axelar.js
CHANGED
|
@@ -1026,7 +1026,7 @@ const assets = {
|
|
|
1026
1026
|
logo_URIs: {
|
|
1027
1027
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1028
1028
|
},
|
|
1029
|
-
coingecko_id: 'elys',
|
|
1029
|
+
coingecko_id: 'elys-network',
|
|
1030
1030
|
images: [{
|
|
1031
1031
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
1032
1032
|
}],
|
|
@@ -7569,7 +7569,7 @@ const assets = {
|
|
|
7569
7569
|
logo_URIs: {
|
|
7570
7570
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
7571
7571
|
},
|
|
7572
|
-
coingecko_id: 'elys',
|
|
7572
|
+
coingecko_id: 'elys-network',
|
|
7573
7573
|
images: [{
|
|
7574
7574
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
7575
7575
|
}],
|
package/mainnet/celestia.js
CHANGED
|
@@ -158,7 +158,7 @@ const assets = {
|
|
|
158
158
|
logo_URIs: {
|
|
159
159
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
160
160
|
},
|
|
161
|
-
coingecko_id: 'elys',
|
|
161
|
+
coingecko_id: 'elys-network',
|
|
162
162
|
images: [{
|
|
163
163
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
164
164
|
}],
|
|
@@ -5383,7 +5383,7 @@ const assets = {
|
|
|
5383
5383
|
logo_URIs: {
|
|
5384
5384
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
5385
5385
|
},
|
|
5386
|
-
coingecko_id: 'elys',
|
|
5386
|
+
coingecko_id: 'elys-network',
|
|
5387
5387
|
images: [{
|
|
5388
5388
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
5389
5389
|
}],
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -2249,7 +2249,7 @@ const assets = {
|
|
|
2249
2249
|
logo_URIs: {
|
|
2250
2250
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2251
2251
|
},
|
|
2252
|
-
coingecko_id: 'elys',
|
|
2252
|
+
coingecko_id: 'elys-network',
|
|
2253
2253
|
images: [{
|
|
2254
2254
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2255
2255
|
}],
|
|
@@ -9646,7 +9646,7 @@ const assets = {
|
|
|
9646
9646
|
logo_URIs: {
|
|
9647
9647
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
9648
9648
|
},
|
|
9649
|
-
coingecko_id: 'elys',
|
|
9649
|
+
coingecko_id: 'elys-network',
|
|
9650
9650
|
images: [{
|
|
9651
9651
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
9652
9652
|
}],
|
package/mainnet/index.d.ts
CHANGED
package/mainnet/index.js
CHANGED
|
@@ -23,11 +23,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = 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.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = void 0;
|
|
26
|
+
exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = 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.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.ethereum = void 0;
|
|
27
|
+
exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mars = exports.mantrachain = exports.mande = exports.lumnetwork = exports.lorenzo = 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.int3face = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = void 0;
|
|
28
|
+
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = 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.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = void 0;
|
|
29
29
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
30
30
|
exports.solana = __importStar(require("./solana"));
|
|
31
|
+
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
31
32
|
exports.acrechain = __importStar(require("./acrechain"));
|
|
32
33
|
exports.agoric = __importStar(require("./agoric"));
|
|
33
34
|
exports.aioz = __importStar(require("./aioz"));
|
package/mainnet/noble.js
CHANGED
|
@@ -577,7 +577,7 @@ const assets = {
|
|
|
577
577
|
logo_URIs: {
|
|
578
578
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
579
579
|
},
|
|
580
|
-
coingecko_id: 'elys',
|
|
580
|
+
coingecko_id: 'elys-network',
|
|
581
581
|
images: [{
|
|
582
582
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
583
583
|
}],
|
|
@@ -2843,7 +2843,7 @@ const assets = {
|
|
|
2843
2843
|
logo_URIs: {
|
|
2844
2844
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2845
2845
|
},
|
|
2846
|
-
coingecko_id: 'elys',
|
|
2846
|
+
coingecko_id: 'elys-network',
|
|
2847
2847
|
images: [{
|
|
2848
2848
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2849
2849
|
}],
|
package/mainnet/osmosis.js
CHANGED
|
@@ -3,6 +3,54 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'osmosis',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaaron']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'AARON',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
17
|
+
name: 'Aaron Network',
|
|
18
|
+
display: 'AARON',
|
|
19
|
+
symbol: 'AARON',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
22
|
+
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://aaronetwork.xyz',
|
|
25
|
+
twitter: 'https://x.com/aaronetwork',
|
|
26
|
+
discord: 'https://discord.gg/HezQu22zxZ'
|
|
27
|
+
},
|
|
28
|
+
keywords: [
|
|
29
|
+
'social',
|
|
30
|
+
'chat',
|
|
31
|
+
'reputation',
|
|
32
|
+
'score',
|
|
33
|
+
'messaging'
|
|
34
|
+
],
|
|
35
|
+
images: [{
|
|
36
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
37
|
+
theme: {
|
|
38
|
+
circle: false
|
|
39
|
+
}
|
|
40
|
+
}],
|
|
41
|
+
type_asset: 'sdk.coin',
|
|
42
|
+
traces: [{
|
|
43
|
+
type: 'ibc',
|
|
44
|
+
counterparty: {
|
|
45
|
+
channel_id: 'channel-6',
|
|
46
|
+
base_denom: 'uaaron',
|
|
47
|
+
chain_name: 'aaronetwork'
|
|
48
|
+
},
|
|
49
|
+
chain: {
|
|
50
|
+
channel_id: 'channel-91254'
|
|
51
|
+
}
|
|
52
|
+
}]
|
|
53
|
+
},
|
|
6
54
|
{
|
|
7
55
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
8
56
|
denom_units: [{
|
|
@@ -2227,7 +2275,7 @@ const assets = {
|
|
|
2227
2275
|
logo_URIs: {
|
|
2228
2276
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2229
2277
|
},
|
|
2230
|
-
coingecko_id: 'elys',
|
|
2278
|
+
coingecko_id: 'elys-network',
|
|
2231
2279
|
images: [{
|
|
2232
2280
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
2233
2281
|
}],
|
|
@@ -5900,6 +5948,54 @@ const assets = {
|
|
|
5900
5948
|
}
|
|
5901
5949
|
}]
|
|
5902
5950
|
},
|
|
5951
|
+
{
|
|
5952
|
+
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
5953
|
+
denom_units: [{
|
|
5954
|
+
denom: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
5955
|
+
exponent: 0,
|
|
5956
|
+
aliases: ['uaaron']
|
|
5957
|
+
}, {
|
|
5958
|
+
denom: 'AARON',
|
|
5959
|
+
exponent: 6
|
|
5960
|
+
}],
|
|
5961
|
+
base: 'ibc/BE2B0A9FC3A122C92883D3258098D7C6BB02F8F887E8A0BDE58609E7CA2649B2',
|
|
5962
|
+
name: 'Aaron Network',
|
|
5963
|
+
display: 'AARON',
|
|
5964
|
+
symbol: 'AARON',
|
|
5965
|
+
logo_URIs: {
|
|
5966
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png'
|
|
5967
|
+
},
|
|
5968
|
+
socials: {
|
|
5969
|
+
website: 'https://aaronetwork.xyz',
|
|
5970
|
+
twitter: 'https://x.com/aaronetwork',
|
|
5971
|
+
discord: 'https://discord.gg/HezQu22zxZ'
|
|
5972
|
+
},
|
|
5973
|
+
keywords: [
|
|
5974
|
+
'social',
|
|
5975
|
+
'chat',
|
|
5976
|
+
'reputation',
|
|
5977
|
+
'score',
|
|
5978
|
+
'messaging'
|
|
5979
|
+
],
|
|
5980
|
+
images: [{
|
|
5981
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aaronetwork/images/aaron.png',
|
|
5982
|
+
theme: {
|
|
5983
|
+
circle: false
|
|
5984
|
+
}
|
|
5985
|
+
}],
|
|
5986
|
+
type_asset: 'sdk.coin',
|
|
5987
|
+
traces: [{
|
|
5988
|
+
type: 'ibc',
|
|
5989
|
+
counterparty: {
|
|
5990
|
+
channel_id: 'channel-6',
|
|
5991
|
+
base_denom: 'uaaron',
|
|
5992
|
+
chain_name: 'aaronetwork'
|
|
5993
|
+
},
|
|
5994
|
+
chain: {
|
|
5995
|
+
channel_id: 'channel-91254'
|
|
5996
|
+
}
|
|
5997
|
+
}]
|
|
5998
|
+
},
|
|
5903
5999
|
{
|
|
5904
6000
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
5905
6001
|
denom_units: [{
|
|
@@ -8124,7 +8220,7 @@ const assets = {
|
|
|
8124
8220
|
logo_URIs: {
|
|
8125
8221
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
8126
8222
|
},
|
|
8127
|
-
coingecko_id: 'elys',
|
|
8223
|
+
coingecko_id: 'elys-network',
|
|
8128
8224
|
images: [{
|
|
8129
8225
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
8130
8226
|
}],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.71",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/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.41",
|
|
33
|
+
"chain-registry": "^1.69.71"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.41"
|
|
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": "e02d1731945dc7695be2a9590c567b4864615be9"
|
|
47
47
|
}
|