@chain-registry/assets 1.64.51 → 1.64.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/osmosis.js +76 -0
- package/esm/mainnet/routerchain.js +182 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/osmosis.js +76 -0
- package/mainnet/routerchain.d.ts +3 -0
- package/mainnet/routerchain.js +184 -0
- package/package.json +5 -5
package/esm/mainnet/assets.js
CHANGED
|
@@ -112,6 +112,7 @@ import _realio from './realio';
|
|
|
112
112
|
import _rebus from './rebus';
|
|
113
113
|
import _regen from './regen';
|
|
114
114
|
import _rizon from './rizon';
|
|
115
|
+
import _routerchain from './routerchain';
|
|
115
116
|
import _saga from './saga';
|
|
116
117
|
import _scorum from './scorum';
|
|
117
118
|
import _secretnetwork from './secretnetwork';
|
|
@@ -139,5 +140,5 @@ import _unification from './unification';
|
|
|
139
140
|
import _uptick from './uptick';
|
|
140
141
|
import _vidulum from './vidulum';
|
|
141
142
|
import _xpla from './xpla';
|
|
142
|
-
const assets = [_ethereum, _solana, _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, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lumenx, _lumnetwork, _mande, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutaro, _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];
|
|
143
|
+
const assets = [_ethereum, _solana, _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, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _lava, _likecoin, _lumenx, _lumnetwork, _mande, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutaro, _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, _routerchain, _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];
|
|
143
144
|
export default assets;
|
package/esm/mainnet/index.js
CHANGED
|
@@ -112,6 +112,7 @@ export * as realio from './realio';
|
|
|
112
112
|
export * as rebus from './rebus';
|
|
113
113
|
export * as regen from './regen';
|
|
114
114
|
export * as rizon from './rizon';
|
|
115
|
+
export * as routerchain from './routerchain';
|
|
115
116
|
export * as saga from './saga';
|
|
116
117
|
export * as scorum from './scorum';
|
|
117
118
|
export * as secretnetwork from './secretnetwork';
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -11148,6 +11148,44 @@ const assets = {
|
|
|
11148
11148
|
}
|
|
11149
11149
|
}]
|
|
11150
11150
|
},
|
|
11151
|
+
{
|
|
11152
|
+
description: 'The native token of Router Chain',
|
|
11153
|
+
denom_units: [{
|
|
11154
|
+
denom: 'ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488',
|
|
11155
|
+
exponent: 0,
|
|
11156
|
+
aliases: ['route']
|
|
11157
|
+
}, {
|
|
11158
|
+
denom: 'ROUTE',
|
|
11159
|
+
exponent: 18
|
|
11160
|
+
}],
|
|
11161
|
+
base: 'ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488',
|
|
11162
|
+
name: 'Router Chain',
|
|
11163
|
+
display: 'ROUTE',
|
|
11164
|
+
symbol: 'ROUTE',
|
|
11165
|
+
coingecko_id: 'route',
|
|
11166
|
+
logo_URIs: {
|
|
11167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
11168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
|
|
11169
|
+
},
|
|
11170
|
+
images: [{
|
|
11171
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
11172
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
11173
|
+
theme: {
|
|
11174
|
+
primary_color_hex: '#cb0766'
|
|
11175
|
+
}
|
|
11176
|
+
}],
|
|
11177
|
+
traces: [{
|
|
11178
|
+
type: 'ibc',
|
|
11179
|
+
counterparty: {
|
|
11180
|
+
channel_id: 'channel-7',
|
|
11181
|
+
base_denom: 'route',
|
|
11182
|
+
chain_name: 'routerchain'
|
|
11183
|
+
},
|
|
11184
|
+
chain: {
|
|
11185
|
+
channel_id: 'channel-79180'
|
|
11186
|
+
}
|
|
11187
|
+
}]
|
|
11188
|
+
},
|
|
11151
11189
|
{
|
|
11152
11190
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
11153
11191
|
denom_units: [{
|
|
@@ -13976,6 +14014,44 @@ const assets = {
|
|
|
13976
14014
|
}
|
|
13977
14015
|
}]
|
|
13978
14016
|
},
|
|
14017
|
+
{
|
|
14018
|
+
description: 'The native token of Router Chain',
|
|
14019
|
+
denom_units: [{
|
|
14020
|
+
denom: 'ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488',
|
|
14021
|
+
exponent: 0,
|
|
14022
|
+
aliases: ['route']
|
|
14023
|
+
}, {
|
|
14024
|
+
denom: 'ROUTE',
|
|
14025
|
+
exponent: 18
|
|
14026
|
+
}],
|
|
14027
|
+
base: 'ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488',
|
|
14028
|
+
name: 'Router Chain',
|
|
14029
|
+
display: 'ROUTE',
|
|
14030
|
+
symbol: 'ROUTE',
|
|
14031
|
+
coingecko_id: 'route',
|
|
14032
|
+
logo_URIs: {
|
|
14033
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
14034
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
|
|
14035
|
+
},
|
|
14036
|
+
images: [{
|
|
14037
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
14038
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
14039
|
+
theme: {
|
|
14040
|
+
primary_color_hex: '#cb0766'
|
|
14041
|
+
}
|
|
14042
|
+
}],
|
|
14043
|
+
traces: [{
|
|
14044
|
+
type: 'ibc',
|
|
14045
|
+
counterparty: {
|
|
14046
|
+
channel_id: 'channel-7',
|
|
14047
|
+
base_denom: 'route',
|
|
14048
|
+
chain_name: 'routerchain'
|
|
14049
|
+
},
|
|
14050
|
+
chain: {
|
|
14051
|
+
channel_id: 'channel-79180'
|
|
14052
|
+
}
|
|
14053
|
+
}]
|
|
14054
|
+
},
|
|
13979
14055
|
{
|
|
13980
14056
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
13981
14057
|
denom_units: [{
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
const assets = {
|
|
2
|
+
chain_name: 'routerchain',
|
|
3
|
+
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Osmosis',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uosmo']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'osmo',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
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-79180',
|
|
40
|
+
base_denom: 'uosmo',
|
|
41
|
+
chain_name: 'osmosis'
|
|
42
|
+
},
|
|
43
|
+
chain: {
|
|
44
|
+
channel_id: 'channel-7'
|
|
45
|
+
}
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
description: 'ION is the second native token of Osmosis.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uion']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'ion',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
type_asset: 'sdk.coin',
|
|
59
|
+
base: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
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-79180',
|
|
84
|
+
base_denom: 'uion',
|
|
85
|
+
chain_name: 'osmosis'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-7'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'The native token of Osmosis',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['uosmo']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'osmo',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
type_asset: 'sdk.coin',
|
|
103
|
+
base: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
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-79180',
|
|
128
|
+
base_denom: 'uosmo',
|
|
129
|
+
chain_name: 'osmosis'
|
|
130
|
+
},
|
|
131
|
+
chain: {
|
|
132
|
+
channel_id: 'channel-7'
|
|
133
|
+
}
|
|
134
|
+
}]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
description: 'ION is the second native token of Osmosis.',
|
|
138
|
+
denom_units: [{
|
|
139
|
+
denom: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
140
|
+
exponent: 0,
|
|
141
|
+
aliases: ['uion']
|
|
142
|
+
}, {
|
|
143
|
+
denom: 'ion',
|
|
144
|
+
exponent: 6
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
base: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
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-79180',
|
|
172
|
+
base_denom: 'uion',
|
|
173
|
+
chain_name: 'osmosis'
|
|
174
|
+
},
|
|
175
|
+
chain: {
|
|
176
|
+
channel_id: 'channel-7'
|
|
177
|
+
}
|
|
178
|
+
}]
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
};
|
|
182
|
+
export default assets;
|
package/mainnet/assets.js
CHANGED
|
@@ -117,6 +117,7 @@ const realio_1 = __importDefault(require("./realio"));
|
|
|
117
117
|
const rebus_1 = __importDefault(require("./rebus"));
|
|
118
118
|
const regen_1 = __importDefault(require("./regen"));
|
|
119
119
|
const rizon_1 = __importDefault(require("./rizon"));
|
|
120
|
+
const routerchain_1 = __importDefault(require("./routerchain"));
|
|
120
121
|
const saga_1 = __importDefault(require("./saga"));
|
|
121
122
|
const scorum_1 = __importDefault(require("./scorum"));
|
|
122
123
|
const secretnetwork_1 = __importDefault(require("./secretnetwork"));
|
|
@@ -144,5 +145,5 @@ const unification_1 = __importDefault(require("./unification"));
|
|
|
144
145
|
const uptick_1 = __importDefault(require("./uptick"));
|
|
145
146
|
const vidulum_1 = __importDefault(require("./vidulum"));
|
|
146
147
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
147
|
-
const assets = [ethereum_1.default, solana_1.default, _8ball_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, 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, cerberus_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, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_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, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_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, 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, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
148
|
+
const assets = [ethereum_1.default, solana_1.default, _8ball_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, 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, cerberus_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, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_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, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mande_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_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, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
148
149
|
exports.default = assets;
|
package/mainnet/index.d.ts
CHANGED
|
@@ -112,6 +112,7 @@ export * as realio from './realio';
|
|
|
112
112
|
export * as rebus from './rebus';
|
|
113
113
|
export * as regen from './regen';
|
|
114
114
|
export * as rizon from './rizon';
|
|
115
|
+
export * as routerchain from './routerchain';
|
|
115
116
|
export * as saga from './saga';
|
|
116
117
|
export * as scorum from './scorum';
|
|
117
118
|
export * as secretnetwork from './secretnetwork';
|
package/mainnet/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = 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.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = exports.solana = exports.ethereum = void 0;
|
|
27
27
|
exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.mande = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = 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.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = 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.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 = void 0;
|
|
28
|
+
exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = 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 = void 0;
|
|
29
29
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
30
30
|
exports.solana = __importStar(require("./solana"));
|
|
31
31
|
exports._8ball = __importStar(require("./8ball"));
|
|
@@ -140,6 +140,7 @@ exports.realio = __importStar(require("./realio"));
|
|
|
140
140
|
exports.rebus = __importStar(require("./rebus"));
|
|
141
141
|
exports.regen = __importStar(require("./regen"));
|
|
142
142
|
exports.rizon = __importStar(require("./rizon"));
|
|
143
|
+
exports.routerchain = __importStar(require("./routerchain"));
|
|
143
144
|
exports.saga = __importStar(require("./saga"));
|
|
144
145
|
exports.scorum = __importStar(require("./scorum"));
|
|
145
146
|
exports.secretnetwork = __importStar(require("./secretnetwork"));
|
package/mainnet/osmosis.js
CHANGED
|
@@ -11150,6 +11150,44 @@ const assets = {
|
|
|
11150
11150
|
}
|
|
11151
11151
|
}]
|
|
11152
11152
|
},
|
|
11153
|
+
{
|
|
11154
|
+
description: 'The native token of Router Chain',
|
|
11155
|
+
denom_units: [{
|
|
11156
|
+
denom: 'ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488',
|
|
11157
|
+
exponent: 0,
|
|
11158
|
+
aliases: ['route']
|
|
11159
|
+
}, {
|
|
11160
|
+
denom: 'ROUTE',
|
|
11161
|
+
exponent: 18
|
|
11162
|
+
}],
|
|
11163
|
+
base: 'ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488',
|
|
11164
|
+
name: 'Router Chain',
|
|
11165
|
+
display: 'ROUTE',
|
|
11166
|
+
symbol: 'ROUTE',
|
|
11167
|
+
coingecko_id: 'route',
|
|
11168
|
+
logo_URIs: {
|
|
11169
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
11170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
|
|
11171
|
+
},
|
|
11172
|
+
images: [{
|
|
11173
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
11174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
11175
|
+
theme: {
|
|
11176
|
+
primary_color_hex: '#cb0766'
|
|
11177
|
+
}
|
|
11178
|
+
}],
|
|
11179
|
+
traces: [{
|
|
11180
|
+
type: 'ibc',
|
|
11181
|
+
counterparty: {
|
|
11182
|
+
channel_id: 'channel-7',
|
|
11183
|
+
base_denom: 'route',
|
|
11184
|
+
chain_name: 'routerchain'
|
|
11185
|
+
},
|
|
11186
|
+
chain: {
|
|
11187
|
+
channel_id: 'channel-79180'
|
|
11188
|
+
}
|
|
11189
|
+
}]
|
|
11190
|
+
},
|
|
11153
11191
|
{
|
|
11154
11192
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
11155
11193
|
denom_units: [{
|
|
@@ -13978,6 +14016,44 @@ const assets = {
|
|
|
13978
14016
|
}
|
|
13979
14017
|
}]
|
|
13980
14018
|
},
|
|
14019
|
+
{
|
|
14020
|
+
description: 'The native token of Router Chain',
|
|
14021
|
+
denom_units: [{
|
|
14022
|
+
denom: 'ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488',
|
|
14023
|
+
exponent: 0,
|
|
14024
|
+
aliases: ['route']
|
|
14025
|
+
}, {
|
|
14026
|
+
denom: 'ROUTE',
|
|
14027
|
+
exponent: 18
|
|
14028
|
+
}],
|
|
14029
|
+
base: 'ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488',
|
|
14030
|
+
name: 'Router Chain',
|
|
14031
|
+
display: 'ROUTE',
|
|
14032
|
+
symbol: 'ROUTE',
|
|
14033
|
+
coingecko_id: 'route',
|
|
14034
|
+
logo_URIs: {
|
|
14035
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
14036
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
|
|
14037
|
+
},
|
|
14038
|
+
images: [{
|
|
14039
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
|
|
14040
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
|
|
14041
|
+
theme: {
|
|
14042
|
+
primary_color_hex: '#cb0766'
|
|
14043
|
+
}
|
|
14044
|
+
}],
|
|
14045
|
+
traces: [{
|
|
14046
|
+
type: 'ibc',
|
|
14047
|
+
counterparty: {
|
|
14048
|
+
channel_id: 'channel-7',
|
|
14049
|
+
base_denom: 'route',
|
|
14050
|
+
chain_name: 'routerchain'
|
|
14051
|
+
},
|
|
14052
|
+
chain: {
|
|
14053
|
+
channel_id: 'channel-79180'
|
|
14054
|
+
}
|
|
14055
|
+
}]
|
|
14056
|
+
},
|
|
13981
14057
|
{
|
|
13982
14058
|
description: 'Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.',
|
|
13983
14059
|
denom_units: [{
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'routerchain',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
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-79180',
|
|
42
|
+
base_denom: 'uosmo',
|
|
43
|
+
chain_name: 'osmosis'
|
|
44
|
+
},
|
|
45
|
+
chain: {
|
|
46
|
+
channel_id: 'channel-7'
|
|
47
|
+
}
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
description: 'ION is the second native token of Osmosis.',
|
|
52
|
+
denom_units: [{
|
|
53
|
+
denom: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
54
|
+
exponent: 0,
|
|
55
|
+
aliases: ['uion']
|
|
56
|
+
}, {
|
|
57
|
+
denom: 'ion',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}],
|
|
60
|
+
type_asset: 'sdk.coin',
|
|
61
|
+
base: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
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-79180',
|
|
86
|
+
base_denom: 'uion',
|
|
87
|
+
chain_name: 'osmosis'
|
|
88
|
+
},
|
|
89
|
+
chain: {
|
|
90
|
+
channel_id: 'channel-7'
|
|
91
|
+
}
|
|
92
|
+
}]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
description: 'The native token of Osmosis',
|
|
96
|
+
denom_units: [{
|
|
97
|
+
denom: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
98
|
+
exponent: 0,
|
|
99
|
+
aliases: ['uosmo']
|
|
100
|
+
}, {
|
|
101
|
+
denom: 'osmo',
|
|
102
|
+
exponent: 6
|
|
103
|
+
}],
|
|
104
|
+
type_asset: 'sdk.coin',
|
|
105
|
+
base: 'ibc/FAC1BAAA6ECDCB88408A6EEEA13AD4736DA687F85ACD22B5BBD00D36754AC0FA',
|
|
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-79180',
|
|
130
|
+
base_denom: 'uosmo',
|
|
131
|
+
chain_name: 'osmosis'
|
|
132
|
+
},
|
|
133
|
+
chain: {
|
|
134
|
+
channel_id: 'channel-7'
|
|
135
|
+
}
|
|
136
|
+
}]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
description: 'ION is the second native token of Osmosis.',
|
|
140
|
+
denom_units: [{
|
|
141
|
+
denom: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
142
|
+
exponent: 0,
|
|
143
|
+
aliases: ['uion']
|
|
144
|
+
}, {
|
|
145
|
+
denom: 'ion',
|
|
146
|
+
exponent: 6
|
|
147
|
+
}],
|
|
148
|
+
type_asset: 'sdk.coin',
|
|
149
|
+
base: 'ibc/C1A2C4681159048DD4A116652D8594EC5CD1C30D9FD282A9DAEAD6328CF3CDCA',
|
|
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-79180',
|
|
174
|
+
base_denom: 'uion',
|
|
175
|
+
chain_name: 'osmosis'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-7'
|
|
179
|
+
}
|
|
180
|
+
}]
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
};
|
|
184
|
+
exports.default = assets;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.53",
|
|
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.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.43",
|
|
33
|
+
"chain-registry": "^1.63.53"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.43"
|
|
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": "0521406924719a053f4aaadf78c827a42b13ddca"
|
|
47
47
|
}
|