chain-registry 2.0.57 → 2.0.59
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/asset-lists.js +3 -1
- package/esm/mainnet/atomone/chain.js +18 -0
- package/esm/mainnet/axelar/asset-list.js +8 -2
- package/esm/mainnet/babylon/asset-list.js +217 -15
- package/esm/mainnet/beezee/asset-list.js +8 -0
- package/esm/mainnet/buycex/asset-list.js +4 -1
- package/esm/mainnet/buycex/chain.js +4 -1
- package/esm/mainnet/chains.js +3 -1
- package/esm/mainnet/composable/asset-list.js +5 -0
- package/esm/mainnet/cosmoshub/asset-list.js +98 -9
- package/esm/mainnet/dydx/ibc-data.js +29 -0
- package/esm/mainnet/dyson/asset-list.js +27 -13
- package/esm/mainnet/elys/asset-list.js +1 -4
- package/esm/mainnet/elys/chain.js +4 -1
- package/esm/mainnet/ethereum/asset-list.js +100 -19
- package/esm/mainnet/gonka/chain.js +2 -2
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/initia/chain.js +2 -2
- package/esm/mainnet/injective/asset-list.js +15 -0
- package/esm/mainnet/kopi/asset-list.js +44 -2
- package/esm/mainnet/kujira/asset-list.js +5 -1
- package/esm/mainnet/lombardledger/asset-list.js +11 -0
- package/esm/mainnet/lumera/asset-list.js +43 -0
- package/esm/mainnet/lumera/chain.js +10 -4
- package/esm/mainnet/lumera/ibc-data.js +59 -0
- package/esm/mainnet/lumera/index.js +2 -0
- package/esm/mainnet/manifest/asset-list.js +4 -0
- package/esm/mainnet/mantrachain/asset-list.js +2 -2
- package/esm/mainnet/migaloo/asset-list.js +18 -0
- package/esm/mainnet/milkyway/asset-list.js +2 -2
- package/esm/mainnet/milkyway/chain.js +5 -2
- package/esm/mainnet/namada/asset-list.js +8 -1
- package/esm/mainnet/namada/chain.js +4 -1
- package/esm/mainnet/neutron/asset-list.js +45 -17
- package/esm/mainnet/nibiru/asset-list.js +8 -0
- package/esm/mainnet/nolus/asset-list.js +43 -27
- package/esm/mainnet/opct/asset-list.js +4 -1
- package/esm/mainnet/oraichain/asset-list.js +24 -0
- package/esm/mainnet/osmosis/asset-list.js +228 -129
- package/esm/mainnet/osmosis/ibc-data.js +30 -0
- package/esm/mainnet/quasar/asset-list.js +4 -4
- package/esm/mainnet/routerchain/asset-list.js +12 -1
- package/esm/mainnet/stargaze/asset-list.js +0 -6
- package/esm/mainnet/terra/asset-list.js +7 -4
- package/esm/mainnet/terra2/asset-list.js +4 -1
- package/esm/mainnet/titan/asset-list.js +47 -5
- package/esm/mainnet/umee/chain.js +4 -9
- package/esm/mainnet/xion/asset-list.js +18 -2
- package/esm/mainnet/xpla/chain.js +7 -7
- package/esm/mainnet/xrplevm/asset-list.js +4 -0
- package/esm/mainnet/zigchain/asset-list.js +52 -0
- package/esm/mainnet/zigchain/chain.js +108 -0
- package/esm/{testnet/mantrachaintestnet → mainnet/zigchain}/index.js +0 -2
- package/esm/noncosmos/avalanchetestnet/asset-list.js +10 -1
- package/esm/noncosmos/binancesmartchaintestnet/asset-list.js +10 -1
- package/esm/noncosmos/dogecointestnet/asset-list.js +1 -4
- package/esm/noncosmos/ethereumtestnet/asset-list.js +15 -2
- package/esm/noncosmos/moonbeamtestnet/asset-list.js +15 -2
- package/esm/noncosmos/picasso/asset-list.js +5 -0
- package/esm/noncosmos/polkadottestnet/asset-list.js +6 -0
- package/esm/noncosmos/polygon/asset-list.js +4 -4
- package/esm/noncosmos/polygontestnet/asset-list.js +6 -1
- package/esm/noncosmos/solanatestnet/asset-list.js +9 -1
- package/esm/noncosmos/statemine/asset-list.js +11 -0
- package/esm/noncosmos/tontestnet/asset-list.js +5 -1
- package/esm/noncosmos/xrpltestnet/asset-list.js +11 -8
- package/esm/testnet/agoricdevnet/chain.js +5 -1
- package/esm/testnet/asset-lists.js +0 -2
- package/esm/testnet/autheotestnet/asset-list.js +4 -1
- package/esm/testnet/axelartestnet/asset-list.js +13 -2
- package/esm/testnet/babylontestnet/asset-list.js +24 -0
- package/esm/testnet/chains.js +0 -2
- package/esm/testnet/coreumtestnet/asset-list.js +4 -0
- package/esm/testnet/epixtestnet/asset-list.js +8 -0
- package/esm/testnet/fetchhubtestnet/asset-list.js +4 -0
- package/esm/testnet/ibc-data.js +0 -2
- package/esm/testnet/injectivetestnet/asset-list.js +28 -4
- package/esm/testnet/iopntestnet/asset-list.js +4 -1
- package/esm/testnet/kichaintestnet/asset-list.js +4 -0
- package/esm/testnet/mantrachaintestnet2/asset-list.js +2 -2
- package/esm/testnet/mantrachaintestnet2/chain.js +20 -4
- package/esm/testnet/neutrontestnet/asset-list.js +8 -0
- package/esm/testnet/osmosistestnet/asset-list.js +28 -12
- package/esm/testnet/persistencetestnet/asset-list.js +8 -1
- package/esm/testnet/persistencetestnet2/asset-list.js +8 -1
- package/esm/testnet/quicksilvertestnet/asset-list.js +4 -0
- package/esm/testnet/safrochaintestnet/chain.js +5 -1
- package/esm/testnet/secretnetworktestnet/asset-list.js +4 -0
- package/esm/testnet/shentutestnet/asset-list.js +8 -0
- package/esm/testnet/stargazetestnet/asset-list.js +8 -2
- package/esm/testnet/synternettestnet/asset-list.js +8 -0
- package/esm/testnet/terra2testnet/asset-list.js +4 -0
- package/esm/testnet/titantestnet/asset-list.js +35 -4
- package/esm/testnet/xplatestnet/asset-list.js +4 -0
- package/esm/testnet/xplatestnet/chain.js +2 -2
- package/mainnet/asset-lists.js +3 -1
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/axelar/asset-list.js +8 -2
- package/mainnet/babylon/asset-list.js +217 -15
- package/mainnet/beezee/asset-list.js +8 -0
- package/mainnet/buycex/asset-list.js +4 -1
- package/mainnet/buycex/chain.js +4 -1
- package/mainnet/chains.js +3 -1
- package/mainnet/composable/asset-list.js +5 -0
- package/mainnet/cosmoshub/asset-list.js +98 -9
- package/mainnet/dydx/ibc-data.js +29 -0
- package/mainnet/dyson/asset-list.js +27 -13
- package/mainnet/elys/asset-list.js +1 -4
- package/mainnet/elys/chain.js +4 -1
- package/mainnet/ethereum/asset-list.js +100 -19
- package/mainnet/gonka/chain.js +2 -2
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/initia/chain.js +2 -2
- package/mainnet/injective/asset-list.js +15 -0
- package/mainnet/kopi/asset-list.js +44 -2
- package/mainnet/kujira/asset-list.js +5 -1
- package/mainnet/lombardledger/asset-list.js +11 -0
- package/mainnet/lumera/asset-list.js +43 -0
- package/mainnet/lumera/chain.js +10 -4
- package/mainnet/lumera/ibc-data.js +61 -0
- package/mainnet/lumera/index.d.ts +1 -0
- package/mainnet/lumera/index.js +3 -1
- package/mainnet/manifest/asset-list.js +4 -0
- package/mainnet/mantrachain/asset-list.js +2 -2
- package/mainnet/migaloo/asset-list.js +18 -0
- package/mainnet/milkyway/asset-list.js +2 -2
- package/mainnet/milkyway/chain.js +5 -2
- package/mainnet/namada/asset-list.js +8 -1
- package/mainnet/namada/chain.js +4 -1
- package/mainnet/neutron/asset-list.js +45 -17
- package/mainnet/nibiru/asset-list.js +8 -0
- package/mainnet/nolus/asset-list.js +43 -27
- package/mainnet/opct/asset-list.js +4 -1
- package/mainnet/oraichain/asset-list.js +24 -0
- package/mainnet/osmosis/asset-list.js +228 -129
- package/mainnet/osmosis/ibc-data.js +30 -0
- package/mainnet/quasar/asset-list.js +4 -4
- package/mainnet/routerchain/asset-list.js +12 -1
- package/mainnet/stargaze/asset-list.js +0 -6
- package/mainnet/terra/asset-list.js +7 -4
- package/mainnet/terra2/asset-list.js +4 -1
- package/mainnet/titan/asset-list.js +47 -5
- package/mainnet/umee/chain.js +4 -9
- package/mainnet/xion/asset-list.js +18 -2
- package/mainnet/xpla/chain.js +7 -7
- package/mainnet/xrplevm/asset-list.js +4 -0
- package/mainnet/zigchain/asset-list.js +54 -0
- package/mainnet/zigchain/chain.js +110 -0
- package/{testnet/mantrachaintestnet → mainnet/zigchain}/index.d.ts +0 -1
- package/{testnet/mantrachaintestnet → mainnet/zigchain}/index.js +1 -3
- package/noncosmos/avalanchetestnet/asset-list.js +10 -1
- package/noncosmos/binancesmartchaintestnet/asset-list.js +10 -1
- package/noncosmos/dogecointestnet/asset-list.js +1 -4
- package/noncosmos/ethereumtestnet/asset-list.js +15 -2
- package/noncosmos/moonbeamtestnet/asset-list.js +15 -2
- package/noncosmos/picasso/asset-list.js +5 -0
- package/noncosmos/polkadottestnet/asset-list.js +6 -0
- package/noncosmos/polygon/asset-list.js +4 -4
- package/noncosmos/polygontestnet/asset-list.js +6 -1
- package/noncosmos/solanatestnet/asset-list.js +9 -1
- package/noncosmos/statemine/asset-list.js +11 -0
- package/noncosmos/tontestnet/asset-list.js +5 -1
- package/noncosmos/xrpltestnet/asset-list.js +11 -8
- package/package.json +3 -3
- package/testnet/agoricdevnet/chain.js +5 -1
- package/testnet/asset-lists.js +0 -2
- package/testnet/autheotestnet/asset-list.js +4 -1
- package/testnet/axelartestnet/asset-list.js +13 -2
- package/testnet/babylontestnet/asset-list.js +24 -0
- package/testnet/chains.js +0 -2
- package/testnet/coreumtestnet/asset-list.js +4 -0
- package/testnet/epixtestnet/asset-list.js +8 -0
- package/testnet/fetchhubtestnet/asset-list.js +4 -0
- package/testnet/ibc-data.js +0 -2
- package/testnet/injectivetestnet/asset-list.js +28 -4
- package/testnet/iopntestnet/asset-list.js +4 -1
- package/testnet/kichaintestnet/asset-list.js +4 -0
- package/testnet/mantrachaintestnet2/asset-list.js +2 -2
- package/testnet/mantrachaintestnet2/chain.js +20 -4
- package/testnet/neutrontestnet/asset-list.js +8 -0
- package/testnet/osmosistestnet/asset-list.js +28 -12
- package/testnet/persistencetestnet/asset-list.js +8 -1
- package/testnet/persistencetestnet2/asset-list.js +8 -1
- package/testnet/quicksilvertestnet/asset-list.js +4 -0
- package/testnet/safrochaintestnet/chain.js +5 -1
- package/testnet/secretnetworktestnet/asset-list.js +4 -0
- package/testnet/shentutestnet/asset-list.js +8 -0
- package/testnet/stargazetestnet/asset-list.js +8 -2
- package/testnet/synternettestnet/asset-list.js +8 -0
- package/testnet/terra2testnet/asset-list.js +4 -0
- package/testnet/titantestnet/asset-list.js +35 -4
- package/testnet/xplatestnet/asset-list.js +4 -0
- package/testnet/xplatestnet/chain.js +2 -2
- package/esm/testnet/mantrachaintestnet/asset-list.js +0 -48
- package/esm/testnet/mantrachaintestnet/chain.js +0 -81
- package/esm/testnet/mantrachaintestnet/ibc-data.js +0 -90
- package/testnet/mantrachaintestnet/asset-list.js +0 -50
- package/testnet/mantrachaintestnet/chain.js +0 -83
- package/testnet/mantrachaintestnet/ibc-data.js +0 -92
- /package/{testnet/mantrachaintestnet → mainnet/lumera}/ibc-data.d.ts +0 -0
- /package/{testnet/mantrachaintestnet → mainnet/zigchain}/asset-list.d.ts +0 -0
- /package/{testnet/mantrachaintestnet → mainnet/zigchain}/chain.d.ts +0 -0
|
@@ -160,10 +160,19 @@ const info = {
|
|
|
160
160
|
display: 'USDC',
|
|
161
161
|
symbol: 'USDC',
|
|
162
162
|
logoURIs: {
|
|
163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
163
164
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
164
165
|
},
|
|
165
166
|
images: [{
|
|
166
|
-
|
|
167
|
+
imageSync: {
|
|
168
|
+
chainName: 'noble',
|
|
169
|
+
baseDenom: 'uusdc'
|
|
170
|
+
},
|
|
171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
172
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
173
|
+
theme: {
|
|
174
|
+
circle: true
|
|
175
|
+
}
|
|
167
176
|
}],
|
|
168
177
|
keywords: ['dex', 'mm'],
|
|
169
178
|
typeAsset: 'ics20',
|
|
@@ -195,10 +204,19 @@ const info = {
|
|
|
195
204
|
display: 'USDT.inj',
|
|
196
205
|
symbol: 'USDT.inj',
|
|
197
206
|
logoURIs: {
|
|
207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
198
208
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
199
209
|
},
|
|
200
210
|
images: [{
|
|
201
|
-
|
|
211
|
+
imageSync: {
|
|
212
|
+
chainName: 'injective',
|
|
213
|
+
baseDenom: 'peggy0xdAC17F958D2ee523a2206206994597C13D831ec7'
|
|
214
|
+
},
|
|
215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
216
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
217
|
+
theme: {
|
|
218
|
+
circle: true
|
|
219
|
+
}
|
|
202
220
|
}],
|
|
203
221
|
keywords: ['dex', 'mm'],
|
|
204
222
|
typeAsset: 'ics20',
|
|
@@ -229,9 +247,15 @@ const info = {
|
|
|
229
247
|
display: 'INJ',
|
|
230
248
|
symbol: 'INJ',
|
|
231
249
|
logoURIs: {
|
|
250
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
232
251
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
233
252
|
},
|
|
234
253
|
images: [{
|
|
254
|
+
imageSync: {
|
|
255
|
+
chainName: 'injective',
|
|
256
|
+
baseDenom: 'inj'
|
|
257
|
+
},
|
|
258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
235
259
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
236
260
|
}],
|
|
237
261
|
keywords: ['dex', 'mm'],
|
|
@@ -264,9 +288,15 @@ const info = {
|
|
|
264
288
|
display: 'Luna',
|
|
265
289
|
symbol: 'LUNA',
|
|
266
290
|
logoURIs: {
|
|
291
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
267
292
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
268
293
|
},
|
|
269
294
|
images: [{
|
|
295
|
+
imageSync: {
|
|
296
|
+
chainName: 'terra2',
|
|
297
|
+
baseDenom: 'uluna'
|
|
298
|
+
},
|
|
299
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
|
|
270
300
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
|
|
271
301
|
}],
|
|
272
302
|
keywords: ['dex', 'mm'],
|
|
@@ -299,9 +329,15 @@ const info = {
|
|
|
299
329
|
display: 'osmo',
|
|
300
330
|
symbol: 'OSMO',
|
|
301
331
|
logoURIs: {
|
|
332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
302
333
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
303
334
|
},
|
|
304
335
|
images: [{
|
|
336
|
+
imageSync: {
|
|
337
|
+
chainName: 'osmosis',
|
|
338
|
+
baseDenom: 'uosmo'
|
|
339
|
+
},
|
|
340
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
305
341
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
306
342
|
}],
|
|
307
343
|
keywords: ['dex', 'mm'],
|
|
@@ -334,9 +370,15 @@ const info = {
|
|
|
334
370
|
display: 'Atom',
|
|
335
371
|
symbol: 'ATOM',
|
|
336
372
|
logoURIs: {
|
|
373
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
337
374
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
338
375
|
},
|
|
339
376
|
images: [{
|
|
377
|
+
imageSync: {
|
|
378
|
+
chainName: 'cosmoshub',
|
|
379
|
+
baseDenom: 'uatom'
|
|
380
|
+
},
|
|
381
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
340
382
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
341
383
|
}],
|
|
342
384
|
keywords: ['dex', 'mm'],
|
|
@@ -803,10 +803,14 @@ const info = {
|
|
|
803
803
|
chainName: 'axelar',
|
|
804
804
|
baseDenom: 'weth-wei'
|
|
805
805
|
},
|
|
806
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
807
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
808
|
+
}, {
|
|
806
809
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
807
810
|
}],
|
|
808
811
|
logoURIs: {
|
|
809
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
813
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
810
814
|
},
|
|
811
815
|
coingeckoId: 'axlweth'
|
|
812
816
|
},
|
|
@@ -40,6 +40,17 @@ const info = {
|
|
|
40
40
|
baseDenom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
41
41
|
},
|
|
42
42
|
provider: 'Lombard'
|
|
43
|
+
}],
|
|
44
|
+
images: [{
|
|
45
|
+
imageSync: {
|
|
46
|
+
chainName: 'ethereum',
|
|
47
|
+
baseDenom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
48
|
+
},
|
|
49
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
50
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
51
|
+
theme: {
|
|
52
|
+
circle: true
|
|
53
|
+
}
|
|
43
54
|
}]
|
|
44
55
|
},
|
|
45
56
|
{
|
|
@@ -30,6 +30,49 @@ const info = {
|
|
|
30
30
|
telegram: 'https://t.me/lumeraprotocol',
|
|
31
31
|
website: 'https://lumera.io'
|
|
32
32
|
}
|
|
33
|
+
}, {
|
|
34
|
+
denomUnits: [{
|
|
35
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
36
|
+
exponent: 0,
|
|
37
|
+
aliases: ['uosmo']
|
|
38
|
+
}, {
|
|
39
|
+
denom: 'osmo',
|
|
40
|
+
exponent: 6
|
|
41
|
+
}],
|
|
42
|
+
typeAsset: 'ics20',
|
|
43
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
44
|
+
name: 'Osmosis OSMO Token',
|
|
45
|
+
display: 'osmo',
|
|
46
|
+
symbol: 'OSMO',
|
|
47
|
+
traces: [{
|
|
48
|
+
type: 'ibc',
|
|
49
|
+
counterparty: {
|
|
50
|
+
chainName: 'osmosis',
|
|
51
|
+
baseDenom: 'uosmo',
|
|
52
|
+
channelId: 'channel-106313'
|
|
53
|
+
},
|
|
54
|
+
chain: {
|
|
55
|
+
channelId: 'channel-0',
|
|
56
|
+
path: 'transfer/channel-0/uosmo'
|
|
57
|
+
}
|
|
58
|
+
}],
|
|
59
|
+
images: [{
|
|
60
|
+
imageSync: {
|
|
61
|
+
chainName: 'osmosis',
|
|
62
|
+
baseDenom: 'uosmo'
|
|
63
|
+
},
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
66
|
+
}],
|
|
67
|
+
logoURIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
70
|
+
},
|
|
71
|
+
keywords: [
|
|
72
|
+
'dex',
|
|
73
|
+
'ibc',
|
|
74
|
+
'osmosis'
|
|
75
|
+
]
|
|
33
76
|
}]
|
|
34
77
|
};
|
|
35
78
|
exports.default = info;
|
package/mainnet/lumera/chain.js
CHANGED
|
@@ -38,18 +38,18 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
codebase: {
|
|
40
40
|
gitRepo: 'https://github.com/LumeraProtocol/lumera',
|
|
41
|
-
tag: 'v1.
|
|
42
|
-
recommendedVersion: 'v1.
|
|
41
|
+
tag: 'v1.6.1',
|
|
42
|
+
recommendedVersion: 'v1.6.1',
|
|
43
43
|
language: {
|
|
44
44
|
type: 'go',
|
|
45
45
|
version: 'v1.24'
|
|
46
46
|
},
|
|
47
47
|
binaries: {
|
|
48
|
-
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.
|
|
48
|
+
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.6.1/lumera_v1.6.1_linux_amd64.tar.gz?checksum=sha256:3d33c600ad35b94c72acf4ce81247f6171b79169f5b84a6e415df1ec30d690dc'
|
|
49
49
|
},
|
|
50
50
|
sdk: {
|
|
51
51
|
type: 'cosmos',
|
|
52
|
-
version: 'v0.50.
|
|
52
|
+
version: 'v0.50.12'
|
|
53
53
|
},
|
|
54
54
|
consensus: {
|
|
55
55
|
type: 'cometbft',
|
|
@@ -71,10 +71,16 @@ const info = {
|
|
|
71
71
|
rpc: [{
|
|
72
72
|
address: 'https://rpc.lumera.io:443',
|
|
73
73
|
provider: 'LumeraProtocol'
|
|
74
|
+
}, {
|
|
75
|
+
address: 'https://lumera-rpc.ibs.team',
|
|
76
|
+
provider: 'Inter Blockchain Services'
|
|
74
77
|
}],
|
|
75
78
|
rest: [{
|
|
76
79
|
address: 'https://lcd.lumera.io:443',
|
|
77
80
|
provider: 'LumeraProtocol'
|
|
81
|
+
}, {
|
|
82
|
+
address: 'https://lumera-api.ibs.team',
|
|
83
|
+
provider: 'Inter Blockchain Services'
|
|
78
84
|
}],
|
|
79
85
|
grpc: [{
|
|
80
86
|
address: 'https://grpc.lumera.io:443',
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'dydx',
|
|
7
|
+
clientId: '07-tendermint-36',
|
|
8
|
+
connectionId: 'connection-37'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'lumera',
|
|
12
|
+
clientId: '07-tendermint-3',
|
|
13
|
+
connectionId: 'connection-1'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-90',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-1',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}, {
|
|
32
|
+
$schema: '../ibc_data.schema.json',
|
|
33
|
+
chain1: {
|
|
34
|
+
chainName: 'lumera',
|
|
35
|
+
clientId: '07-tendermint-1',
|
|
36
|
+
connectionId: 'connection-0'
|
|
37
|
+
},
|
|
38
|
+
chain2: {
|
|
39
|
+
chainName: 'osmosis',
|
|
40
|
+
clientId: '07-tendermint-3589',
|
|
41
|
+
connectionId: 'connection-10931'
|
|
42
|
+
},
|
|
43
|
+
channels: [{
|
|
44
|
+
chain1: {
|
|
45
|
+
channelId: 'channel-0',
|
|
46
|
+
portId: 'transfer'
|
|
47
|
+
},
|
|
48
|
+
chain2: {
|
|
49
|
+
channelId: 'channel-106313',
|
|
50
|
+
portId: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
ordering: 'unordered',
|
|
53
|
+
version: 'ics20-1',
|
|
54
|
+
tags: {
|
|
55
|
+
status: 'live',
|
|
56
|
+
preferred: true,
|
|
57
|
+
dex: 'osmosis'
|
|
58
|
+
}
|
|
59
|
+
}]
|
|
60
|
+
}];
|
|
61
|
+
exports.default = info;
|
package/mainnet/lumera/index.js
CHANGED
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assetList = void 0;
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
|
@@ -89,6 +89,10 @@ const info = {
|
|
|
89
89
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
90
90
|
},
|
|
91
91
|
images: [{
|
|
92
|
+
imageSync: {
|
|
93
|
+
chainName: 'osmosis',
|
|
94
|
+
baseDenom: 'uosmo'
|
|
95
|
+
},
|
|
92
96
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
93
97
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
94
98
|
}],
|
|
@@ -83,8 +83,8 @@ const info = {
|
|
|
83
83
|
}
|
|
84
84
|
}],
|
|
85
85
|
logoURIs: {
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
87
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
88
88
|
},
|
|
89
89
|
images: [{
|
|
90
90
|
imageSync: {
|
|
@@ -797,6 +797,12 @@ const info = {
|
|
|
797
797
|
channelId: 'channel-0',
|
|
798
798
|
path: 'transfer/channel-0/factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/1/stable/amplp'
|
|
799
799
|
}
|
|
800
|
+
}],
|
|
801
|
+
images: [{
|
|
802
|
+
imageSync: {
|
|
803
|
+
chainName: 'terra2',
|
|
804
|
+
baseDenom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/1/stable/amplp'
|
|
805
|
+
}
|
|
800
806
|
}]
|
|
801
807
|
},
|
|
802
808
|
{
|
|
@@ -824,6 +830,12 @@ const info = {
|
|
|
824
830
|
channelId: 'channel-0',
|
|
825
831
|
path: 'transfer/channel-0/factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/21/single/amplp'
|
|
826
832
|
}
|
|
833
|
+
}],
|
|
834
|
+
images: [{
|
|
835
|
+
imageSync: {
|
|
836
|
+
chainName: 'terra2',
|
|
837
|
+
baseDenom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/21/single/amplp'
|
|
838
|
+
}
|
|
827
839
|
}]
|
|
828
840
|
},
|
|
829
841
|
{
|
|
@@ -851,6 +863,12 @@ const info = {
|
|
|
851
863
|
channelId: 'channel-0',
|
|
852
864
|
path: 'transfer/channel-0/factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/30/single/amplp'
|
|
853
865
|
}
|
|
866
|
+
}],
|
|
867
|
+
images: [{
|
|
868
|
+
imageSync: {
|
|
869
|
+
chainName: 'terra2',
|
|
870
|
+
baseDenom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/30/single/amplp'
|
|
871
|
+
}
|
|
854
872
|
}]
|
|
855
873
|
}
|
|
856
874
|
]
|
|
@@ -350,8 +350,8 @@ const info = {
|
|
|
350
350
|
}
|
|
351
351
|
],
|
|
352
352
|
logoURIs: {
|
|
353
|
-
|
|
354
|
-
|
|
353
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
354
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
355
355
|
},
|
|
356
356
|
images: [{
|
|
357
357
|
imageSync: {
|
|
@@ -131,12 +131,15 @@ const info = {
|
|
|
131
131
|
chainName: 'milkyway',
|
|
132
132
|
baseDenom: 'umilk'
|
|
133
133
|
},
|
|
134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
136
|
+
}, {
|
|
134
137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.png',
|
|
135
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkyway.svg'
|
|
136
139
|
}],
|
|
137
140
|
logoURIs: {
|
|
138
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
139
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
140
143
|
},
|
|
141
144
|
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.',
|
|
142
145
|
apis: {
|
|
@@ -27,7 +27,10 @@ const info = {
|
|
|
27
27
|
website: 'https://namada.net/',
|
|
28
28
|
twitter: 'https://x.com/namada'
|
|
29
29
|
},
|
|
30
|
-
coingeckoId: 'namada'
|
|
30
|
+
coingeckoId: 'namada',
|
|
31
|
+
images: [{
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
33
|
+
}]
|
|
31
34
|
},
|
|
32
35
|
{
|
|
33
36
|
description: 'Stride\'s liquid staked OSMO',
|
|
@@ -185,6 +188,10 @@ const info = {
|
|
|
185
188
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
186
189
|
},
|
|
187
190
|
images: [{
|
|
191
|
+
imageSync: {
|
|
192
|
+
chainName: 'osmosis',
|
|
193
|
+
baseDenom: 'uosmo'
|
|
194
|
+
},
|
|
188
195
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
189
196
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
190
197
|
}]
|
package/mainnet/namada/chain.js
CHANGED
|
@@ -138,6 +138,9 @@ const info = {
|
|
|
138
138
|
],
|
|
139
139
|
logoURIs: {
|
|
140
140
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
141
|
-
}
|
|
141
|
+
},
|
|
142
|
+
images: [{
|
|
143
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
144
|
+
}]
|
|
142
145
|
};
|
|
143
146
|
exports.default = info;
|
|
@@ -191,12 +191,10 @@ const info = {
|
|
|
191
191
|
chainName: 'elys',
|
|
192
192
|
baseDenom: 'uelys'
|
|
193
193
|
},
|
|
194
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
195
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.svg'
|
|
194
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
196
195
|
}],
|
|
197
196
|
logoURIs: {
|
|
198
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
199
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.svg'
|
|
197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
200
198
|
},
|
|
201
199
|
coingeckoId: 'elys-network'
|
|
202
200
|
},
|
|
@@ -1201,13 +1199,17 @@ const info = {
|
|
|
1201
1199
|
}
|
|
1202
1200
|
}],
|
|
1203
1201
|
logoURIs: {
|
|
1204
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
1203
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
1205
1204
|
},
|
|
1206
1205
|
images: [{
|
|
1207
1206
|
imageSync: {
|
|
1208
1207
|
chainName: 'axelar',
|
|
1209
1208
|
baseDenom: 'wbtc-satoshi'
|
|
1210
1209
|
},
|
|
1210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
1211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
1212
|
+
}, {
|
|
1211
1213
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
1212
1214
|
}],
|
|
1213
1215
|
coingeckoId: 'axlwbtc'
|
|
@@ -1458,8 +1460,8 @@ const info = {
|
|
|
1458
1460
|
}
|
|
1459
1461
|
}],
|
|
1460
1462
|
logoURIs: {
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
|
|
1464
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
1463
1465
|
},
|
|
1464
1466
|
images: [{
|
|
1465
1467
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg',
|
|
@@ -1469,7 +1471,8 @@ const info = {
|
|
|
1469
1471
|
chainName: 'int3face',
|
|
1470
1472
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
|
|
1471
1473
|
},
|
|
1472
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png'
|
|
1474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
|
|
1475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
1473
1476
|
}]
|
|
1474
1477
|
},
|
|
1475
1478
|
{
|
|
@@ -1507,8 +1510,8 @@ const info = {
|
|
|
1507
1510
|
}
|
|
1508
1511
|
}],
|
|
1509
1512
|
logoURIs: {
|
|
1510
|
-
|
|
1511
|
-
|
|
1513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.png',
|
|
1514
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.svg'
|
|
1512
1515
|
},
|
|
1513
1516
|
images: [{
|
|
1514
1517
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.svg',
|
|
@@ -1518,7 +1521,8 @@ const info = {
|
|
|
1518
1521
|
chainName: 'int3face',
|
|
1519
1522
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc'
|
|
1520
1523
|
},
|
|
1521
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.png'
|
|
1524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.png',
|
|
1525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.svg'
|
|
1522
1526
|
}]
|
|
1523
1527
|
},
|
|
1524
1528
|
{
|
|
@@ -1556,8 +1560,8 @@ const info = {
|
|
|
1556
1560
|
}
|
|
1557
1561
|
}],
|
|
1558
1562
|
logoURIs: {
|
|
1559
|
-
|
|
1560
|
-
|
|
1563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.png',
|
|
1564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.svg'
|
|
1561
1565
|
},
|
|
1562
1566
|
images: [{
|
|
1563
1567
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.svg',
|
|
@@ -1567,7 +1571,8 @@ const info = {
|
|
|
1567
1571
|
chainName: 'int3face',
|
|
1568
1572
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch'
|
|
1569
1573
|
},
|
|
1570
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.png'
|
|
1574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.png',
|
|
1575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.svg'
|
|
1571
1576
|
}]
|
|
1572
1577
|
},
|
|
1573
1578
|
{
|
|
@@ -1605,8 +1610,8 @@ const info = {
|
|
|
1605
1610
|
}
|
|
1606
1611
|
}],
|
|
1607
1612
|
logoURIs: {
|
|
1608
|
-
|
|
1609
|
-
|
|
1613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.png',
|
|
1614
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
|
|
1610
1615
|
},
|
|
1611
1616
|
images: [{
|
|
1612
1617
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg',
|
|
@@ -1616,7 +1621,8 @@ const info = {
|
|
|
1616
1621
|
chainName: 'int3face',
|
|
1617
1622
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc'
|
|
1618
1623
|
},
|
|
1619
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.png'
|
|
1624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.png',
|
|
1625
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
|
|
1620
1626
|
}]
|
|
1621
1627
|
},
|
|
1622
1628
|
{
|
|
@@ -1642,6 +1648,28 @@ const info = {
|
|
|
1642
1648
|
website: 'https://TabCo.in'
|
|
1643
1649
|
},
|
|
1644
1650
|
typeAsset: 'sdk.coin'
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
description: 'EHO is the native token powering Cognitive Echo — a VR + AI ecosystem where thoughts become visual, insights resonate, and cognitive echo transforms ideas into reality. The infinity symbol (∞) represents infinite resonance and community-driven growth.',
|
|
1654
|
+
denomUnits: [{
|
|
1655
|
+
denom: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
1656
|
+
exponent: 0
|
|
1657
|
+
}, {
|
|
1658
|
+
denom: 'eho',
|
|
1659
|
+
exponent: 6
|
|
1660
|
+
}],
|
|
1661
|
+
typeAsset: 'cw20',
|
|
1662
|
+
address: 'neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
1663
|
+
base: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
1664
|
+
name: 'Cognitive Echo',
|
|
1665
|
+
display: 'eho',
|
|
1666
|
+
symbol: 'EHO',
|
|
1667
|
+
logoURIs: {
|
|
1668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
1669
|
+
},
|
|
1670
|
+
images: [{
|
|
1671
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
1672
|
+
}]
|
|
1645
1673
|
}
|
|
1646
1674
|
]
|
|
1647
1675
|
};
|
|
@@ -137,6 +137,14 @@ const info = {
|
|
|
137
137
|
base: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
138
138
|
display: 'AXV',
|
|
139
139
|
symbol: 'AXV',
|
|
140
|
+
traces: [{
|
|
141
|
+
type: 'additional-mintage',
|
|
142
|
+
counterparty: {
|
|
143
|
+
chainName: 'neutron',
|
|
144
|
+
baseDenom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
145
|
+
},
|
|
146
|
+
provider: 'Astrovault'
|
|
147
|
+
}],
|
|
140
148
|
logoURIs: {
|
|
141
149
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
142
150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|