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
|
@@ -221,8 +221,15 @@ const info = {
|
|
|
221
221
|
}
|
|
222
222
|
}],
|
|
223
223
|
images: [{
|
|
224
|
+
imageSync: {
|
|
225
|
+
chainName: 'lombardledger',
|
|
226
|
+
baseDenom: 'uclbtc'
|
|
227
|
+
},
|
|
224
228
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
225
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
230
|
+
theme: {
|
|
231
|
+
circle: true
|
|
232
|
+
}
|
|
226
233
|
}],
|
|
227
234
|
logoURIs: {
|
|
228
235
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
@@ -256,6 +263,14 @@ const info = {
|
|
|
256
263
|
path: 'transfer/08-wasm-1369/0x7a56e1c57c7475ccf742a1832b028f0456652f97'
|
|
257
264
|
},
|
|
258
265
|
provider: 'Eureka'
|
|
266
|
+
}],
|
|
267
|
+
images: [{
|
|
268
|
+
imageSync: {
|
|
269
|
+
chainName: 'ethereum',
|
|
270
|
+
baseDenom: '0x7a56e1c57c7475ccf742a1832b028f0456652f97'
|
|
271
|
+
},
|
|
272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
259
274
|
}]
|
|
260
275
|
},
|
|
261
276
|
{
|
|
@@ -284,6 +299,13 @@ const info = {
|
|
|
284
299
|
path: 'transfer/08-wasm-1369/0xd9d920aa40f578ab794426f5c90f6c731d159def'
|
|
285
300
|
},
|
|
286
301
|
provider: 'Eureka'
|
|
302
|
+
}],
|
|
303
|
+
images: [{
|
|
304
|
+
imageSync: {
|
|
305
|
+
chainName: 'ethereum',
|
|
306
|
+
baseDenom: '0xd9d920aa40f578ab794426f5c90f6c731d159def'
|
|
307
|
+
},
|
|
308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
287
309
|
}]
|
|
288
310
|
},
|
|
289
311
|
{
|
|
@@ -312,6 +334,13 @@ const info = {
|
|
|
312
334
|
path: 'transfer/08-wasm-1369/0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
313
335
|
},
|
|
314
336
|
provider: 'Eureka'
|
|
337
|
+
}],
|
|
338
|
+
images: [{
|
|
339
|
+
imageSync: {
|
|
340
|
+
chainName: 'ethereum',
|
|
341
|
+
baseDenom: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
342
|
+
},
|
|
343
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
315
344
|
}]
|
|
316
345
|
},
|
|
317
346
|
{
|
|
@@ -340,6 +369,16 @@ const info = {
|
|
|
340
369
|
path: 'transfer/08-wasm-1369/0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
|
|
341
370
|
},
|
|
342
371
|
provider: 'Eureka'
|
|
372
|
+
}],
|
|
373
|
+
images: [{
|
|
374
|
+
imageSync: {
|
|
375
|
+
chainName: 'ethereum',
|
|
376
|
+
baseDenom: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
|
|
377
|
+
},
|
|
378
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC_200px.png',
|
|
379
|
+
theme: {
|
|
380
|
+
circle: false
|
|
381
|
+
}
|
|
343
382
|
}]
|
|
344
383
|
},
|
|
345
384
|
{
|
|
@@ -368,6 +407,13 @@ const info = {
|
|
|
368
407
|
path: 'transfer/08-wasm-1369/0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
369
408
|
},
|
|
370
409
|
provider: 'Eureka'
|
|
410
|
+
}],
|
|
411
|
+
images: [{
|
|
412
|
+
imageSync: {
|
|
413
|
+
chainName: 'ethereum',
|
|
414
|
+
baseDenom: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
415
|
+
},
|
|
416
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
371
417
|
}]
|
|
372
418
|
},
|
|
373
419
|
{
|
|
@@ -396,6 +442,13 @@ const info = {
|
|
|
396
442
|
path: 'transfer/08-wasm-1369/0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
|
|
397
443
|
},
|
|
398
444
|
provider: 'Eureka'
|
|
445
|
+
}],
|
|
446
|
+
images: [{
|
|
447
|
+
imageSync: {
|
|
448
|
+
chainName: 'ethereum',
|
|
449
|
+
baseDenom: '0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
|
|
450
|
+
},
|
|
451
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
399
452
|
}]
|
|
400
453
|
},
|
|
401
454
|
{
|
|
@@ -424,6 +477,13 @@ const info = {
|
|
|
424
477
|
path: 'transfer/08-wasm-1369/0x9356f6d95b8e109f4b7ce3e49d672967d3b48383'
|
|
425
478
|
},
|
|
426
479
|
provider: 'Eureka'
|
|
480
|
+
}],
|
|
481
|
+
images: [{
|
|
482
|
+
imageSync: {
|
|
483
|
+
chainName: 'ethereum',
|
|
484
|
+
baseDenom: '0x9356f6d95b8e109f4b7ce3e49d672967d3b48383'
|
|
485
|
+
},
|
|
486
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
427
487
|
}]
|
|
428
488
|
},
|
|
429
489
|
{
|
|
@@ -452,6 +512,13 @@ const info = {
|
|
|
452
512
|
path: 'transfer/08-wasm-1369/0x657e8c867d8b37dcc18fa4caead9c45eb088c642'
|
|
453
513
|
},
|
|
454
514
|
provider: 'Eureka'
|
|
515
|
+
}],
|
|
516
|
+
images: [{
|
|
517
|
+
imageSync: {
|
|
518
|
+
chainName: 'ethereum',
|
|
519
|
+
baseDenom: '0x657e8c867d8b37dcc18fa4caead9c45eb088c642'
|
|
520
|
+
},
|
|
521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
455
522
|
}]
|
|
456
523
|
},
|
|
457
524
|
{
|
|
@@ -480,6 +547,13 @@ const info = {
|
|
|
480
547
|
path: 'transfer/08-wasm-1369/0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a'
|
|
481
548
|
},
|
|
482
549
|
provider: 'Eureka'
|
|
550
|
+
}],
|
|
551
|
+
images: [{
|
|
552
|
+
imageSync: {
|
|
553
|
+
chainName: 'ethereum',
|
|
554
|
+
baseDenom: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a'
|
|
555
|
+
},
|
|
556
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
|
|
483
557
|
}]
|
|
484
558
|
},
|
|
485
559
|
{
|
|
@@ -559,10 +633,13 @@ const info = {
|
|
|
559
633
|
},
|
|
560
634
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
561
635
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
636
|
+
}, {
|
|
637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
562
639
|
}],
|
|
563
640
|
logoURIs: {
|
|
564
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
565
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
641
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
642
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
566
643
|
}
|
|
567
644
|
},
|
|
568
645
|
{
|
|
@@ -651,7 +728,14 @@ const info = {
|
|
|
651
728
|
website: 'https://www.ophirdao.com',
|
|
652
729
|
twitter: 'https://x.com/OphirDAO'
|
|
653
730
|
},
|
|
654
|
-
keywords: ['dao']
|
|
731
|
+
keywords: ['dao'],
|
|
732
|
+
images: [{
|
|
733
|
+
imageSync: {
|
|
734
|
+
chainName: 'osmosis',
|
|
735
|
+
baseDenom: 'ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14'
|
|
736
|
+
},
|
|
737
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png'
|
|
738
|
+
}]
|
|
655
739
|
},
|
|
656
740
|
{
|
|
657
741
|
description: 'Midas mBTC on the Cosmos Hub',
|
|
@@ -726,10 +810,7 @@ const info = {
|
|
|
726
810
|
baseDenom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
727
811
|
},
|
|
728
812
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
|
|
729
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
730
|
-
theme: {
|
|
731
|
-
circle: true
|
|
732
|
-
}
|
|
813
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
733
814
|
}],
|
|
734
815
|
logoURIs: {
|
|
735
816
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
@@ -769,7 +850,15 @@ const info = {
|
|
|
769
850
|
keywords: ['memecoin'],
|
|
770
851
|
socials: {
|
|
771
852
|
twitter: 'https://x.com/quark_on_cosmos'
|
|
772
|
-
}
|
|
853
|
+
},
|
|
854
|
+
images: [{
|
|
855
|
+
imageSync: {
|
|
856
|
+
chainName: 'osmosis',
|
|
857
|
+
baseDenom: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark'
|
|
858
|
+
},
|
|
859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
|
|
860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
861
|
+
}]
|
|
773
862
|
},
|
|
774
863
|
{
|
|
775
864
|
description: 'The native token of Intento.',
|
package/mainnet/dydx/ibc-data.js
CHANGED
|
@@ -147,6 +147,35 @@ const info = [
|
|
|
147
147
|
}
|
|
148
148
|
}]
|
|
149
149
|
},
|
|
150
|
+
{
|
|
151
|
+
$schema: '../ibc_data.schema.json',
|
|
152
|
+
chain1: {
|
|
153
|
+
chainName: 'dydx',
|
|
154
|
+
clientId: '07-tendermint-36',
|
|
155
|
+
connectionId: 'connection-37'
|
|
156
|
+
},
|
|
157
|
+
chain2: {
|
|
158
|
+
chainName: 'lumera',
|
|
159
|
+
clientId: '07-tendermint-3',
|
|
160
|
+
connectionId: 'connection-1'
|
|
161
|
+
},
|
|
162
|
+
channels: [{
|
|
163
|
+
chain1: {
|
|
164
|
+
channelId: 'channel-90',
|
|
165
|
+
portId: 'transfer'
|
|
166
|
+
},
|
|
167
|
+
chain2: {
|
|
168
|
+
channelId: 'channel-1',
|
|
169
|
+
portId: 'transfer'
|
|
170
|
+
},
|
|
171
|
+
ordering: 'unordered',
|
|
172
|
+
version: 'ics20-1',
|
|
173
|
+
tags: {
|
|
174
|
+
status: 'live',
|
|
175
|
+
preferred: true
|
|
176
|
+
}
|
|
177
|
+
}]
|
|
178
|
+
},
|
|
150
179
|
{
|
|
151
180
|
$schema: '../ibc_data.schema.json',
|
|
152
181
|
chain1: {
|
|
@@ -92,19 +92,26 @@ const info = {
|
|
|
92
92
|
path: 'transfer/channel-2/transfer/channel-208/wbtc-satoshi'
|
|
93
93
|
}
|
|
94
94
|
}],
|
|
95
|
-
images: [
|
|
95
|
+
images: [
|
|
96
|
+
{
|
|
96
97
|
imageSync: {
|
|
97
98
|
chainName: 'osmosis',
|
|
98
99
|
baseDenom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F'
|
|
99
100
|
},
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
100
108
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
101
109
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
}],
|
|
110
|
+
}
|
|
111
|
+
],
|
|
105
112
|
logoURIs: {
|
|
106
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
107
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
108
115
|
},
|
|
109
116
|
coingeckoId: 'axlwbtc'
|
|
110
117
|
},
|
|
@@ -135,20 +142,27 @@ const info = {
|
|
|
135
142
|
path: 'transfer/channel-2/transfer/channel-208/uusdc'
|
|
136
143
|
}
|
|
137
144
|
}],
|
|
138
|
-
images: [
|
|
145
|
+
images: [
|
|
146
|
+
{
|
|
139
147
|
imageSync: {
|
|
140
148
|
chainName: 'osmosis',
|
|
141
149
|
baseDenom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858'
|
|
142
150
|
},
|
|
143
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
144
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
145
|
-
}, {
|
|
146
151
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
147
152
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
148
|
-
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
161
|
+
}
|
|
162
|
+
],
|
|
149
163
|
logoURIs: {
|
|
150
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
151
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
165
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
152
166
|
},
|
|
153
167
|
coingeckoId: 'axlusdc'
|
|
154
168
|
}
|
|
@@ -425,10 +425,7 @@ const info = {
|
|
|
425
425
|
baseDenom: 'axrp'
|
|
426
426
|
},
|
|
427
427
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
428
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
429
|
-
theme: {
|
|
430
|
-
darkMode: true
|
|
431
|
-
}
|
|
428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
432
429
|
}],
|
|
433
430
|
logoURIs: {
|
|
434
431
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
package/mainnet/elys/chain.js
CHANGED
|
@@ -381,6 +381,9 @@ const info = {
|
|
|
381
381
|
txPage: 'https://elysscan.io/tx/${txHash}',
|
|
382
382
|
accountPage: 'https://elysscan.io/address/${accountAddress}'
|
|
383
383
|
}
|
|
384
|
-
]
|
|
384
|
+
],
|
|
385
|
+
images: [{
|
|
386
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
387
|
+
}]
|
|
385
388
|
};
|
|
386
389
|
exports.default = info;
|
|
@@ -1540,7 +1540,10 @@ const info = {
|
|
|
1540
1540
|
logoURIs: {
|
|
1541
1541
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
1542
1542
|
},
|
|
1543
|
-
coingeckoId: 'ether-fi-staked-btc'
|
|
1543
|
+
coingeckoId: 'ether-fi-staked-btc',
|
|
1544
|
+
images: [{
|
|
1545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
1546
|
+
}]
|
|
1544
1547
|
},
|
|
1545
1548
|
{
|
|
1546
1549
|
typeAsset: 'erc20',
|
|
@@ -1567,7 +1570,10 @@ const info = {
|
|
|
1567
1570
|
logoURIs: {
|
|
1568
1571
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
1569
1572
|
},
|
|
1570
|
-
coingeckoId: 'lorenzo-stbtc'
|
|
1573
|
+
coingeckoId: 'lorenzo-stbtc',
|
|
1574
|
+
images: [{
|
|
1575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
1576
|
+
}]
|
|
1571
1577
|
},
|
|
1572
1578
|
{
|
|
1573
1579
|
typeAsset: 'erc20',
|
|
@@ -1586,7 +1592,10 @@ const info = {
|
|
|
1586
1592
|
logoURIs: {
|
|
1587
1593
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
1588
1594
|
},
|
|
1589
|
-
coingeckoId: 'kintsugi-btc'
|
|
1595
|
+
coingeckoId: 'kintsugi-btc',
|
|
1596
|
+
images: [{
|
|
1597
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
1598
|
+
}]
|
|
1590
1599
|
},
|
|
1591
1600
|
{
|
|
1592
1601
|
typeAsset: 'erc20',
|
|
@@ -1643,7 +1652,10 @@ const info = {
|
|
|
1643
1652
|
logoURIs: {
|
|
1644
1653
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
1645
1654
|
},
|
|
1646
|
-
coingeckoId: 'babypie-wrapped-btc'
|
|
1655
|
+
coingeckoId: 'babypie-wrapped-btc',
|
|
1656
|
+
images: [{
|
|
1657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
1658
|
+
}]
|
|
1647
1659
|
},
|
|
1648
1660
|
{
|
|
1649
1661
|
typeAsset: 'erc20',
|
|
@@ -1670,7 +1682,10 @@ const info = {
|
|
|
1670
1682
|
logoURIs: {
|
|
1671
1683
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
1672
1684
|
},
|
|
1673
|
-
coingeckoId: 'pumpbtc'
|
|
1685
|
+
coingeckoId: 'pumpbtc',
|
|
1686
|
+
images: [{
|
|
1687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
1688
|
+
}]
|
|
1674
1689
|
},
|
|
1675
1690
|
{
|
|
1676
1691
|
typeAsset: 'erc20',
|
|
@@ -1695,10 +1710,14 @@ const info = {
|
|
|
1695
1710
|
provider: 'Solv Protocol'
|
|
1696
1711
|
}],
|
|
1697
1712
|
logoURIs: {
|
|
1698
|
-
|
|
1699
|
-
|
|
1713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
1714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
1700
1715
|
},
|
|
1701
|
-
coingeckoId: 'solv-btc'
|
|
1716
|
+
coingeckoId: 'solv-btc',
|
|
1717
|
+
images: [{
|
|
1718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
1719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
1720
|
+
}]
|
|
1702
1721
|
},
|
|
1703
1722
|
{
|
|
1704
1723
|
typeAsset: 'erc20',
|
|
@@ -1717,7 +1736,10 @@ const info = {
|
|
|
1717
1736
|
logoURIs: {
|
|
1718
1737
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
1719
1738
|
},
|
|
1720
|
-
coingeckoId: 'solv-protocol-solvbtc-bbn'
|
|
1739
|
+
coingeckoId: 'solv-protocol-solvbtc-bbn',
|
|
1740
|
+
images: [{
|
|
1741
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
1742
|
+
}]
|
|
1721
1743
|
},
|
|
1722
1744
|
{
|
|
1723
1745
|
typeAsset: 'erc20',
|
|
@@ -1770,7 +1792,10 @@ const info = {
|
|
|
1770
1792
|
}],
|
|
1771
1793
|
logoURIs: {
|
|
1772
1794
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
1773
|
-
}
|
|
1795
|
+
},
|
|
1796
|
+
images: [{
|
|
1797
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
1798
|
+
}]
|
|
1774
1799
|
},
|
|
1775
1800
|
{
|
|
1776
1801
|
typeAsset: 'erc20',
|
|
@@ -1796,7 +1821,10 @@ const info = {
|
|
|
1796
1821
|
}],
|
|
1797
1822
|
logoURIs: {
|
|
1798
1823
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
1799
|
-
}
|
|
1824
|
+
},
|
|
1825
|
+
images: [{
|
|
1826
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
1827
|
+
}]
|
|
1800
1828
|
},
|
|
1801
1829
|
{
|
|
1802
1830
|
typeAsset: 'erc20',
|
|
@@ -1821,8 +1849,20 @@ const info = {
|
|
|
1821
1849
|
provider: 'SatLayer'
|
|
1822
1850
|
}],
|
|
1823
1851
|
logoURIs: {
|
|
1852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
1824
1853
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
1825
|
-
}
|
|
1854
|
+
},
|
|
1855
|
+
images: [{
|
|
1856
|
+
imageSync: {
|
|
1857
|
+
chainName: 'ethereum',
|
|
1858
|
+
baseDenom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
1859
|
+
},
|
|
1860
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
1861
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
1862
|
+
theme: {
|
|
1863
|
+
circle: true
|
|
1864
|
+
}
|
|
1865
|
+
}]
|
|
1826
1866
|
},
|
|
1827
1867
|
{
|
|
1828
1868
|
typeAsset: 'erc20',
|
|
@@ -1840,7 +1880,10 @@ const info = {
|
|
|
1840
1880
|
symbol: 'FBTC',
|
|
1841
1881
|
logoURIs: {
|
|
1842
1882
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
1843
|
-
}
|
|
1883
|
+
},
|
|
1884
|
+
images: [{
|
|
1885
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
1886
|
+
}]
|
|
1844
1887
|
},
|
|
1845
1888
|
{
|
|
1846
1889
|
typeAsset: 'erc20',
|
|
@@ -1866,7 +1909,14 @@ const info = {
|
|
|
1866
1909
|
}],
|
|
1867
1910
|
logoURIs: {
|
|
1868
1911
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
1869
|
-
}
|
|
1912
|
+
},
|
|
1913
|
+
images: [{
|
|
1914
|
+
imageSync: {
|
|
1915
|
+
chainName: 'ethereum',
|
|
1916
|
+
baseDenom: '0xC96dE26018A54D51c097160568752c4E3BD6C364'
|
|
1917
|
+
},
|
|
1918
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
1919
|
+
}]
|
|
1870
1920
|
},
|
|
1871
1921
|
{
|
|
1872
1922
|
typeAsset: 'erc20',
|
|
@@ -1891,8 +1941,17 @@ const info = {
|
|
|
1891
1941
|
provider: 'SatLayer'
|
|
1892
1942
|
}],
|
|
1893
1943
|
logoURIs: {
|
|
1944
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
1894
1945
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
1895
|
-
}
|
|
1946
|
+
},
|
|
1947
|
+
images: [{
|
|
1948
|
+
imageSync: {
|
|
1949
|
+
chainName: 'ethereum',
|
|
1950
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
1951
|
+
},
|
|
1952
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
1953
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
1954
|
+
}]
|
|
1896
1955
|
},
|
|
1897
1956
|
{
|
|
1898
1957
|
typeAsset: 'erc20',
|
|
@@ -1918,7 +1977,14 @@ const info = {
|
|
|
1918
1977
|
}],
|
|
1919
1978
|
logoURIs: {
|
|
1920
1979
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
1921
|
-
}
|
|
1980
|
+
},
|
|
1981
|
+
images: [{
|
|
1982
|
+
imageSync: {
|
|
1983
|
+
chainName: 'ethereum',
|
|
1984
|
+
baseDenom: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
1985
|
+
},
|
|
1986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
1987
|
+
}]
|
|
1922
1988
|
},
|
|
1923
1989
|
{
|
|
1924
1990
|
typeAsset: 'erc20',
|
|
@@ -1944,7 +2010,14 @@ const info = {
|
|
|
1944
2010
|
}],
|
|
1945
2011
|
logoURIs: {
|
|
1946
2012
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
1947
|
-
}
|
|
2013
|
+
},
|
|
2014
|
+
images: [{
|
|
2015
|
+
imageSync: {
|
|
2016
|
+
chainName: 'ethereum',
|
|
2017
|
+
baseDenom: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
2018
|
+
},
|
|
2019
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
2020
|
+
}]
|
|
1948
2021
|
},
|
|
1949
2022
|
{
|
|
1950
2023
|
typeAsset: 'erc20',
|
|
@@ -1964,7 +2037,11 @@ const info = {
|
|
|
1964
2037
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
1965
2038
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
1966
2039
|
},
|
|
1967
|
-
coingeckoId: 'susds'
|
|
2040
|
+
coingeckoId: 'susds',
|
|
2041
|
+
images: [{
|
|
2042
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
2043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
2044
|
+
}]
|
|
1968
2045
|
},
|
|
1969
2046
|
{
|
|
1970
2047
|
typeAsset: 'erc20',
|
|
@@ -1984,7 +2061,11 @@ const info = {
|
|
|
1984
2061
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
1985
2062
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
1986
2063
|
},
|
|
1987
|
-
coingeckoId: 'midas-btc-yield-token'
|
|
2064
|
+
coingeckoId: 'midas-btc-yield-token',
|
|
2065
|
+
images: [{
|
|
2066
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
2067
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
2068
|
+
}]
|
|
1988
2069
|
}
|
|
1989
2070
|
]
|
|
1990
2071
|
};
|
package/mainnet/gonka/chain.js
CHANGED
|
@@ -42,8 +42,8 @@ const info = {
|
|
|
42
42
|
}
|
|
43
43
|
}],
|
|
44
44
|
logoURIs: {
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.svg'
|
|
47
47
|
},
|
|
48
48
|
description: 'Gonka is a decentralized AI infrastructure designed to optimize computational power for AI model training and inference, offering an alternative to monopolistic, high-cost, centralized cloud providers. As AI models become increasingly complex, their computational demands surge, presenting significant challenges for developers and businesses that rely on costly, centralized resources.',
|
|
49
49
|
apis: {
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -110,6 +110,7 @@ const _lava = __importStar(require("./lava"));
|
|
|
110
110
|
const _likecoin = __importStar(require("./likecoin"));
|
|
111
111
|
const _lombardledger = __importStar(require("./lombardledger"));
|
|
112
112
|
const _lorenzo = __importStar(require("./lorenzo"));
|
|
113
|
+
const _lumera = __importStar(require("./lumera"));
|
|
113
114
|
const _lumnetwork = __importStar(require("./lumnetwork"));
|
|
114
115
|
const _mande = __importStar(require("./mande"));
|
|
115
116
|
const _manifest = __importStar(require("./manifest"));
|
|
@@ -277,6 +278,7 @@ const ibcData = [
|
|
|
277
278
|
..._likecoin.ibcData,
|
|
278
279
|
..._lombardledger.ibcData,
|
|
279
280
|
..._lorenzo.ibcData,
|
|
281
|
+
..._lumera.ibcData,
|
|
280
282
|
..._lumnetwork.ibcData,
|
|
281
283
|
..._mande.ibcData,
|
|
282
284
|
..._manifest.ibcData,
|
package/mainnet/initia/chain.js
CHANGED
|
@@ -101,8 +101,8 @@ const info = {
|
|
|
101
101
|
}
|
|
102
102
|
}],
|
|
103
103
|
logoURIs: {
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg'
|
|
106
106
|
}
|
|
107
107
|
};
|
|
108
108
|
exports.default = info;
|
|
@@ -995,6 +995,17 @@ const info = {
|
|
|
995
995
|
channelId: 'channel-183',
|
|
996
996
|
path: 'transfer/channel-183/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
|
|
997
997
|
}
|
|
998
|
+
}],
|
|
999
|
+
images: [{
|
|
1000
|
+
imageSync: {
|
|
1001
|
+
chainName: 'gateway',
|
|
1002
|
+
baseDenom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
|
|
1003
|
+
},
|
|
1004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
1005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
1006
|
+
theme: {
|
|
1007
|
+
circle: true
|
|
1008
|
+
}
|
|
998
1009
|
}]
|
|
999
1010
|
},
|
|
1000
1011
|
{
|
|
@@ -1173,6 +1184,10 @@ const info = {
|
|
|
1173
1184
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
|
|
1174
1185
|
},
|
|
1175
1186
|
images: [{
|
|
1187
|
+
imageSync: {
|
|
1188
|
+
chainName: 'injective',
|
|
1189
|
+
baseDenom: 'factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc'
|
|
1190
|
+
},
|
|
1176
1191
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
|
|
1177
1192
|
}]
|
|
1178
1193
|
},
|