@chain-registry/assets 1.70.580 → 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 +2 -1
- package/esm/mainnet/axelar.js +0 -2
- package/esm/mainnet/bandchain.js +0 -2
- package/esm/mainnet/cosmoshub.js +0 -2
- package/esm/mainnet/doravota.js +0 -2
- package/esm/mainnet/dydx.js +0 -2
- package/esm/mainnet/evmos.js +0 -2
- package/esm/mainnet/gravitybridge.js +0 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/kava.js +0 -2
- package/esm/mainnet/kujira.js +0 -2
- package/esm/mainnet/noble.js +0 -2
- package/esm/mainnet/osmosis.js +78 -2
- package/esm/mainnet/secretnetwork.js +0 -2
- package/mainnet/amitis.d.ts +3 -0
- package/mainnet/amitis.js +172 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +0 -2
- package/mainnet/bandchain.js +0 -2
- package/mainnet/cosmoshub.js +0 -2
- package/mainnet/doravota.js +0 -2
- package/mainnet/dydx.js +0 -2
- package/mainnet/evmos.js +0 -2
- package/mainnet/gravitybridge.js +0 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/kava.js +0 -2
- package/mainnet/kujira.js +0 -2
- package/mainnet/noble.js +0 -2
- package/mainnet/osmosis.js +78 -2
- package/mainnet/secretnetwork.js +0 -2
- package/package.json +5 -5
|
@@ -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';
|
|
@@ -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, _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
|
+
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;
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -1064,7 +1064,6 @@ const assets = {
|
|
|
1064
1064
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1065
1065
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1066
1066
|
},
|
|
1067
|
-
coingecko_id: 'pulsara',
|
|
1068
1067
|
keywords: [
|
|
1069
1068
|
'dex',
|
|
1070
1069
|
'staking',
|
|
@@ -4014,7 +4013,6 @@ const assets = {
|
|
|
4014
4013
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
4015
4014
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
4016
4015
|
},
|
|
4017
|
-
coingecko_id: 'pulsara',
|
|
4018
4016
|
keywords: [
|
|
4019
4017
|
'dex',
|
|
4020
4018
|
'staking',
|
package/esm/mainnet/bandchain.js
CHANGED
|
@@ -66,7 +66,6 @@ const assets = {
|
|
|
66
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
67
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
68
68
|
},
|
|
69
|
-
coingecko_id: 'pulsara',
|
|
70
69
|
keywords: [
|
|
71
70
|
'dex',
|
|
72
71
|
'staking',
|
|
@@ -403,7 +402,6 @@ const assets = {
|
|
|
403
402
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
404
403
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
405
404
|
},
|
|
406
|
-
coingecko_id: 'pulsara',
|
|
407
405
|
keywords: [
|
|
408
406
|
'dex',
|
|
409
407
|
'staking',
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -1168,7 +1168,6 @@ const assets = {
|
|
|
1168
1168
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1169
1169
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1170
1170
|
},
|
|
1171
|
-
coingecko_id: 'pulsara',
|
|
1172
1171
|
keywords: [
|
|
1173
1172
|
'dex',
|
|
1174
1173
|
'staking',
|
|
@@ -2446,7 +2445,6 @@ const assets = {
|
|
|
2446
2445
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2447
2446
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2448
2447
|
},
|
|
2449
|
-
coingecko_id: 'pulsara',
|
|
2450
2448
|
keywords: [
|
|
2451
2449
|
'dex',
|
|
2452
2450
|
'staking',
|
package/esm/mainnet/doravota.js
CHANGED
|
@@ -233,7 +233,6 @@ const assets = {
|
|
|
233
233
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
234
234
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
235
235
|
},
|
|
236
|
-
coingecko_id: 'pulsara',
|
|
237
236
|
keywords: [
|
|
238
237
|
'dex',
|
|
239
238
|
'staking',
|
|
@@ -655,7 +654,6 @@ const assets = {
|
|
|
655
654
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
656
655
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
657
656
|
},
|
|
658
|
-
coingecko_id: 'pulsara',
|
|
659
657
|
keywords: [
|
|
660
658
|
'dex',
|
|
661
659
|
'staking',
|
package/esm/mainnet/dydx.js
CHANGED
|
@@ -66,7 +66,6 @@ const assets = {
|
|
|
66
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
67
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
68
68
|
},
|
|
69
|
-
coingecko_id: 'pulsara',
|
|
70
69
|
keywords: [
|
|
71
70
|
'dex',
|
|
72
71
|
'staking',
|
|
@@ -316,7 +315,6 @@ const assets = {
|
|
|
316
315
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
317
316
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
318
317
|
},
|
|
319
|
-
coingecko_id: 'pulsara',
|
|
320
318
|
keywords: [
|
|
321
319
|
'dex',
|
|
322
320
|
'staking',
|
package/esm/mainnet/evmos.js
CHANGED
|
@@ -444,7 +444,6 @@ const assets = {
|
|
|
444
444
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
445
445
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
446
446
|
},
|
|
447
|
-
coingecko_id: 'pulsara',
|
|
448
447
|
keywords: [
|
|
449
448
|
'dex',
|
|
450
449
|
'staking',
|
|
@@ -1282,7 +1281,6 @@ const assets = {
|
|
|
1282
1281
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1283
1282
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1284
1283
|
},
|
|
1285
|
-
coingecko_id: 'pulsara',
|
|
1286
1284
|
keywords: [
|
|
1287
1285
|
'dex',
|
|
1288
1286
|
'staking',
|
|
@@ -412,7 +412,6 @@ const assets = {
|
|
|
412
412
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
413
413
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
414
414
|
},
|
|
415
|
-
coingecko_id: 'pulsara',
|
|
416
415
|
keywords: [
|
|
417
416
|
'dex',
|
|
418
417
|
'staking',
|
|
@@ -1194,7 +1193,6 @@ const assets = {
|
|
|
1194
1193
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1195
1194
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1196
1195
|
},
|
|
1197
|
-
coingecko_id: 'pulsara',
|
|
1198
1196
|
keywords: [
|
|
1199
1197
|
'dex',
|
|
1200
1198
|
'staking',
|
package/esm/mainnet/index.js
CHANGED
|
@@ -8,6 +8,7 @@ export * as agoric from './agoric';
|
|
|
8
8
|
export * as aioz from './aioz';
|
|
9
9
|
export * as akash from './akash';
|
|
10
10
|
export * as allora from './allora';
|
|
11
|
+
export * as amitis from './amitis';
|
|
11
12
|
export * as andromeda from './andromeda';
|
|
12
13
|
export * as archway from './archway';
|
|
13
14
|
export * as arkeo from './arkeo';
|
package/esm/mainnet/kava.js
CHANGED
|
@@ -218,7 +218,6 @@ const assets = {
|
|
|
218
218
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
219
219
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
220
220
|
},
|
|
221
|
-
coingecko_id: 'pulsara',
|
|
222
221
|
keywords: [
|
|
223
222
|
'dex',
|
|
224
223
|
'staking',
|
|
@@ -1200,7 +1199,6 @@ const assets = {
|
|
|
1200
1199
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1201
1200
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1202
1201
|
},
|
|
1203
|
-
coingecko_id: 'pulsara',
|
|
1204
1202
|
keywords: [
|
|
1205
1203
|
'dex',
|
|
1206
1204
|
'staking',
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -751,7 +751,6 @@ const assets = {
|
|
|
751
751
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
752
752
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
753
753
|
},
|
|
754
|
-
coingecko_id: 'pulsara',
|
|
755
754
|
keywords: [
|
|
756
755
|
'dex',
|
|
757
756
|
'staking',
|
|
@@ -2649,7 +2648,6 @@ const assets = {
|
|
|
2649
2648
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2650
2649
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2651
2650
|
},
|
|
2652
|
-
coingecko_id: 'pulsara',
|
|
2653
2651
|
keywords: [
|
|
2654
2652
|
'dex',
|
|
2655
2653
|
'staking',
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -454,7 +454,6 @@ const assets = {
|
|
|
454
454
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
455
455
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
456
456
|
},
|
|
457
|
-
coingecko_id: 'pulsara',
|
|
458
457
|
keywords: [
|
|
459
458
|
'dex',
|
|
460
459
|
'staking',
|
|
@@ -2945,7 +2944,6 @@ const assets = {
|
|
|
2945
2944
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2946
2945
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2947
2946
|
},
|
|
2948
|
-
coingecko_id: 'pulsara',
|
|
2949
2947
|
keywords: [
|
|
2950
2948
|
'dex',
|
|
2951
2949
|
'staking',
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -448,6 +448,45 @@ const assets = {
|
|
|
448
448
|
}
|
|
449
449
|
}]
|
|
450
450
|
},
|
|
451
|
+
{
|
|
452
|
+
description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
|
|
453
|
+
type_asset: 'sdk.coin',
|
|
454
|
+
denom_units: [{
|
|
455
|
+
denom: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
456
|
+
exponent: 0,
|
|
457
|
+
aliases: ['uamts']
|
|
458
|
+
}, {
|
|
459
|
+
denom: 'amts',
|
|
460
|
+
exponent: 6
|
|
461
|
+
}],
|
|
462
|
+
base: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
463
|
+
name: 'Amitis',
|
|
464
|
+
display: 'amts',
|
|
465
|
+
symbol: 'AMTS',
|
|
466
|
+
logo_URIs: {
|
|
467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
468
|
+
},
|
|
469
|
+
images: [{
|
|
470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
471
|
+
}],
|
|
472
|
+
keywords: [
|
|
473
|
+
'native',
|
|
474
|
+
'staking',
|
|
475
|
+
'fee-rebate',
|
|
476
|
+
'dex'
|
|
477
|
+
],
|
|
478
|
+
traces: [{
|
|
479
|
+
type: 'ibc',
|
|
480
|
+
counterparty: {
|
|
481
|
+
channel_id: 'channel-1',
|
|
482
|
+
base_denom: 'uamts',
|
|
483
|
+
chain_name: 'amitis'
|
|
484
|
+
},
|
|
485
|
+
chain: {
|
|
486
|
+
channel_id: 'channel-110089'
|
|
487
|
+
}
|
|
488
|
+
}]
|
|
489
|
+
},
|
|
451
490
|
{
|
|
452
491
|
description: 'The native staking and governance token of Andromeda',
|
|
453
492
|
denom_units: [{
|
|
@@ -1891,7 +1930,6 @@ const assets = {
|
|
|
1891
1930
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1892
1931
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1893
1932
|
},
|
|
1894
|
-
coingecko_id: 'pulsara',
|
|
1895
1933
|
keywords: [
|
|
1896
1934
|
'dex',
|
|
1897
1935
|
'staking',
|
|
@@ -7023,6 +7061,45 @@ const assets = {
|
|
|
7023
7061
|
}
|
|
7024
7062
|
}]
|
|
7025
7063
|
},
|
|
7064
|
+
{
|
|
7065
|
+
description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
|
|
7066
|
+
type_asset: 'sdk.coin',
|
|
7067
|
+
denom_units: [{
|
|
7068
|
+
denom: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
7069
|
+
exponent: 0,
|
|
7070
|
+
aliases: ['uamts']
|
|
7071
|
+
}, {
|
|
7072
|
+
denom: 'amts',
|
|
7073
|
+
exponent: 6
|
|
7074
|
+
}],
|
|
7075
|
+
base: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
7076
|
+
name: 'Amitis',
|
|
7077
|
+
display: 'amts',
|
|
7078
|
+
symbol: 'AMTS',
|
|
7079
|
+
logo_URIs: {
|
|
7080
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
7081
|
+
},
|
|
7082
|
+
images: [{
|
|
7083
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
7084
|
+
}],
|
|
7085
|
+
keywords: [
|
|
7086
|
+
'native',
|
|
7087
|
+
'staking',
|
|
7088
|
+
'fee-rebate',
|
|
7089
|
+
'dex'
|
|
7090
|
+
],
|
|
7091
|
+
traces: [{
|
|
7092
|
+
type: 'ibc',
|
|
7093
|
+
counterparty: {
|
|
7094
|
+
channel_id: 'channel-1',
|
|
7095
|
+
base_denom: 'uamts',
|
|
7096
|
+
chain_name: 'amitis'
|
|
7097
|
+
},
|
|
7098
|
+
chain: {
|
|
7099
|
+
channel_id: 'channel-110089'
|
|
7100
|
+
}
|
|
7101
|
+
}]
|
|
7102
|
+
},
|
|
7026
7103
|
{
|
|
7027
7104
|
description: 'The native staking and governance token of Andromeda',
|
|
7028
7105
|
denom_units: [{
|
|
@@ -8466,7 +8543,6 @@ const assets = {
|
|
|
8466
8543
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
8467
8544
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
8468
8545
|
},
|
|
8469
|
-
coingecko_id: 'pulsara',
|
|
8470
8546
|
keywords: [
|
|
8471
8547
|
'dex',
|
|
8472
8548
|
'staking',
|
|
@@ -602,7 +602,6 @@ const assets = {
|
|
|
602
602
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
603
603
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
604
604
|
},
|
|
605
|
-
coingecko_id: 'pulsara',
|
|
606
605
|
keywords: [
|
|
607
606
|
'dex',
|
|
608
607
|
'staking',
|
|
@@ -2777,7 +2776,6 @@ const assets = {
|
|
|
2777
2776
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2778
2777
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2779
2778
|
},
|
|
2780
|
-
coingecko_id: 'pulsara',
|
|
2781
2779
|
keywords: [
|
|
2782
2780
|
'dex',
|
|
2783
2781
|
'staking',
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'amitis',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
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
|
+
}],
|
|
29
|
+
coingecko_id: 'osmosis',
|
|
30
|
+
keywords: ['dex', 'staking'],
|
|
31
|
+
socials: {
|
|
32
|
+
website: 'https://osmosis.zone',
|
|
33
|
+
x: 'https://x.com/osmosis'
|
|
34
|
+
},
|
|
35
|
+
traces: [{
|
|
36
|
+
type: 'ibc',
|
|
37
|
+
counterparty: {
|
|
38
|
+
channel_id: 'channel-110089',
|
|
39
|
+
base_denom: 'uosmo',
|
|
40
|
+
chain_name: 'osmosis'
|
|
41
|
+
},
|
|
42
|
+
chain: {
|
|
43
|
+
channel_id: 'channel-1'
|
|
44
|
+
}
|
|
45
|
+
}]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
description: 'ION is the second native token of Osmosis.',
|
|
49
|
+
denom_units: [{
|
|
50
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['uion']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'ion',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
type_asset: 'sdk.coin',
|
|
58
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
59
|
+
name: 'Ion DAO',
|
|
60
|
+
display: 'ion',
|
|
61
|
+
symbol: 'ION',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
|
+
},
|
|
66
|
+
images: [{
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
69
|
+
}],
|
|
70
|
+
coingecko_id: 'ion',
|
|
71
|
+
keywords: ['memecoin', 'defi'],
|
|
72
|
+
socials: {
|
|
73
|
+
website: 'https://ion.wtf',
|
|
74
|
+
x: 'https://x.com/_IONDAO'
|
|
75
|
+
},
|
|
76
|
+
traces: [{
|
|
77
|
+
type: 'ibc',
|
|
78
|
+
counterparty: {
|
|
79
|
+
channel_id: 'channel-110089',
|
|
80
|
+
base_denom: 'uion',
|
|
81
|
+
chain_name: 'osmosis'
|
|
82
|
+
},
|
|
83
|
+
chain: {
|
|
84
|
+
channel_id: 'channel-1'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
description: 'The native token of Osmosis',
|
|
90
|
+
denom_units: [{
|
|
91
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
92
|
+
exponent: 0,
|
|
93
|
+
aliases: ['uosmo']
|
|
94
|
+
}, {
|
|
95
|
+
denom: 'osmo',
|
|
96
|
+
exponent: 6
|
|
97
|
+
}],
|
|
98
|
+
type_asset: 'sdk.coin',
|
|
99
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
100
|
+
name: 'Osmosis',
|
|
101
|
+
display: 'osmo',
|
|
102
|
+
symbol: 'OSMO',
|
|
103
|
+
logo_URIs: {
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
106
|
+
},
|
|
107
|
+
images: [{
|
|
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
|
+
coingecko_id: 'osmosis',
|
|
112
|
+
keywords: ['dex', 'staking'],
|
|
113
|
+
socials: {
|
|
114
|
+
website: 'https://osmosis.zone',
|
|
115
|
+
x: 'https://x.com/osmosis'
|
|
116
|
+
},
|
|
117
|
+
traces: [{
|
|
118
|
+
type: 'ibc',
|
|
119
|
+
counterparty: {
|
|
120
|
+
channel_id: 'channel-110089',
|
|
121
|
+
base_denom: 'uosmo',
|
|
122
|
+
chain_name: 'osmosis'
|
|
123
|
+
},
|
|
124
|
+
chain: {
|
|
125
|
+
channel_id: 'channel-1'
|
|
126
|
+
}
|
|
127
|
+
}]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
description: 'ION is the second native token of Osmosis.',
|
|
131
|
+
denom_units: [{
|
|
132
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
133
|
+
exponent: 0,
|
|
134
|
+
aliases: ['uion']
|
|
135
|
+
}, {
|
|
136
|
+
denom: 'ion',
|
|
137
|
+
exponent: 6
|
|
138
|
+
}],
|
|
139
|
+
type_asset: 'sdk.coin',
|
|
140
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
141
|
+
name: 'Ion DAO',
|
|
142
|
+
display: 'ion',
|
|
143
|
+
symbol: 'ION',
|
|
144
|
+
logo_URIs: {
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
147
|
+
},
|
|
148
|
+
images: [{
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
151
|
+
}],
|
|
152
|
+
coingecko_id: 'ion',
|
|
153
|
+
keywords: ['memecoin', 'defi'],
|
|
154
|
+
socials: {
|
|
155
|
+
website: 'https://ion.wtf',
|
|
156
|
+
x: 'https://x.com/_IONDAO'
|
|
157
|
+
},
|
|
158
|
+
traces: [{
|
|
159
|
+
type: 'ibc',
|
|
160
|
+
counterparty: {
|
|
161
|
+
channel_id: 'channel-110089',
|
|
162
|
+
base_denom: 'uion',
|
|
163
|
+
chain_name: 'osmosis'
|
|
164
|
+
},
|
|
165
|
+
chain: {
|
|
166
|
+
channel_id: 'channel-1'
|
|
167
|
+
}
|
|
168
|
+
}]
|
|
169
|
+
}
|
|
170
|
+
]
|
|
171
|
+
};
|
|
172
|
+
exports.default = assets;
|
package/mainnet/assets.js
CHANGED
|
@@ -13,6 +13,7 @@ const agoric_1 = __importDefault(require("./agoric"));
|
|
|
13
13
|
const aioz_1 = __importDefault(require("./aioz"));
|
|
14
14
|
const akash_1 = __importDefault(require("./akash"));
|
|
15
15
|
const allora_1 = __importDefault(require("./allora"));
|
|
16
|
+
const amitis_1 = __importDefault(require("./amitis"));
|
|
16
17
|
const andromeda_1 = __importDefault(require("./andromeda"));
|
|
17
18
|
const archway_1 = __importDefault(require("./archway"));
|
|
18
19
|
const arkeo_1 = __importDefault(require("./arkeo"));
|
|
@@ -182,5 +183,5 @@ const xpla_1 = __importDefault(require("./xpla"));
|
|
|
182
183
|
const xrplevm_1 = __importDefault(require("./xrplevm"));
|
|
183
184
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
184
185
|
const zigchain_1 = __importDefault(require("./zigchain"));
|
|
185
|
-
const assets = [ethereum_1.default, namada_1.default, penumbra_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bitway_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, divine_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, epix_1.default, evmos_1.default, fandomchain_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, gnodi_1.default, gravitybridge_1.default, haqq_1.default, hazinachain_1.default, hippoprotocol_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, intento_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, lombardledger_1.default, lorenzo_1.default, lumen_1.default, lumera_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, mirage_1.default, mtgbp_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_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, optio_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, paxi_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pundix_1.default, pylons_1.default, qfs_1.default, qie_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, sidechain_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, sunrise_1.default, symphony_1.default, synternet_1.default, taketitan_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, xrplevm_1.default, zenrock_1.default, zigchain_1.default];
|
|
186
|
+
const assets = [ethereum_1.default, namada_1.default, penumbra_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, amitis_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bitway_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, divine_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, epix_1.default, evmos_1.default, fandomchain_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, gnodi_1.default, gravitybridge_1.default, haqq_1.default, hazinachain_1.default, hippoprotocol_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, intento_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, lombardledger_1.default, lorenzo_1.default, lumen_1.default, lumera_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, mirage_1.default, mtgbp_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_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, optio_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, paxi_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pundix_1.default, pylons_1.default, qfs_1.default, qie_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, sidechain_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, sunrise_1.default, symphony_1.default, synternet_1.default, taketitan_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, xrplevm_1.default, zenrock_1.default, zigchain_1.default];
|
|
186
187
|
exports.default = assets;
|
package/mainnet/axelar.js
CHANGED
|
@@ -1066,7 +1066,6 @@ const assets = {
|
|
|
1066
1066
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1067
1067
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1068
1068
|
},
|
|
1069
|
-
coingecko_id: 'pulsara',
|
|
1070
1069
|
keywords: [
|
|
1071
1070
|
'dex',
|
|
1072
1071
|
'staking',
|
|
@@ -4016,7 +4015,6 @@ const assets = {
|
|
|
4016
4015
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
4017
4016
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
4018
4017
|
},
|
|
4019
|
-
coingecko_id: 'pulsara',
|
|
4020
4018
|
keywords: [
|
|
4021
4019
|
'dex',
|
|
4022
4020
|
'staking',
|
package/mainnet/bandchain.js
CHANGED
|
@@ -68,7 +68,6 @@ const assets = {
|
|
|
68
68
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
69
69
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
70
70
|
},
|
|
71
|
-
coingecko_id: 'pulsara',
|
|
72
71
|
keywords: [
|
|
73
72
|
'dex',
|
|
74
73
|
'staking',
|
|
@@ -405,7 +404,6 @@ const assets = {
|
|
|
405
404
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
406
405
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
407
406
|
},
|
|
408
|
-
coingecko_id: 'pulsara',
|
|
409
407
|
keywords: [
|
|
410
408
|
'dex',
|
|
411
409
|
'staking',
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -1170,7 +1170,6 @@ const assets = {
|
|
|
1170
1170
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1171
1171
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1172
1172
|
},
|
|
1173
|
-
coingecko_id: 'pulsara',
|
|
1174
1173
|
keywords: [
|
|
1175
1174
|
'dex',
|
|
1176
1175
|
'staking',
|
|
@@ -2448,7 +2447,6 @@ const assets = {
|
|
|
2448
2447
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2449
2448
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2450
2449
|
},
|
|
2451
|
-
coingecko_id: 'pulsara',
|
|
2452
2450
|
keywords: [
|
|
2453
2451
|
'dex',
|
|
2454
2452
|
'staking',
|
package/mainnet/doravota.js
CHANGED
|
@@ -235,7 +235,6 @@ const assets = {
|
|
|
235
235
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
236
236
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
237
237
|
},
|
|
238
|
-
coingecko_id: 'pulsara',
|
|
239
238
|
keywords: [
|
|
240
239
|
'dex',
|
|
241
240
|
'staking',
|
|
@@ -657,7 +656,6 @@ const assets = {
|
|
|
657
656
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
658
657
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
659
658
|
},
|
|
660
|
-
coingecko_id: 'pulsara',
|
|
661
659
|
keywords: [
|
|
662
660
|
'dex',
|
|
663
661
|
'staking',
|
package/mainnet/dydx.js
CHANGED
|
@@ -68,7 +68,6 @@ const assets = {
|
|
|
68
68
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
69
69
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
70
70
|
},
|
|
71
|
-
coingecko_id: 'pulsara',
|
|
72
71
|
keywords: [
|
|
73
72
|
'dex',
|
|
74
73
|
'staking',
|
|
@@ -318,7 +317,6 @@ const assets = {
|
|
|
318
317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
319
318
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
320
319
|
},
|
|
321
|
-
coingecko_id: 'pulsara',
|
|
322
320
|
keywords: [
|
|
323
321
|
'dex',
|
|
324
322
|
'staking',
|
package/mainnet/evmos.js
CHANGED
|
@@ -446,7 +446,6 @@ const assets = {
|
|
|
446
446
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
447
447
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
448
448
|
},
|
|
449
|
-
coingecko_id: 'pulsara',
|
|
450
449
|
keywords: [
|
|
451
450
|
'dex',
|
|
452
451
|
'staking',
|
|
@@ -1284,7 +1283,6 @@ const assets = {
|
|
|
1284
1283
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1285
1284
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1286
1285
|
},
|
|
1287
|
-
coingecko_id: 'pulsara',
|
|
1288
1286
|
keywords: [
|
|
1289
1287
|
'dex',
|
|
1290
1288
|
'staking',
|
package/mainnet/gravitybridge.js
CHANGED
|
@@ -414,7 +414,6 @@ const assets = {
|
|
|
414
414
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
415
415
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
416
416
|
},
|
|
417
|
-
coingecko_id: 'pulsara',
|
|
418
417
|
keywords: [
|
|
419
418
|
'dex',
|
|
420
419
|
'staking',
|
|
@@ -1196,7 +1195,6 @@ const assets = {
|
|
|
1196
1195
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1197
1196
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1198
1197
|
},
|
|
1199
|
-
coingecko_id: 'pulsara',
|
|
1200
1198
|
keywords: [
|
|
1201
1199
|
'dex',
|
|
1202
1200
|
'staking',
|
package/mainnet/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export * as agoric from './agoric';
|
|
|
8
8
|
export * as aioz from './aioz';
|
|
9
9
|
export * as akash from './akash';
|
|
10
10
|
export * as allora from './allora';
|
|
11
|
+
export * as amitis from './amitis';
|
|
11
12
|
export * as andromeda from './andromeda';
|
|
12
13
|
export * as archway from './archway';
|
|
13
14
|
export * as arkeo from './arkeo';
|
package/mainnet/index.js
CHANGED
|
@@ -23,10 +23,10 @@ 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.
|
|
29
|
-
exports.zigchain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = void 0;
|
|
26
|
+
exports.dydx = exports.dungeon = exports.doravota = exports.divine = 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.bitway = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.amitis = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.penumbra = exports.namada = exports.ethereum = void 0;
|
|
27
|
+
exports.manifest = exports.mande = exports.lumnetwork = exports.lumera = exports.lumen = exports.lorenzo = exports.lombardledger = 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.intento = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.humans = exports.hippoprotocol = exports.hazinachain = exports.haqq = exports.gravitybridge = exports.gnodi = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.fandomchain = exports.evmos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = void 0;
|
|
28
|
+
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.qie = exports.qfs = exports.pylons = exports.pundix = exports.provenance = exports.point = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.optio = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.mtgbp = exports.mirage = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mantrachain = void 0;
|
|
29
|
+
exports.zigchain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.namada = __importStar(require("./namada"));
|
|
32
32
|
exports.penumbra = __importStar(require("./penumbra"));
|
|
@@ -37,6 +37,7 @@ exports.agoric = __importStar(require("./agoric"));
|
|
|
37
37
|
exports.aioz = __importStar(require("./aioz"));
|
|
38
38
|
exports.akash = __importStar(require("./akash"));
|
|
39
39
|
exports.allora = __importStar(require("./allora"));
|
|
40
|
+
exports.amitis = __importStar(require("./amitis"));
|
|
40
41
|
exports.andromeda = __importStar(require("./andromeda"));
|
|
41
42
|
exports.archway = __importStar(require("./archway"));
|
|
42
43
|
exports.arkeo = __importStar(require("./arkeo"));
|
package/mainnet/kava.js
CHANGED
|
@@ -220,7 +220,6 @@ const assets = {
|
|
|
220
220
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
221
221
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
222
222
|
},
|
|
223
|
-
coingecko_id: 'pulsara',
|
|
224
223
|
keywords: [
|
|
225
224
|
'dex',
|
|
226
225
|
'staking',
|
|
@@ -1202,7 +1201,6 @@ const assets = {
|
|
|
1202
1201
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1203
1202
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1204
1203
|
},
|
|
1205
|
-
coingecko_id: 'pulsara',
|
|
1206
1204
|
keywords: [
|
|
1207
1205
|
'dex',
|
|
1208
1206
|
'staking',
|
package/mainnet/kujira.js
CHANGED
|
@@ -753,7 +753,6 @@ const assets = {
|
|
|
753
753
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
754
754
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
755
755
|
},
|
|
756
|
-
coingecko_id: 'pulsara',
|
|
757
756
|
keywords: [
|
|
758
757
|
'dex',
|
|
759
758
|
'staking',
|
|
@@ -2651,7 +2650,6 @@ const assets = {
|
|
|
2651
2650
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2652
2651
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2653
2652
|
},
|
|
2654
|
-
coingecko_id: 'pulsara',
|
|
2655
2653
|
keywords: [
|
|
2656
2654
|
'dex',
|
|
2657
2655
|
'staking',
|
package/mainnet/noble.js
CHANGED
|
@@ -456,7 +456,6 @@ const assets = {
|
|
|
456
456
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
457
457
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
458
458
|
},
|
|
459
|
-
coingecko_id: 'pulsara',
|
|
460
459
|
keywords: [
|
|
461
460
|
'dex',
|
|
462
461
|
'staking',
|
|
@@ -2947,7 +2946,6 @@ const assets = {
|
|
|
2947
2946
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2948
2947
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2949
2948
|
},
|
|
2950
|
-
coingecko_id: 'pulsara',
|
|
2951
2949
|
keywords: [
|
|
2952
2950
|
'dex',
|
|
2953
2951
|
'staking',
|
package/mainnet/osmosis.js
CHANGED
|
@@ -450,6 +450,45 @@ const assets = {
|
|
|
450
450
|
}
|
|
451
451
|
}]
|
|
452
452
|
},
|
|
453
|
+
{
|
|
454
|
+
description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
|
|
455
|
+
type_asset: 'sdk.coin',
|
|
456
|
+
denom_units: [{
|
|
457
|
+
denom: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
458
|
+
exponent: 0,
|
|
459
|
+
aliases: ['uamts']
|
|
460
|
+
}, {
|
|
461
|
+
denom: 'amts',
|
|
462
|
+
exponent: 6
|
|
463
|
+
}],
|
|
464
|
+
base: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
465
|
+
name: 'Amitis',
|
|
466
|
+
display: 'amts',
|
|
467
|
+
symbol: 'AMTS',
|
|
468
|
+
logo_URIs: {
|
|
469
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
470
|
+
},
|
|
471
|
+
images: [{
|
|
472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
473
|
+
}],
|
|
474
|
+
keywords: [
|
|
475
|
+
'native',
|
|
476
|
+
'staking',
|
|
477
|
+
'fee-rebate',
|
|
478
|
+
'dex'
|
|
479
|
+
],
|
|
480
|
+
traces: [{
|
|
481
|
+
type: 'ibc',
|
|
482
|
+
counterparty: {
|
|
483
|
+
channel_id: 'channel-1',
|
|
484
|
+
base_denom: 'uamts',
|
|
485
|
+
chain_name: 'amitis'
|
|
486
|
+
},
|
|
487
|
+
chain: {
|
|
488
|
+
channel_id: 'channel-110089'
|
|
489
|
+
}
|
|
490
|
+
}]
|
|
491
|
+
},
|
|
453
492
|
{
|
|
454
493
|
description: 'The native staking and governance token of Andromeda',
|
|
455
494
|
denom_units: [{
|
|
@@ -1893,7 +1932,6 @@ const assets = {
|
|
|
1893
1932
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1894
1933
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1895
1934
|
},
|
|
1896
|
-
coingecko_id: 'pulsara',
|
|
1897
1935
|
keywords: [
|
|
1898
1936
|
'dex',
|
|
1899
1937
|
'staking',
|
|
@@ -7025,6 +7063,45 @@ const assets = {
|
|
|
7025
7063
|
}
|
|
7026
7064
|
}]
|
|
7027
7065
|
},
|
|
7066
|
+
{
|
|
7067
|
+
description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
|
|
7068
|
+
type_asset: 'sdk.coin',
|
|
7069
|
+
denom_units: [{
|
|
7070
|
+
denom: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
7071
|
+
exponent: 0,
|
|
7072
|
+
aliases: ['uamts']
|
|
7073
|
+
}, {
|
|
7074
|
+
denom: 'amts',
|
|
7075
|
+
exponent: 6
|
|
7076
|
+
}],
|
|
7077
|
+
base: 'ibc/7E577151E593349028AAC4A9FCC33258D70749FDF3CBB48F7744262DD18FC89D',
|
|
7078
|
+
name: 'Amitis',
|
|
7079
|
+
display: 'amts',
|
|
7080
|
+
symbol: 'AMTS',
|
|
7081
|
+
logo_URIs: {
|
|
7082
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
7083
|
+
},
|
|
7084
|
+
images: [{
|
|
7085
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
|
|
7086
|
+
}],
|
|
7087
|
+
keywords: [
|
|
7088
|
+
'native',
|
|
7089
|
+
'staking',
|
|
7090
|
+
'fee-rebate',
|
|
7091
|
+
'dex'
|
|
7092
|
+
],
|
|
7093
|
+
traces: [{
|
|
7094
|
+
type: 'ibc',
|
|
7095
|
+
counterparty: {
|
|
7096
|
+
channel_id: 'channel-1',
|
|
7097
|
+
base_denom: 'uamts',
|
|
7098
|
+
chain_name: 'amitis'
|
|
7099
|
+
},
|
|
7100
|
+
chain: {
|
|
7101
|
+
channel_id: 'channel-110089'
|
|
7102
|
+
}
|
|
7103
|
+
}]
|
|
7104
|
+
},
|
|
7028
7105
|
{
|
|
7029
7106
|
description: 'The native staking and governance token of Andromeda',
|
|
7030
7107
|
denom_units: [{
|
|
@@ -8468,7 +8545,6 @@ const assets = {
|
|
|
8468
8545
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
8469
8546
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
8470
8547
|
},
|
|
8471
|
-
coingecko_id: 'pulsara',
|
|
8472
8548
|
keywords: [
|
|
8473
8549
|
'dex',
|
|
8474
8550
|
'staking',
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -604,7 +604,6 @@ const assets = {
|
|
|
604
604
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
605
605
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
606
606
|
},
|
|
607
|
-
coingecko_id: 'pulsara',
|
|
608
607
|
keywords: [
|
|
609
608
|
'dex',
|
|
610
609
|
'staking',
|
|
@@ -2779,7 +2778,6 @@ const assets = {
|
|
|
2779
2778
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2780
2779
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2781
2780
|
},
|
|
2782
|
-
coingecko_id: 'pulsara',
|
|
2783
2781
|
keywords: [
|
|
2784
2782
|
'dex',
|
|
2785
2783
|
'staking',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.581",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.359",
|
|
33
|
+
"chain-registry": "^1.69.581"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.359"
|
|
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": "3f5968d87573c4a0930ab89aeaced0ba9dcb922f"
|
|
47
47
|
}
|