chain-registry 1.69.51 → 1.69.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/devnet/kyvedevnet/chain.js +5 -4
- package/esm/devnet/kyvedevnet/chain.js +5 -4
- package/esm/mainnet/assets.js +4 -0
- package/esm/mainnet/axelar/ibc.js +29 -0
- package/esm/mainnet/canto/ibc.js +29 -0
- package/esm/mainnet/celestia/ibc.js +29 -0
- package/esm/mainnet/chains.js +4 -0
- package/esm/mainnet/cosmoshub/ibc.js +29 -0
- package/esm/mainnet/ibc.js +4 -0
- package/esm/mainnet/injective/ibc.js +29 -0
- package/esm/mainnet/kyve/chain.js +14 -2
- package/esm/mainnet/milkyway/assets.js +248 -0
- package/esm/mainnet/milkyway/chain.js +89 -0
- package/esm/mainnet/milkyway/ibc.js +59 -0
- package/esm/mainnet/milkyway/index.js +6 -0
- package/esm/mainnet/named.js +2 -0
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +40 -0
- package/esm/mainnet/osmosis/ibc.js +59 -0
- package/esm/mainnet/pryzm/assets.js +417 -3
- package/esm/mainnet/xion/assets.js +34 -0
- package/esm/mainnet/xion/chain.js +100 -0
- package/esm/mainnet/xion/ibc.js +119 -0
- package/esm/mainnet/xion/index.js +6 -0
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +14 -14
- package/esm/testnet/kyvetestnet/chain.js +7 -2
- package/esm/testnet/xiontestnet/assets.js +1 -0
- package/esm/testnet/xiontestnet/chain.js +22 -18
- package/mainnet/assets.js +4 -0
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/canto/ibc.js +29 -0
- package/mainnet/celestia/ibc.js +29 -0
- package/mainnet/chains.js +4 -0
- package/mainnet/cosmoshub/ibc.js +29 -0
- package/mainnet/ibc.js +4 -0
- package/mainnet/injective/ibc.js +29 -0
- package/mainnet/kyve/chain.js +14 -2
- package/mainnet/milkyway/assets.d.ts +3 -0
- package/mainnet/milkyway/assets.js +250 -0
- package/mainnet/milkyway/chain.d.ts +3 -0
- package/mainnet/milkyway/chain.js +91 -0
- package/mainnet/milkyway/ibc.d.ts +3 -0
- package/mainnet/milkyway/ibc.js +61 -0
- package/mainnet/milkyway/index.d.ts +3 -0
- package/mainnet/milkyway/index.js +12 -0
- package/mainnet/named.d.ts +2 -0
- package/mainnet/named.js +4 -2
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +40 -0
- package/mainnet/osmosis/ibc.js +59 -0
- package/mainnet/pryzm/assets.js +417 -3
- package/mainnet/xion/assets.d.ts +3 -0
- package/mainnet/xion/assets.js +36 -0
- package/mainnet/xion/chain.d.ts +3 -0
- package/mainnet/xion/chain.js +102 -0
- package/mainnet/xion/ibc.d.ts +3 -0
- package/mainnet/xion/ibc.js +121 -0
- package/mainnet/xion/index.d.ts +3 -0
- package/mainnet/xion/index.js +12 -0
- package/package.json +4 -4
- package/testnet/cosmosicsprovidertestnet/chain.js +14 -14
- package/testnet/kyvetestnet/chain.js +7 -2
- package/testnet/xiontestnet/assets.js +1 -0
- package/testnet/xiontestnet/chain.js +22 -18
|
@@ -9,7 +9,7 @@ const info = {
|
|
|
9
9
|
status: 'live',
|
|
10
10
|
network_type: 'devnet',
|
|
11
11
|
bech32_prefix: 'kyve',
|
|
12
|
-
daemon_name: '
|
|
12
|
+
daemon_name: 'kyved',
|
|
13
13
|
node_home: '$HOME/.kyve',
|
|
14
14
|
key_algos: ['secp256k1'],
|
|
15
15
|
slip44: 118,
|
|
@@ -31,9 +31,10 @@ const info = {
|
|
|
31
31
|
}]
|
|
32
32
|
},
|
|
33
33
|
explorers: [{
|
|
34
|
-
kind: '
|
|
35
|
-
url: 'https://kyve.
|
|
36
|
-
tx_page: 'https://kyve.
|
|
34
|
+
kind: 'KYVE Explorer',
|
|
35
|
+
url: 'https://explorer.kyve.network/korellia',
|
|
36
|
+
tx_page: 'https://explorer.kyve.network/korellia/tx/${txHash}',
|
|
37
|
+
account_page: 'https://explorer.kyve.network/korellia/account/${accountAddress}'
|
|
37
38
|
}]
|
|
38
39
|
};
|
|
39
40
|
exports.default = info;
|
|
@@ -7,7 +7,7 @@ const info = {
|
|
|
7
7
|
status: 'live',
|
|
8
8
|
network_type: 'devnet',
|
|
9
9
|
bech32_prefix: 'kyve',
|
|
10
|
-
daemon_name: '
|
|
10
|
+
daemon_name: 'kyved',
|
|
11
11
|
node_home: '$HOME/.kyve',
|
|
12
12
|
key_algos: ['secp256k1'],
|
|
13
13
|
slip44: 118,
|
|
@@ -29,9 +29,10 @@ const info = {
|
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
31
|
explorers: [{
|
|
32
|
-
kind: '
|
|
33
|
-
url: 'https://kyve.
|
|
34
|
-
tx_page: 'https://kyve.
|
|
32
|
+
kind: 'KYVE Explorer',
|
|
33
|
+
url: 'https://explorer.kyve.network/korellia',
|
|
34
|
+
tx_page: 'https://explorer.kyve.network/korellia/tx/${txHash}',
|
|
35
|
+
account_page: 'https://explorer.kyve.network/korellia/account/${accountAddress}'
|
|
35
36
|
}]
|
|
36
37
|
};
|
|
37
38
|
export default info;
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -103,6 +103,7 @@ import * as _mayachain from './mayachain';
|
|
|
103
103
|
import * as _medasdigital from './medasdigital';
|
|
104
104
|
import * as _meme from './meme';
|
|
105
105
|
import * as _migaloo from './migaloo';
|
|
106
|
+
import * as _milkyway from './milkyway';
|
|
106
107
|
import * as _mises from './mises';
|
|
107
108
|
import * as _mtgbp from './mtgbp';
|
|
108
109
|
import * as _mun from './mun';
|
|
@@ -180,6 +181,7 @@ import * as _unicorn from './unicorn';
|
|
|
180
181
|
import * as _unification from './unification';
|
|
181
182
|
import * as _ununifi from './ununifi';
|
|
182
183
|
import * as _uptick from './uptick';
|
|
184
|
+
import * as _xion from './xion';
|
|
183
185
|
import * as _xpla from './xpla';
|
|
184
186
|
import * as _zetachain from './zetachain';
|
|
185
187
|
const assets = [
|
|
@@ -288,6 +290,7 @@ const assets = [
|
|
|
288
290
|
_medasdigital.assets,
|
|
289
291
|
_meme.assets,
|
|
290
292
|
_migaloo.assets,
|
|
293
|
+
_milkyway.assets,
|
|
291
294
|
_mises.assets,
|
|
292
295
|
_mtgbp.assets,
|
|
293
296
|
_mun.assets,
|
|
@@ -365,6 +368,7 @@ const assets = [
|
|
|
365
368
|
_unification.assets,
|
|
366
369
|
_ununifi.assets,
|
|
367
370
|
_uptick.assets,
|
|
371
|
+
_xion.assets,
|
|
368
372
|
_xpla.assets,
|
|
369
373
|
_zetachain.assets
|
|
370
374
|
];
|
|
@@ -1238,6 +1238,35 @@ const info = [
|
|
|
1238
1238
|
status: 'live'
|
|
1239
1239
|
}
|
|
1240
1240
|
}]
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
$schema: '../ibc_data.schema.json',
|
|
1244
|
+
chain_1: {
|
|
1245
|
+
chain_name: 'axelar',
|
|
1246
|
+
client_id: '07-tendermint-230',
|
|
1247
|
+
connection_id: 'connection-221'
|
|
1248
|
+
},
|
|
1249
|
+
chain_2: {
|
|
1250
|
+
chain_name: 'xion',
|
|
1251
|
+
client_id: '07-tendermint-3',
|
|
1252
|
+
connection_id: 'connection-3'
|
|
1253
|
+
},
|
|
1254
|
+
channels: [{
|
|
1255
|
+
chain_1: {
|
|
1256
|
+
channel_id: 'channel-161',
|
|
1257
|
+
port_id: 'transfer'
|
|
1258
|
+
},
|
|
1259
|
+
chain_2: {
|
|
1260
|
+
channel_id: 'channel-3',
|
|
1261
|
+
port_id: 'transfer'
|
|
1262
|
+
},
|
|
1263
|
+
ordering: 'unordered',
|
|
1264
|
+
version: 'ics20-1',
|
|
1265
|
+
tags: {
|
|
1266
|
+
status: 'live',
|
|
1267
|
+
preferred: true
|
|
1268
|
+
}
|
|
1269
|
+
}]
|
|
1241
1270
|
}
|
|
1242
1271
|
];
|
|
1243
1272
|
export default info;
|
package/esm/mainnet/canto/ibc.js
CHANGED
|
@@ -58,6 +58,35 @@ const info = [
|
|
|
58
58
|
}
|
|
59
59
|
}]
|
|
60
60
|
},
|
|
61
|
+
{
|
|
62
|
+
$schema: '../ibc_data.schema.json',
|
|
63
|
+
chain_1: {
|
|
64
|
+
chain_name: 'canto',
|
|
65
|
+
client_id: '07-tendermint-1',
|
|
66
|
+
connection_id: 'connection-3'
|
|
67
|
+
},
|
|
68
|
+
chain_2: {
|
|
69
|
+
chain_name: 'cosmoshub',
|
|
70
|
+
client_id: '07-tendermint-873',
|
|
71
|
+
connection_id: 'connection-604'
|
|
72
|
+
},
|
|
73
|
+
channels: [{
|
|
74
|
+
chain_1: {
|
|
75
|
+
channel_id: 'channel-2',
|
|
76
|
+
port_id: 'transfer'
|
|
77
|
+
},
|
|
78
|
+
chain_2: {
|
|
79
|
+
channel_id: 'channel-358',
|
|
80
|
+
port_id: 'transfer'
|
|
81
|
+
},
|
|
82
|
+
ordering: 'unordered',
|
|
83
|
+
version: 'ics20-1',
|
|
84
|
+
tags: {
|
|
85
|
+
status: 'live',
|
|
86
|
+
preferred: true
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
61
90
|
{
|
|
62
91
|
$schema: '../ibc_data.schema.json',
|
|
63
92
|
chain_1: {
|
|
@@ -173,6 +173,35 @@ const info = [
|
|
|
173
173
|
}
|
|
174
174
|
}]
|
|
175
175
|
},
|
|
176
|
+
{
|
|
177
|
+
$schema: '../ibc_data.schema.json',
|
|
178
|
+
chain_1: {
|
|
179
|
+
chain_name: 'celestia',
|
|
180
|
+
client_id: '07-tendermint-94',
|
|
181
|
+
connection_id: 'connection-64'
|
|
182
|
+
},
|
|
183
|
+
chain_2: {
|
|
184
|
+
chain_name: 'milkyway',
|
|
185
|
+
client_id: '07-tendermint-2',
|
|
186
|
+
connection_id: 'connection-1'
|
|
187
|
+
},
|
|
188
|
+
channels: [{
|
|
189
|
+
chain_1: {
|
|
190
|
+
channel_id: 'channel-49',
|
|
191
|
+
port_id: 'transfer'
|
|
192
|
+
},
|
|
193
|
+
chain_2: {
|
|
194
|
+
channel_id: 'channel-1',
|
|
195
|
+
port_id: 'transfer'
|
|
196
|
+
},
|
|
197
|
+
ordering: 'unordered',
|
|
198
|
+
version: 'ics20-1',
|
|
199
|
+
tags: {
|
|
200
|
+
status: 'live',
|
|
201
|
+
preferred: true
|
|
202
|
+
}
|
|
203
|
+
}]
|
|
204
|
+
},
|
|
176
205
|
{
|
|
177
206
|
$schema: '../ibc_data.schema.json',
|
|
178
207
|
chain_1: {
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -103,6 +103,7 @@ import * as _mayachain from './mayachain';
|
|
|
103
103
|
import * as _medasdigital from './medasdigital';
|
|
104
104
|
import * as _meme from './meme';
|
|
105
105
|
import * as _migaloo from './migaloo';
|
|
106
|
+
import * as _milkyway from './milkyway';
|
|
106
107
|
import * as _mises from './mises';
|
|
107
108
|
import * as _mtgbp from './mtgbp';
|
|
108
109
|
import * as _mun from './mun';
|
|
@@ -180,6 +181,7 @@ import * as _unicorn from './unicorn';
|
|
|
180
181
|
import * as _unification from './unification';
|
|
181
182
|
import * as _ununifi from './ununifi';
|
|
182
183
|
import * as _uptick from './uptick';
|
|
184
|
+
import * as _xion from './xion';
|
|
183
185
|
import * as _xpla from './xpla';
|
|
184
186
|
import * as _zetachain from './zetachain';
|
|
185
187
|
const chains = [
|
|
@@ -288,6 +290,7 @@ const chains = [
|
|
|
288
290
|
_medasdigital.chain,
|
|
289
291
|
_meme.chain,
|
|
290
292
|
_migaloo.chain,
|
|
293
|
+
_milkyway.chain,
|
|
291
294
|
_mises.chain,
|
|
292
295
|
_mtgbp.chain,
|
|
293
296
|
_mun.chain,
|
|
@@ -365,6 +368,7 @@ const chains = [
|
|
|
365
368
|
_unification.chain,
|
|
366
369
|
_ununifi.chain,
|
|
367
370
|
_uptick.chain,
|
|
371
|
+
_xion.chain,
|
|
368
372
|
_xpla.chain,
|
|
369
373
|
_zetachain.chain
|
|
370
374
|
];
|
|
@@ -285,6 +285,35 @@ const info = [
|
|
|
285
285
|
}
|
|
286
286
|
}]
|
|
287
287
|
},
|
|
288
|
+
{
|
|
289
|
+
$schema: '../ibc_data.schema.json',
|
|
290
|
+
chain_1: {
|
|
291
|
+
chain_name: 'canto',
|
|
292
|
+
client_id: '07-tendermint-1',
|
|
293
|
+
connection_id: 'connection-3'
|
|
294
|
+
},
|
|
295
|
+
chain_2: {
|
|
296
|
+
chain_name: 'cosmoshub',
|
|
297
|
+
client_id: '07-tendermint-873',
|
|
298
|
+
connection_id: 'connection-604'
|
|
299
|
+
},
|
|
300
|
+
channels: [{
|
|
301
|
+
chain_1: {
|
|
302
|
+
channel_id: 'channel-2',
|
|
303
|
+
port_id: 'transfer'
|
|
304
|
+
},
|
|
305
|
+
chain_2: {
|
|
306
|
+
channel_id: 'channel-358',
|
|
307
|
+
port_id: 'transfer'
|
|
308
|
+
},
|
|
309
|
+
ordering: 'unordered',
|
|
310
|
+
version: 'ics20-1',
|
|
311
|
+
tags: {
|
|
312
|
+
status: 'live',
|
|
313
|
+
preferred: true
|
|
314
|
+
}
|
|
315
|
+
}]
|
|
316
|
+
},
|
|
288
317
|
{
|
|
289
318
|
$schema: '../ibc_data.schema.json',
|
|
290
319
|
chain_1: {
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -80,6 +80,7 @@ import * as _mars from './mars';
|
|
|
80
80
|
import * as _medasdigital from './medasdigital';
|
|
81
81
|
import * as _meme from './meme';
|
|
82
82
|
import * as _migaloo from './migaloo';
|
|
83
|
+
import * as _milkyway from './milkyway';
|
|
83
84
|
import * as _neutaro from './neutaro';
|
|
84
85
|
import * as _neutron from './neutron';
|
|
85
86
|
import * as _nibiru from './nibiru';
|
|
@@ -141,6 +142,7 @@ import * as _titan from './titan';
|
|
|
141
142
|
import * as _umee from './umee';
|
|
142
143
|
import * as _unification from './unification';
|
|
143
144
|
import * as _uptick from './uptick';
|
|
145
|
+
import * as _xion from './xion';
|
|
144
146
|
import * as _xpla from './xpla';
|
|
145
147
|
const ibc = [
|
|
146
148
|
..._ethereum.ibc,
|
|
@@ -225,6 +227,7 @@ const ibc = [
|
|
|
225
227
|
..._medasdigital.ibc,
|
|
226
228
|
..._meme.ibc,
|
|
227
229
|
..._migaloo.ibc,
|
|
230
|
+
..._milkyway.ibc,
|
|
228
231
|
..._neutaro.ibc,
|
|
229
232
|
..._neutron.ibc,
|
|
230
233
|
..._nibiru.ibc,
|
|
@@ -286,6 +289,7 @@ const ibc = [
|
|
|
286
289
|
..._umee.ibc,
|
|
287
290
|
..._unification.ibc,
|
|
288
291
|
..._uptick.ibc,
|
|
292
|
+
..._xion.ibc,
|
|
289
293
|
..._xpla.ibc
|
|
290
294
|
];
|
|
291
295
|
export default ibc;
|
|
@@ -826,6 +826,35 @@ const info = [
|
|
|
826
826
|
}
|
|
827
827
|
}]
|
|
828
828
|
},
|
|
829
|
+
{
|
|
830
|
+
$schema: '../ibc_data.schema.json',
|
|
831
|
+
chain_1: {
|
|
832
|
+
chain_name: 'injective',
|
|
833
|
+
client_id: '07-tendermint-279',
|
|
834
|
+
connection_id: 'connection-282'
|
|
835
|
+
},
|
|
836
|
+
chain_2: {
|
|
837
|
+
chain_name: 'xion',
|
|
838
|
+
client_id: '07-tendermint-4',
|
|
839
|
+
connection_id: 'connection-4'
|
|
840
|
+
},
|
|
841
|
+
channels: [{
|
|
842
|
+
chain_1: {
|
|
843
|
+
channel_id: 'channel-387',
|
|
844
|
+
port_id: 'transfer'
|
|
845
|
+
},
|
|
846
|
+
chain_2: {
|
|
847
|
+
channel_id: 'channel-4',
|
|
848
|
+
port_id: 'transfer'
|
|
849
|
+
},
|
|
850
|
+
ordering: 'unordered',
|
|
851
|
+
version: 'ics20-1',
|
|
852
|
+
tags: {
|
|
853
|
+
status: 'live',
|
|
854
|
+
preferred: true
|
|
855
|
+
}
|
|
856
|
+
}]
|
|
857
|
+
},
|
|
829
858
|
{
|
|
830
859
|
$schema: '../ibc_data.schema.json',
|
|
831
860
|
chain_1: {
|
|
@@ -35,7 +35,7 @@ const info = {
|
|
|
35
35
|
apis: {
|
|
36
36
|
rpc: [
|
|
37
37
|
{
|
|
38
|
-
address: 'https://rpc
|
|
38
|
+
address: 'https://rpc.kyve.network',
|
|
39
39
|
provider: 'kyve'
|
|
40
40
|
},
|
|
41
41
|
{
|
|
@@ -89,7 +89,7 @@ const info = {
|
|
|
89
89
|
],
|
|
90
90
|
rest: [
|
|
91
91
|
{
|
|
92
|
-
address: 'https://api
|
|
92
|
+
address: 'https://api.kyve.network',
|
|
93
93
|
provider: 'kyve'
|
|
94
94
|
},
|
|
95
95
|
{
|
|
@@ -228,6 +228,18 @@ const info = {
|
|
|
228
228
|
url: 'https://explorer.whenmoonwhenlambo.money/kyve',
|
|
229
229
|
tx_page: 'https://explorer.whenmoonwhenlambo.money/kyve/txs/${txHash}',
|
|
230
230
|
account_page: 'https://explorer.whenmoonwhenlambo.money/kyve/account/${accountAddress}'
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
kind: 'KYVE Explorer',
|
|
234
|
+
url: 'https://explorer.kyve.network/kyve',
|
|
235
|
+
tx_page: 'https://explorer.kyve.network/kyve/tx/${txHash}',
|
|
236
|
+
account_page: 'https://explorer.kyve.network/kyve/account/${accountAddress}'
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
kind: 'Viewblock',
|
|
240
|
+
url: 'https://viewblock.io/kyve',
|
|
241
|
+
tx_page: 'https://viewblock.io/kyve/tx/${txHash}',
|
|
242
|
+
account_page: 'https://viewblock.io/kyve/address/${accountAddress}'
|
|
231
243
|
}
|
|
232
244
|
],
|
|
233
245
|
images: [{
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'milkyway',
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
6
|
+
description: 'The native token of MilkyWay',
|
|
7
|
+
extended_description: 'MilkyWay (MILK) is the first modular staking portal, designed to redefine security and scalability within the modular ecosystem. As a pioneer of modular staking, MilkyWay integrates liquid staking and restaking solutions to address fragmented trust and enhance crypto-economic security across networks.\n\nLaunched in December 2023 as the first liquid staking solution for the Celestia ecosystem, MilkyWay empowered users to unlock staked TIA positions and engage with various DeFi protocols. This initial phase introduced milkTIA which has seen widespread adoption to become the leading LST for TIA. Building on this success, MilkyWay is now entering Phase 2: a multi-asset, multi-chain modular restaking protocol.\n\nMilkyWay’s architecture is purpose-built for modularity . Unlike traditional solutions, its modular design allows Actively Validated Services (AVSs) to fully customize, or “Plug-in” their security solutions through programmable rules, including asset delegation and slashing mechanisms. By restaking native and liquid staked assets, users can provide security to AVSs or any off-chain program and system that require its own unique validation process for verification. This approach ensures seamless integration while minimizing operational complexity.\n\nThrough programmable rules, AVSs can define asset allocation and stake distribution, offering both operator-centric and AVS-centric models for greater control. Slashing rules further enhance security through customizable mechanisms like stake slash, jail slash, and burn slash, enabling AVSs to align these features with their risk profiles. These extensible features ensure MilkyWay evolves alongside the needs of its AVS partners, redefining staking and restaking with a focus on trust, innovation, and modularity.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'umilk',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'milk',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
type_asset: 'sdk.coin',
|
|
16
|
+
base: 'umilk',
|
|
17
|
+
name: 'Milk',
|
|
18
|
+
display: 'milk',
|
|
19
|
+
symbol: 'MILK',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg',
|
|
27
|
+
theme: {
|
|
28
|
+
primary_color_hex: '#760dbb'
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
keywords: ['liquid staking', 'restaking'],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://milkyway.zone',
|
|
34
|
+
twitter: 'https://x.com/milky_way_zone'
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
description: 'The native token of the Celestia blockchain.',
|
|
39
|
+
denom_units: [{
|
|
40
|
+
denom: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
|
|
41
|
+
exponent: 0,
|
|
42
|
+
aliases: ['utia']
|
|
43
|
+
}, {
|
|
44
|
+
denom: 'tia',
|
|
45
|
+
exponent: 6
|
|
46
|
+
}],
|
|
47
|
+
type_asset: 'ics20',
|
|
48
|
+
base: 'ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5',
|
|
49
|
+
name: 'Celestia',
|
|
50
|
+
display: 'tia',
|
|
51
|
+
symbol: 'TIA',
|
|
52
|
+
traces: [{
|
|
53
|
+
type: 'ibc',
|
|
54
|
+
counterparty: {
|
|
55
|
+
chain_name: 'celestia',
|
|
56
|
+
base_denom: 'utia',
|
|
57
|
+
channel_id: 'channel-2'
|
|
58
|
+
},
|
|
59
|
+
chain: {
|
|
60
|
+
channel_id: 'channel-6994',
|
|
61
|
+
path: 'transfer/channel-6994/utia'
|
|
62
|
+
}
|
|
63
|
+
}, {
|
|
64
|
+
type: 'ibc',
|
|
65
|
+
counterparty: {
|
|
66
|
+
chain_name: 'osmosis',
|
|
67
|
+
base_denom: 'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877',
|
|
68
|
+
channel_id: 'channel-0'
|
|
69
|
+
},
|
|
70
|
+
chain: {
|
|
71
|
+
channel_id: 'channel-0',
|
|
72
|
+
path: 'transfer/channel-0/transfer/channel-6994/utia'
|
|
73
|
+
}
|
|
74
|
+
}],
|
|
75
|
+
logo_URIs: {
|
|
76
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
77
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
78
|
+
},
|
|
79
|
+
images: [{
|
|
80
|
+
image_sync: {
|
|
81
|
+
chain_name: 'celestia',
|
|
82
|
+
base_denom: 'utia'
|
|
83
|
+
},
|
|
84
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
85
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
86
|
+
theme: {
|
|
87
|
+
primary_color_hex: '#7c2cfb'
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
description: 'MilkyWay\'s liquid staked TIA',
|
|
93
|
+
denom_units: [{
|
|
94
|
+
denom: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
|
|
95
|
+
exponent: 0,
|
|
96
|
+
aliases: ['umilktia']
|
|
97
|
+
}, {
|
|
98
|
+
denom: 'milkTIA',
|
|
99
|
+
exponent: 6
|
|
100
|
+
}],
|
|
101
|
+
type_asset: 'ics20',
|
|
102
|
+
base: 'ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F',
|
|
103
|
+
name: 'milkTIA',
|
|
104
|
+
display: 'milkTIA',
|
|
105
|
+
symbol: 'milkTIA',
|
|
106
|
+
traces: [{
|
|
107
|
+
type: 'liquid-stake',
|
|
108
|
+
counterparty: {
|
|
109
|
+
chain_name: 'celestia',
|
|
110
|
+
base_denom: 'utia'
|
|
111
|
+
},
|
|
112
|
+
provider: 'MilkyWay'
|
|
113
|
+
}, {
|
|
114
|
+
type: 'ibc',
|
|
115
|
+
counterparty: {
|
|
116
|
+
chain_name: 'osmosis',
|
|
117
|
+
base_denom: 'factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA',
|
|
118
|
+
channel_id: 'channel-0'
|
|
119
|
+
},
|
|
120
|
+
chain: {
|
|
121
|
+
channel_id: 'channel-0',
|
|
122
|
+
path: 'transfer/channel-0/factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA'
|
|
123
|
+
}
|
|
124
|
+
}],
|
|
125
|
+
logo_URIs: {
|
|
126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milktia.png',
|
|
127
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milktia.svg'
|
|
128
|
+
},
|
|
129
|
+
images: [{
|
|
130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milktia.png',
|
|
131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milktia.svg',
|
|
132
|
+
theme: {
|
|
133
|
+
primary_color_hex: '#d18dfc'
|
|
134
|
+
}
|
|
135
|
+
}],
|
|
136
|
+
coingecko_id: 'milkyway-staked-tia'
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
description: 'Stride\'s liquid staked TIA',
|
|
140
|
+
denom_units: [{
|
|
141
|
+
denom: 'ibc/8D4FC51F696E03711B9B37A5787FB89BD2DDBAF788813478B002D552A12F9157',
|
|
142
|
+
exponent: 0,
|
|
143
|
+
aliases: ['stutia']
|
|
144
|
+
}, {
|
|
145
|
+
denom: 'stTIA',
|
|
146
|
+
exponent: 6
|
|
147
|
+
}],
|
|
148
|
+
type_asset: 'ics20',
|
|
149
|
+
base: 'ibc/8D4FC51F696E03711B9B37A5787FB89BD2DDBAF788813478B002D552A12F9157',
|
|
150
|
+
name: 'Stride Staked TIA',
|
|
151
|
+
display: 'stTIA',
|
|
152
|
+
symbol: 'stTIA',
|
|
153
|
+
traces: [
|
|
154
|
+
{
|
|
155
|
+
type: 'liquid-stake',
|
|
156
|
+
counterparty: {
|
|
157
|
+
chain_name: 'celestia',
|
|
158
|
+
base_denom: 'utia'
|
|
159
|
+
},
|
|
160
|
+
provider: 'Stride'
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
type: 'ibc',
|
|
164
|
+
counterparty: {
|
|
165
|
+
chain_name: 'stride',
|
|
166
|
+
base_denom: 'stutia',
|
|
167
|
+
channel_id: 'channel-5'
|
|
168
|
+
},
|
|
169
|
+
chain: {
|
|
170
|
+
channel_id: 'channel-326',
|
|
171
|
+
path: 'transfer/channel-326/stutia'
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
type: 'ibc',
|
|
176
|
+
counterparty: {
|
|
177
|
+
chain_name: 'osmosis',
|
|
178
|
+
base_denom: 'ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9',
|
|
179
|
+
channel_id: 'channel-0'
|
|
180
|
+
},
|
|
181
|
+
chain: {
|
|
182
|
+
channel_id: 'channel-0',
|
|
183
|
+
path: 'transfer/channel-0/transfer/channel-326/stutia'
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
logo_URIs: {
|
|
188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png',
|
|
189
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg'
|
|
190
|
+
},
|
|
191
|
+
images: [{
|
|
192
|
+
image_sync: {
|
|
193
|
+
chain_name: 'stride',
|
|
194
|
+
base_denom: 'stutia'
|
|
195
|
+
},
|
|
196
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png',
|
|
197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg',
|
|
198
|
+
theme: {
|
|
199
|
+
primary_color_hex: '#e40474'
|
|
200
|
+
}
|
|
201
|
+
}]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
description: 'The native token of the Celestia blockchain.',
|
|
205
|
+
denom_units: [{
|
|
206
|
+
denom: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
207
|
+
exponent: 0,
|
|
208
|
+
aliases: ['utia']
|
|
209
|
+
}, {
|
|
210
|
+
denom: 'tia',
|
|
211
|
+
exponent: 6
|
|
212
|
+
}],
|
|
213
|
+
type_asset: 'ics20',
|
|
214
|
+
base: 'ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0',
|
|
215
|
+
name: 'Celestia',
|
|
216
|
+
display: 'tia',
|
|
217
|
+
symbol: 'TIA',
|
|
218
|
+
traces: [{
|
|
219
|
+
type: 'ibc',
|
|
220
|
+
counterparty: {
|
|
221
|
+
chain_name: 'celestia',
|
|
222
|
+
base_denom: 'utia',
|
|
223
|
+
channel_id: 'channel-1'
|
|
224
|
+
},
|
|
225
|
+
chain: {
|
|
226
|
+
channel_id: 'channel-1',
|
|
227
|
+
path: 'transfer/channel-1/utia'
|
|
228
|
+
}
|
|
229
|
+
}],
|
|
230
|
+
logo_URIs: {
|
|
231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
233
|
+
},
|
|
234
|
+
images: [{
|
|
235
|
+
image_sync: {
|
|
236
|
+
chain_name: 'celestia',
|
|
237
|
+
base_denom: 'utia'
|
|
238
|
+
},
|
|
239
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
240
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
241
|
+
theme: {
|
|
242
|
+
primary_color_hex: '#7c2cfb'
|
|
243
|
+
}
|
|
244
|
+
}]
|
|
245
|
+
}
|
|
246
|
+
]
|
|
247
|
+
};
|
|
248
|
+
export default info;
|