@chain-registry/assets 1.64.9 → 1.64.11
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/axelar.js +74 -0
- package/esm/mainnet/cosmoshub.js +74 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/osmosis.js +74 -0
- package/esm/mainnet/self.js +326 -0
- package/esm/testnet/elystestnet.js +68 -0
- package/esm/testnet/mantrachaintestnet.js +68 -0
- package/esm/testnet/osmosistestnet.js +68 -0
- package/esm/testnet/osmosistestnet4.js +68 -0
- package/esm/testnet/xiontestnet.js +68 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +74 -0
- package/mainnet/cosmoshub.js +74 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/osmosis.js +74 -0
- package/mainnet/self.d.ts +3 -0
- package/mainnet/self.js +328 -0
- package/package.json +5 -5
- package/testnet/elystestnet.js +68 -0
- package/testnet/mantrachaintestnet.js +68 -0
- package/testnet/osmosistestnet.js +68 -0
- package/testnet/osmosistestnet4.js +68 -0
- package/testnet/xiontestnet.js +68 -0
package/esm/mainnet/assets.js
CHANGED
|
@@ -111,6 +111,7 @@ import _scorum from './scorum';
|
|
|
111
111
|
import _secretnetwork from './secretnetwork';
|
|
112
112
|
import _seda from './seda';
|
|
113
113
|
import _sei from './sei';
|
|
114
|
+
import _self from './self';
|
|
114
115
|
import _sentinel from './sentinel';
|
|
115
116
|
import _sge from './sge';
|
|
116
117
|
import _shareledger from './shareledger';
|
|
@@ -132,5 +133,5 @@ import _unification from './unification';
|
|
|
132
133
|
import _uptick from './uptick';
|
|
133
134
|
import _vidulum from './vidulum';
|
|
134
135
|
import _xpla from './xpla';
|
|
135
|
-
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, _joltify, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _likecoin, _lumenx, _lumnetwork, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutron, _nibiru, _nim, _noble, _nois, _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, _saga, _scorum, _secretnetwork, _seda, _sei, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
136
|
+
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, _joltify, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _likecoin, _lumenx, _lumnetwork, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutron, _nibiru, _nim, _noble, _nois, _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, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
136
137
|
export default assets;
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -2280,6 +2280,43 @@ const assets = {
|
|
|
2280
2280
|
}
|
|
2281
2281
|
}]
|
|
2282
2282
|
},
|
|
2283
|
+
{
|
|
2284
|
+
description: 'The native staking token of Self Chain.',
|
|
2285
|
+
denom_units: [{
|
|
2286
|
+
denom: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
2287
|
+
exponent: 0,
|
|
2288
|
+
aliases: ['uslf']
|
|
2289
|
+
}, {
|
|
2290
|
+
denom: 'slf',
|
|
2291
|
+
exponent: 6
|
|
2292
|
+
}],
|
|
2293
|
+
base: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
2294
|
+
name: 'Self',
|
|
2295
|
+
display: 'slf',
|
|
2296
|
+
symbol: 'SLF',
|
|
2297
|
+
logo_URIs: {
|
|
2298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
2299
|
+
},
|
|
2300
|
+
coingecko_id: 'self-chain',
|
|
2301
|
+
images: [{
|
|
2302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
2303
|
+
}],
|
|
2304
|
+
socials: {
|
|
2305
|
+
website: 'https://selfchain.xyz',
|
|
2306
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
2307
|
+
},
|
|
2308
|
+
traces: [{
|
|
2309
|
+
type: 'ibc',
|
|
2310
|
+
counterparty: {
|
|
2311
|
+
channel_id: 'channel-1',
|
|
2312
|
+
base_denom: 'uslf',
|
|
2313
|
+
chain_name: 'self'
|
|
2314
|
+
},
|
|
2315
|
+
chain: {
|
|
2316
|
+
channel_id: 'channel-157'
|
|
2317
|
+
}
|
|
2318
|
+
}]
|
|
2319
|
+
},
|
|
2283
2320
|
{
|
|
2284
2321
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
2285
2322
|
denom_units: [{
|
|
@@ -4224,6 +4261,43 @@ const assets = {
|
|
|
4224
4261
|
}
|
|
4225
4262
|
}]
|
|
4226
4263
|
},
|
|
4264
|
+
{
|
|
4265
|
+
description: 'The native staking token of Self Chain.',
|
|
4266
|
+
denom_units: [{
|
|
4267
|
+
denom: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
4268
|
+
exponent: 0,
|
|
4269
|
+
aliases: ['uslf']
|
|
4270
|
+
}, {
|
|
4271
|
+
denom: 'slf',
|
|
4272
|
+
exponent: 6
|
|
4273
|
+
}],
|
|
4274
|
+
base: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
4275
|
+
name: 'Self',
|
|
4276
|
+
display: 'slf',
|
|
4277
|
+
symbol: 'SLF',
|
|
4278
|
+
logo_URIs: {
|
|
4279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
4280
|
+
},
|
|
4281
|
+
coingecko_id: 'self-chain',
|
|
4282
|
+
images: [{
|
|
4283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
4284
|
+
}],
|
|
4285
|
+
socials: {
|
|
4286
|
+
website: 'https://selfchain.xyz',
|
|
4287
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
4288
|
+
},
|
|
4289
|
+
traces: [{
|
|
4290
|
+
type: 'ibc',
|
|
4291
|
+
counterparty: {
|
|
4292
|
+
channel_id: 'channel-1',
|
|
4293
|
+
base_denom: 'uslf',
|
|
4294
|
+
chain_name: 'self'
|
|
4295
|
+
},
|
|
4296
|
+
chain: {
|
|
4297
|
+
channel_id: 'channel-157'
|
|
4298
|
+
}
|
|
4299
|
+
}]
|
|
4300
|
+
},
|
|
4227
4301
|
{
|
|
4228
4302
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
4229
4303
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -3586,6 +3586,43 @@ const assets = {
|
|
|
3586
3586
|
}
|
|
3587
3587
|
}]
|
|
3588
3588
|
},
|
|
3589
|
+
{
|
|
3590
|
+
description: 'The native staking token of Self Chain.',
|
|
3591
|
+
denom_units: [{
|
|
3592
|
+
denom: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
3593
|
+
exponent: 0,
|
|
3594
|
+
aliases: ['uslf']
|
|
3595
|
+
}, {
|
|
3596
|
+
denom: 'slf',
|
|
3597
|
+
exponent: 6
|
|
3598
|
+
}],
|
|
3599
|
+
base: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
3600
|
+
name: 'Self',
|
|
3601
|
+
display: 'slf',
|
|
3602
|
+
symbol: 'SLF',
|
|
3603
|
+
logo_URIs: {
|
|
3604
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
3605
|
+
},
|
|
3606
|
+
coingecko_id: 'self-chain',
|
|
3607
|
+
images: [{
|
|
3608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
3609
|
+
}],
|
|
3610
|
+
socials: {
|
|
3611
|
+
website: 'https://selfchain.xyz',
|
|
3612
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
3613
|
+
},
|
|
3614
|
+
traces: [{
|
|
3615
|
+
type: 'ibc',
|
|
3616
|
+
counterparty: {
|
|
3617
|
+
channel_id: 'channel-0',
|
|
3618
|
+
base_denom: 'uslf',
|
|
3619
|
+
chain_name: 'self'
|
|
3620
|
+
},
|
|
3621
|
+
chain: {
|
|
3622
|
+
channel_id: 'channel-892'
|
|
3623
|
+
}
|
|
3624
|
+
}]
|
|
3625
|
+
},
|
|
3589
3626
|
{
|
|
3590
3627
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
3591
3628
|
denom_units: [{
|
|
@@ -6210,6 +6247,43 @@ const assets = {
|
|
|
6210
6247
|
}
|
|
6211
6248
|
}]
|
|
6212
6249
|
},
|
|
6250
|
+
{
|
|
6251
|
+
description: 'The native staking token of Self Chain.',
|
|
6252
|
+
denom_units: [{
|
|
6253
|
+
denom: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
6254
|
+
exponent: 0,
|
|
6255
|
+
aliases: ['uslf']
|
|
6256
|
+
}, {
|
|
6257
|
+
denom: 'slf',
|
|
6258
|
+
exponent: 6
|
|
6259
|
+
}],
|
|
6260
|
+
base: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
6261
|
+
name: 'Self',
|
|
6262
|
+
display: 'slf',
|
|
6263
|
+
symbol: 'SLF',
|
|
6264
|
+
logo_URIs: {
|
|
6265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
6266
|
+
},
|
|
6267
|
+
coingecko_id: 'self-chain',
|
|
6268
|
+
images: [{
|
|
6269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
6270
|
+
}],
|
|
6271
|
+
socials: {
|
|
6272
|
+
website: 'https://selfchain.xyz',
|
|
6273
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
6274
|
+
},
|
|
6275
|
+
traces: [{
|
|
6276
|
+
type: 'ibc',
|
|
6277
|
+
counterparty: {
|
|
6278
|
+
channel_id: 'channel-0',
|
|
6279
|
+
base_denom: 'uslf',
|
|
6280
|
+
chain_name: 'self'
|
|
6281
|
+
},
|
|
6282
|
+
chain: {
|
|
6283
|
+
channel_id: 'channel-892'
|
|
6284
|
+
}
|
|
6285
|
+
}]
|
|
6286
|
+
},
|
|
6213
6287
|
{
|
|
6214
6288
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
6215
6289
|
denom_units: [{
|
package/esm/mainnet/index.js
CHANGED
|
@@ -111,6 +111,7 @@ export * as scorum from './scorum';
|
|
|
111
111
|
export * as secretnetwork from './secretnetwork';
|
|
112
112
|
export * as seda from './seda';
|
|
113
113
|
export * as sei from './sei';
|
|
114
|
+
export * as self from './self';
|
|
114
115
|
export * as sentinel from './sentinel';
|
|
115
116
|
export * as sge from './sge';
|
|
116
117
|
export * as shareledger from './shareledger';
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -10335,6 +10335,43 @@ const assets = {
|
|
|
10335
10335
|
}
|
|
10336
10336
|
}]
|
|
10337
10337
|
},
|
|
10338
|
+
{
|
|
10339
|
+
description: 'The native staking token of Self Chain.',
|
|
10340
|
+
denom_units: [{
|
|
10341
|
+
denom: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
10342
|
+
exponent: 0,
|
|
10343
|
+
aliases: ['uslf']
|
|
10344
|
+
}, {
|
|
10345
|
+
denom: 'slf',
|
|
10346
|
+
exponent: 6
|
|
10347
|
+
}],
|
|
10348
|
+
base: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
10349
|
+
name: 'Self',
|
|
10350
|
+
display: 'slf',
|
|
10351
|
+
symbol: 'SLF',
|
|
10352
|
+
logo_URIs: {
|
|
10353
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
10354
|
+
},
|
|
10355
|
+
coingecko_id: 'self-chain',
|
|
10356
|
+
images: [{
|
|
10357
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
10358
|
+
}],
|
|
10359
|
+
socials: {
|
|
10360
|
+
website: 'https://selfchain.xyz',
|
|
10361
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
10362
|
+
},
|
|
10363
|
+
traces: [{
|
|
10364
|
+
type: 'ibc',
|
|
10365
|
+
counterparty: {
|
|
10366
|
+
channel_id: 'channel-1',
|
|
10367
|
+
base_denom: 'uslf',
|
|
10368
|
+
chain_name: 'self'
|
|
10369
|
+
},
|
|
10370
|
+
chain: {
|
|
10371
|
+
channel_id: 'channel-78292'
|
|
10372
|
+
}
|
|
10373
|
+
}]
|
|
10374
|
+
},
|
|
10338
10375
|
{
|
|
10339
10376
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
10340
10377
|
denom_units: [{
|
|
@@ -12971,6 +13008,43 @@ const assets = {
|
|
|
12971
13008
|
}
|
|
12972
13009
|
}]
|
|
12973
13010
|
},
|
|
13011
|
+
{
|
|
13012
|
+
description: 'The native staking token of Self Chain.',
|
|
13013
|
+
denom_units: [{
|
|
13014
|
+
denom: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
13015
|
+
exponent: 0,
|
|
13016
|
+
aliases: ['uslf']
|
|
13017
|
+
}, {
|
|
13018
|
+
denom: 'slf',
|
|
13019
|
+
exponent: 6
|
|
13020
|
+
}],
|
|
13021
|
+
base: 'ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512',
|
|
13022
|
+
name: 'Self',
|
|
13023
|
+
display: 'slf',
|
|
13024
|
+
symbol: 'SLF',
|
|
13025
|
+
logo_URIs: {
|
|
13026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
13027
|
+
},
|
|
13028
|
+
coingecko_id: 'self-chain',
|
|
13029
|
+
images: [{
|
|
13030
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
13031
|
+
}],
|
|
13032
|
+
socials: {
|
|
13033
|
+
website: 'https://selfchain.xyz',
|
|
13034
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
13035
|
+
},
|
|
13036
|
+
traces: [{
|
|
13037
|
+
type: 'ibc',
|
|
13038
|
+
counterparty: {
|
|
13039
|
+
channel_id: 'channel-1',
|
|
13040
|
+
base_denom: 'uslf',
|
|
13041
|
+
chain_name: 'self'
|
|
13042
|
+
},
|
|
13043
|
+
chain: {
|
|
13044
|
+
channel_id: 'channel-78292'
|
|
13045
|
+
}
|
|
13046
|
+
}]
|
|
13047
|
+
},
|
|
12974
13048
|
{
|
|
12975
13049
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
12976
13050
|
denom_units: [{
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'self',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Axelar',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uaxl']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'axl',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
15
|
+
name: 'Axelar',
|
|
16
|
+
display: 'axl',
|
|
17
|
+
symbol: 'AXL',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'axelar',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
26
|
+
}],
|
|
27
|
+
socials: {
|
|
28
|
+
website: 'https://axelar.network/',
|
|
29
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
30
|
+
},
|
|
31
|
+
traces: [{
|
|
32
|
+
type: 'ibc',
|
|
33
|
+
counterparty: {
|
|
34
|
+
channel_id: 'channel-157',
|
|
35
|
+
base_denom: 'uaxl',
|
|
36
|
+
chain_name: 'axelar'
|
|
37
|
+
},
|
|
38
|
+
chain: {
|
|
39
|
+
channel_id: 'channel-1'
|
|
40
|
+
}
|
|
41
|
+
}]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
45
|
+
denom_units: [{
|
|
46
|
+
denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
47
|
+
exponent: 0,
|
|
48
|
+
aliases: ['uatom']
|
|
49
|
+
}, {
|
|
50
|
+
denom: 'atom',
|
|
51
|
+
exponent: 6
|
|
52
|
+
}],
|
|
53
|
+
base: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
54
|
+
name: 'Cosmos Hub Atom',
|
|
55
|
+
display: 'atom',
|
|
56
|
+
symbol: 'ATOM',
|
|
57
|
+
logo_URIs: {
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
59
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
60
|
+
},
|
|
61
|
+
coingecko_id: 'cosmos',
|
|
62
|
+
images: [{
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
65
|
+
}],
|
|
66
|
+
socials: {
|
|
67
|
+
website: 'https://cosmos.network',
|
|
68
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
69
|
+
},
|
|
70
|
+
traces: [{
|
|
71
|
+
type: 'ibc',
|
|
72
|
+
counterparty: {
|
|
73
|
+
channel_id: 'channel-892',
|
|
74
|
+
base_denom: 'uatom',
|
|
75
|
+
chain_name: 'cosmoshub'
|
|
76
|
+
},
|
|
77
|
+
chain: {
|
|
78
|
+
channel_id: 'channel-0'
|
|
79
|
+
}
|
|
80
|
+
}]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
description: 'The native token of Osmosis',
|
|
84
|
+
denom_units: [{
|
|
85
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
86
|
+
exponent: 0,
|
|
87
|
+
aliases: ['uosmo']
|
|
88
|
+
}, {
|
|
89
|
+
denom: 'osmo',
|
|
90
|
+
exponent: 6
|
|
91
|
+
}],
|
|
92
|
+
type_asset: 'sdk.coin',
|
|
93
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
94
|
+
name: 'Osmosis',
|
|
95
|
+
display: 'osmo',
|
|
96
|
+
symbol: 'OSMO',
|
|
97
|
+
logo_URIs: {
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
99
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
100
|
+
},
|
|
101
|
+
images: [{
|
|
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
|
+
coingecko_id: 'osmosis',
|
|
106
|
+
keywords: ['dex', 'staking'],
|
|
107
|
+
socials: {
|
|
108
|
+
website: 'https://osmosis.zone',
|
|
109
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
110
|
+
},
|
|
111
|
+
traces: [{
|
|
112
|
+
type: 'ibc',
|
|
113
|
+
counterparty: {
|
|
114
|
+
channel_id: 'channel-78292',
|
|
115
|
+
base_denom: 'uosmo',
|
|
116
|
+
chain_name: 'osmosis'
|
|
117
|
+
},
|
|
118
|
+
chain: {
|
|
119
|
+
channel_id: 'channel-1'
|
|
120
|
+
}
|
|
121
|
+
}]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
description: 'ION is the second native token of Osmosis.',
|
|
125
|
+
denom_units: [{
|
|
126
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
127
|
+
exponent: 0,
|
|
128
|
+
aliases: ['uion']
|
|
129
|
+
}, {
|
|
130
|
+
denom: 'ion',
|
|
131
|
+
exponent: 6
|
|
132
|
+
}],
|
|
133
|
+
type_asset: 'sdk.coin',
|
|
134
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
135
|
+
name: 'Ion DAO',
|
|
136
|
+
display: 'ion',
|
|
137
|
+
symbol: 'ION',
|
|
138
|
+
logo_URIs: {
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
141
|
+
},
|
|
142
|
+
images: [{
|
|
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
|
+
coingecko_id: 'ion',
|
|
147
|
+
keywords: ['memecoin', 'defi'],
|
|
148
|
+
socials: {
|
|
149
|
+
website: 'https://ion.wtf',
|
|
150
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
151
|
+
},
|
|
152
|
+
traces: [{
|
|
153
|
+
type: 'ibc',
|
|
154
|
+
counterparty: {
|
|
155
|
+
channel_id: 'channel-78292',
|
|
156
|
+
base_denom: 'uion',
|
|
157
|
+
chain_name: 'osmosis'
|
|
158
|
+
},
|
|
159
|
+
chain: {
|
|
160
|
+
channel_id: 'channel-1'
|
|
161
|
+
}
|
|
162
|
+
}]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
description: 'The native token of Axelar',
|
|
166
|
+
denom_units: [{
|
|
167
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
168
|
+
exponent: 0,
|
|
169
|
+
aliases: ['uaxl']
|
|
170
|
+
}, {
|
|
171
|
+
denom: 'axl',
|
|
172
|
+
exponent: 6
|
|
173
|
+
}],
|
|
174
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
175
|
+
name: 'Axelar',
|
|
176
|
+
display: 'axl',
|
|
177
|
+
symbol: 'AXL',
|
|
178
|
+
logo_URIs: {
|
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
181
|
+
},
|
|
182
|
+
coingecko_id: 'axelar',
|
|
183
|
+
images: [{
|
|
184
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
186
|
+
}],
|
|
187
|
+
socials: {
|
|
188
|
+
website: 'https://axelar.network/',
|
|
189
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
190
|
+
},
|
|
191
|
+
traces: [{
|
|
192
|
+
type: 'ibc',
|
|
193
|
+
counterparty: {
|
|
194
|
+
channel_id: 'channel-157',
|
|
195
|
+
base_denom: 'uaxl',
|
|
196
|
+
chain_name: 'axelar'
|
|
197
|
+
},
|
|
198
|
+
chain: {
|
|
199
|
+
channel_id: 'channel-1'
|
|
200
|
+
}
|
|
201
|
+
}]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
205
|
+
denom_units: [{
|
|
206
|
+
denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
207
|
+
exponent: 0,
|
|
208
|
+
aliases: ['uatom']
|
|
209
|
+
}, {
|
|
210
|
+
denom: 'atom',
|
|
211
|
+
exponent: 6
|
|
212
|
+
}],
|
|
213
|
+
base: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
214
|
+
name: 'Cosmos Hub Atom',
|
|
215
|
+
display: 'atom',
|
|
216
|
+
symbol: 'ATOM',
|
|
217
|
+
logo_URIs: {
|
|
218
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
219
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
220
|
+
},
|
|
221
|
+
coingecko_id: 'cosmos',
|
|
222
|
+
images: [{
|
|
223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
225
|
+
}],
|
|
226
|
+
socials: {
|
|
227
|
+
website: 'https://cosmos.network',
|
|
228
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
229
|
+
},
|
|
230
|
+
traces: [{
|
|
231
|
+
type: 'ibc',
|
|
232
|
+
counterparty: {
|
|
233
|
+
channel_id: 'channel-892',
|
|
234
|
+
base_denom: 'uatom',
|
|
235
|
+
chain_name: 'cosmoshub'
|
|
236
|
+
},
|
|
237
|
+
chain: {
|
|
238
|
+
channel_id: 'channel-0'
|
|
239
|
+
}
|
|
240
|
+
}]
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
description: 'The native token of Osmosis',
|
|
244
|
+
denom_units: [{
|
|
245
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
246
|
+
exponent: 0,
|
|
247
|
+
aliases: ['uosmo']
|
|
248
|
+
}, {
|
|
249
|
+
denom: 'osmo',
|
|
250
|
+
exponent: 6
|
|
251
|
+
}],
|
|
252
|
+
type_asset: 'sdk.coin',
|
|
253
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
254
|
+
name: 'Osmosis',
|
|
255
|
+
display: 'osmo',
|
|
256
|
+
symbol: 'OSMO',
|
|
257
|
+
logo_URIs: {
|
|
258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
259
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
260
|
+
},
|
|
261
|
+
images: [{
|
|
262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
263
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
264
|
+
}],
|
|
265
|
+
coingecko_id: 'osmosis',
|
|
266
|
+
keywords: ['dex', 'staking'],
|
|
267
|
+
socials: {
|
|
268
|
+
website: 'https://osmosis.zone',
|
|
269
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
270
|
+
},
|
|
271
|
+
traces: [{
|
|
272
|
+
type: 'ibc',
|
|
273
|
+
counterparty: {
|
|
274
|
+
channel_id: 'channel-78292',
|
|
275
|
+
base_denom: 'uosmo',
|
|
276
|
+
chain_name: 'osmosis'
|
|
277
|
+
},
|
|
278
|
+
chain: {
|
|
279
|
+
channel_id: 'channel-1'
|
|
280
|
+
}
|
|
281
|
+
}]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
description: 'ION is the second native token of Osmosis.',
|
|
285
|
+
denom_units: [{
|
|
286
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
287
|
+
exponent: 0,
|
|
288
|
+
aliases: ['uion']
|
|
289
|
+
}, {
|
|
290
|
+
denom: 'ion',
|
|
291
|
+
exponent: 6
|
|
292
|
+
}],
|
|
293
|
+
type_asset: 'sdk.coin',
|
|
294
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
295
|
+
name: 'Ion DAO',
|
|
296
|
+
display: 'ion',
|
|
297
|
+
symbol: 'ION',
|
|
298
|
+
logo_URIs: {
|
|
299
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
300
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
301
|
+
},
|
|
302
|
+
images: [{
|
|
303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
305
|
+
}],
|
|
306
|
+
coingecko_id: 'ion',
|
|
307
|
+
keywords: ['memecoin', 'defi'],
|
|
308
|
+
socials: {
|
|
309
|
+
website: 'https://ion.wtf',
|
|
310
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
311
|
+
},
|
|
312
|
+
traces: [{
|
|
313
|
+
type: 'ibc',
|
|
314
|
+
counterparty: {
|
|
315
|
+
channel_id: 'channel-78292',
|
|
316
|
+
base_denom: 'uion',
|
|
317
|
+
chain_name: 'osmosis'
|
|
318
|
+
},
|
|
319
|
+
chain: {
|
|
320
|
+
channel_id: 'channel-1'
|
|
321
|
+
}
|
|
322
|
+
}]
|
|
323
|
+
}
|
|
324
|
+
]
|
|
325
|
+
};
|
|
326
|
+
export default assets;
|