chain-registry 2.0.58 → 2.0.60
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 +32 -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/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/chain.js +6 -0
- package/esm/mainnet/lumera/ibc-data.js +28 -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 +23 -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/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/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/mainnet/zigchain/index.js +4 -0
- 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/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/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/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/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/mainnet/asset-lists.js +3 -1
- package/mainnet/atomone/chain.js +32 -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/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/chain.js +6 -0
- package/mainnet/lumera/ibc-data.js +28 -0
- 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 +23 -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/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/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.d.ts +3 -0
- package/mainnet/zigchain/asset-list.js +54 -0
- package/mainnet/zigchain/chain.d.ts +3 -0
- package/mainnet/zigchain/chain.js +110 -0
- package/mainnet/zigchain/index.d.ts +2 -0
- package/mainnet/zigchain/index.js +10 -0
- 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/autheotestnet/asset-list.js +4 -1
- package/testnet/axelartestnet/asset-list.js +13 -2
- package/testnet/babylontestnet/asset-list.js +24 -0
- 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/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/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
|
@@ -219,8 +219,15 @@ const info = {
|
|
|
219
219
|
}
|
|
220
220
|
}],
|
|
221
221
|
images: [{
|
|
222
|
+
imageSync: {
|
|
223
|
+
chainName: 'lombardledger',
|
|
224
|
+
baseDenom: 'uclbtc'
|
|
225
|
+
},
|
|
222
226
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
223
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
227
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
228
|
+
theme: {
|
|
229
|
+
circle: true
|
|
230
|
+
}
|
|
224
231
|
}],
|
|
225
232
|
logoURIs: {
|
|
226
233
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
@@ -254,6 +261,14 @@ const info = {
|
|
|
254
261
|
path: 'transfer/08-wasm-1369/0x7a56e1c57c7475ccf742a1832b028f0456652f97'
|
|
255
262
|
},
|
|
256
263
|
provider: 'Eureka'
|
|
264
|
+
}],
|
|
265
|
+
images: [{
|
|
266
|
+
imageSync: {
|
|
267
|
+
chainName: 'ethereum',
|
|
268
|
+
baseDenom: '0x7a56e1c57c7475ccf742a1832b028f0456652f97'
|
|
269
|
+
},
|
|
270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
257
272
|
}]
|
|
258
273
|
},
|
|
259
274
|
{
|
|
@@ -282,6 +297,13 @@ const info = {
|
|
|
282
297
|
path: 'transfer/08-wasm-1369/0xd9d920aa40f578ab794426f5c90f6c731d159def'
|
|
283
298
|
},
|
|
284
299
|
provider: 'Eureka'
|
|
300
|
+
}],
|
|
301
|
+
images: [{
|
|
302
|
+
imageSync: {
|
|
303
|
+
chainName: 'ethereum',
|
|
304
|
+
baseDenom: '0xd9d920aa40f578ab794426f5c90f6c731d159def'
|
|
305
|
+
},
|
|
306
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
285
307
|
}]
|
|
286
308
|
},
|
|
287
309
|
{
|
|
@@ -310,6 +332,13 @@ const info = {
|
|
|
310
332
|
path: 'transfer/08-wasm-1369/0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
311
333
|
},
|
|
312
334
|
provider: 'Eureka'
|
|
335
|
+
}],
|
|
336
|
+
images: [{
|
|
337
|
+
imageSync: {
|
|
338
|
+
chainName: 'ethereum',
|
|
339
|
+
baseDenom: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
340
|
+
},
|
|
341
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
313
342
|
}]
|
|
314
343
|
},
|
|
315
344
|
{
|
|
@@ -338,6 +367,16 @@ const info = {
|
|
|
338
367
|
path: 'transfer/08-wasm-1369/0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
|
|
339
368
|
},
|
|
340
369
|
provider: 'Eureka'
|
|
370
|
+
}],
|
|
371
|
+
images: [{
|
|
372
|
+
imageSync: {
|
|
373
|
+
chainName: 'ethereum',
|
|
374
|
+
baseDenom: '0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
|
|
375
|
+
},
|
|
376
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC_200px.png',
|
|
377
|
+
theme: {
|
|
378
|
+
circle: false
|
|
379
|
+
}
|
|
341
380
|
}]
|
|
342
381
|
},
|
|
343
382
|
{
|
|
@@ -366,6 +405,13 @@ const info = {
|
|
|
366
405
|
path: 'transfer/08-wasm-1369/0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
367
406
|
},
|
|
368
407
|
provider: 'Eureka'
|
|
408
|
+
}],
|
|
409
|
+
images: [{
|
|
410
|
+
imageSync: {
|
|
411
|
+
chainName: 'ethereum',
|
|
412
|
+
baseDenom: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
413
|
+
},
|
|
414
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
369
415
|
}]
|
|
370
416
|
},
|
|
371
417
|
{
|
|
@@ -394,6 +440,13 @@ const info = {
|
|
|
394
440
|
path: 'transfer/08-wasm-1369/0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
|
|
395
441
|
},
|
|
396
442
|
provider: 'Eureka'
|
|
443
|
+
}],
|
|
444
|
+
images: [{
|
|
445
|
+
imageSync: {
|
|
446
|
+
chainName: 'ethereum',
|
|
447
|
+
baseDenom: '0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
|
|
448
|
+
},
|
|
449
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
397
450
|
}]
|
|
398
451
|
},
|
|
399
452
|
{
|
|
@@ -422,6 +475,13 @@ const info = {
|
|
|
422
475
|
path: 'transfer/08-wasm-1369/0x9356f6d95b8e109f4b7ce3e49d672967d3b48383'
|
|
423
476
|
},
|
|
424
477
|
provider: 'Eureka'
|
|
478
|
+
}],
|
|
479
|
+
images: [{
|
|
480
|
+
imageSync: {
|
|
481
|
+
chainName: 'ethereum',
|
|
482
|
+
baseDenom: '0x9356f6d95b8e109f4b7ce3e49d672967d3b48383'
|
|
483
|
+
},
|
|
484
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
425
485
|
}]
|
|
426
486
|
},
|
|
427
487
|
{
|
|
@@ -450,6 +510,13 @@ const info = {
|
|
|
450
510
|
path: 'transfer/08-wasm-1369/0x657e8c867d8b37dcc18fa4caead9c45eb088c642'
|
|
451
511
|
},
|
|
452
512
|
provider: 'Eureka'
|
|
513
|
+
}],
|
|
514
|
+
images: [{
|
|
515
|
+
imageSync: {
|
|
516
|
+
chainName: 'ethereum',
|
|
517
|
+
baseDenom: '0x657e8c867d8b37dcc18fa4caead9c45eb088c642'
|
|
518
|
+
},
|
|
519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
453
520
|
}]
|
|
454
521
|
},
|
|
455
522
|
{
|
|
@@ -478,6 +545,13 @@ const info = {
|
|
|
478
545
|
path: 'transfer/08-wasm-1369/0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a'
|
|
479
546
|
},
|
|
480
547
|
provider: 'Eureka'
|
|
548
|
+
}],
|
|
549
|
+
images: [{
|
|
550
|
+
imageSync: {
|
|
551
|
+
chainName: 'ethereum',
|
|
552
|
+
baseDenom: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a'
|
|
553
|
+
},
|
|
554
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
|
|
481
555
|
}]
|
|
482
556
|
},
|
|
483
557
|
{
|
|
@@ -557,10 +631,13 @@ const info = {
|
|
|
557
631
|
},
|
|
558
632
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
559
633
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
634
|
+
}, {
|
|
635
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
636
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
560
637
|
}],
|
|
561
638
|
logoURIs: {
|
|
562
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
563
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
564
641
|
}
|
|
565
642
|
},
|
|
566
643
|
{
|
|
@@ -649,7 +726,14 @@ const info = {
|
|
|
649
726
|
website: 'https://www.ophirdao.com',
|
|
650
727
|
twitter: 'https://x.com/OphirDAO'
|
|
651
728
|
},
|
|
652
|
-
keywords: ['dao']
|
|
729
|
+
keywords: ['dao'],
|
|
730
|
+
images: [{
|
|
731
|
+
imageSync: {
|
|
732
|
+
chainName: 'osmosis',
|
|
733
|
+
baseDenom: 'ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14'
|
|
734
|
+
},
|
|
735
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png'
|
|
736
|
+
}]
|
|
653
737
|
},
|
|
654
738
|
{
|
|
655
739
|
description: 'Midas mBTC on the Cosmos Hub',
|
|
@@ -724,10 +808,7 @@ const info = {
|
|
|
724
808
|
baseDenom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
725
809
|
},
|
|
726
810
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
|
|
727
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
728
|
-
theme: {
|
|
729
|
-
circle: true
|
|
730
|
-
}
|
|
811
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
731
812
|
}],
|
|
732
813
|
logoURIs: {
|
|
733
814
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
@@ -767,7 +848,15 @@ const info = {
|
|
|
767
848
|
keywords: ['memecoin'],
|
|
768
849
|
socials: {
|
|
769
850
|
twitter: 'https://x.com/quark_on_cosmos'
|
|
770
|
-
}
|
|
851
|
+
},
|
|
852
|
+
images: [{
|
|
853
|
+
imageSync: {
|
|
854
|
+
chainName: 'osmosis',
|
|
855
|
+
baseDenom: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark'
|
|
856
|
+
},
|
|
857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
|
|
858
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
859
|
+
}]
|
|
771
860
|
},
|
|
772
861
|
{
|
|
773
862
|
description: 'The native token of Intento.',
|
|
@@ -145,6 +145,35 @@ const info = [
|
|
|
145
145
|
}
|
|
146
146
|
}]
|
|
147
147
|
},
|
|
148
|
+
{
|
|
149
|
+
$schema: '../ibc_data.schema.json',
|
|
150
|
+
chain1: {
|
|
151
|
+
chainName: 'dydx',
|
|
152
|
+
clientId: '07-tendermint-36',
|
|
153
|
+
connectionId: 'connection-37'
|
|
154
|
+
},
|
|
155
|
+
chain2: {
|
|
156
|
+
chainName: 'lumera',
|
|
157
|
+
clientId: '07-tendermint-3',
|
|
158
|
+
connectionId: 'connection-1'
|
|
159
|
+
},
|
|
160
|
+
channels: [{
|
|
161
|
+
chain1: {
|
|
162
|
+
channelId: 'channel-90',
|
|
163
|
+
portId: 'transfer'
|
|
164
|
+
},
|
|
165
|
+
chain2: {
|
|
166
|
+
channelId: 'channel-1',
|
|
167
|
+
portId: 'transfer'
|
|
168
|
+
},
|
|
169
|
+
ordering: 'unordered',
|
|
170
|
+
version: 'ics20-1',
|
|
171
|
+
tags: {
|
|
172
|
+
status: 'live',
|
|
173
|
+
preferred: true
|
|
174
|
+
}
|
|
175
|
+
}]
|
|
176
|
+
},
|
|
148
177
|
{
|
|
149
178
|
$schema: '../ibc_data.schema.json',
|
|
150
179
|
chain1: {
|
|
@@ -90,19 +90,26 @@ const info = {
|
|
|
90
90
|
path: 'transfer/channel-2/transfer/channel-208/wbtc-satoshi'
|
|
91
91
|
}
|
|
92
92
|
}],
|
|
93
|
-
images: [
|
|
93
|
+
images: [
|
|
94
|
+
{
|
|
94
95
|
imageSync: {
|
|
95
96
|
chainName: 'osmosis',
|
|
96
97
|
baseDenom: 'ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F'
|
|
97
98
|
},
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
104
|
+
},
|
|
105
|
+
{
|
|
98
106
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
99
107
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
}],
|
|
108
|
+
}
|
|
109
|
+
],
|
|
103
110
|
logoURIs: {
|
|
104
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
105
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
112
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
106
113
|
},
|
|
107
114
|
coingeckoId: 'axlwbtc'
|
|
108
115
|
},
|
|
@@ -133,20 +140,27 @@ const info = {
|
|
|
133
140
|
path: 'transfer/channel-2/transfer/channel-208/uusdc'
|
|
134
141
|
}
|
|
135
142
|
}],
|
|
136
|
-
images: [
|
|
143
|
+
images: [
|
|
144
|
+
{
|
|
137
145
|
imageSync: {
|
|
138
146
|
chainName: 'osmosis',
|
|
139
147
|
baseDenom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858'
|
|
140
148
|
},
|
|
141
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
142
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
143
|
-
}, {
|
|
144
149
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
145
150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
146
|
-
}
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
159
|
+
}
|
|
160
|
+
],
|
|
147
161
|
logoURIs: {
|
|
148
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
149
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
150
164
|
},
|
|
151
165
|
coingeckoId: 'axlusdc'
|
|
152
166
|
}
|
|
@@ -423,10 +423,7 @@ const info = {
|
|
|
423
423
|
baseDenom: 'axrp'
|
|
424
424
|
},
|
|
425
425
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
426
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
427
|
-
theme: {
|
|
428
|
-
darkMode: true
|
|
429
|
-
}
|
|
426
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
430
427
|
}],
|
|
431
428
|
logoURIs: {
|
|
432
429
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
@@ -379,6 +379,9 @@ const info = {
|
|
|
379
379
|
txPage: 'https://elysscan.io/tx/${txHash}',
|
|
380
380
|
accountPage: 'https://elysscan.io/address/${accountAddress}'
|
|
381
381
|
}
|
|
382
|
-
]
|
|
382
|
+
],
|
|
383
|
+
images: [{
|
|
384
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
385
|
+
}]
|
|
383
386
|
};
|
|
384
387
|
export default info;
|
|
@@ -1538,7 +1538,10 @@ const info = {
|
|
|
1538
1538
|
logoURIs: {
|
|
1539
1539
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
1540
1540
|
},
|
|
1541
|
-
coingeckoId: 'ether-fi-staked-btc'
|
|
1541
|
+
coingeckoId: 'ether-fi-staked-btc',
|
|
1542
|
+
images: [{
|
|
1543
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
1544
|
+
}]
|
|
1542
1545
|
},
|
|
1543
1546
|
{
|
|
1544
1547
|
typeAsset: 'erc20',
|
|
@@ -1565,7 +1568,10 @@ const info = {
|
|
|
1565
1568
|
logoURIs: {
|
|
1566
1569
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
1567
1570
|
},
|
|
1568
|
-
coingeckoId: 'lorenzo-stbtc'
|
|
1571
|
+
coingeckoId: 'lorenzo-stbtc',
|
|
1572
|
+
images: [{
|
|
1573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
1574
|
+
}]
|
|
1569
1575
|
},
|
|
1570
1576
|
{
|
|
1571
1577
|
typeAsset: 'erc20',
|
|
@@ -1584,7 +1590,10 @@ const info = {
|
|
|
1584
1590
|
logoURIs: {
|
|
1585
1591
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
1586
1592
|
},
|
|
1587
|
-
coingeckoId: 'kintsugi-btc'
|
|
1593
|
+
coingeckoId: 'kintsugi-btc',
|
|
1594
|
+
images: [{
|
|
1595
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/kBTC.svg'
|
|
1596
|
+
}]
|
|
1588
1597
|
},
|
|
1589
1598
|
{
|
|
1590
1599
|
typeAsset: 'erc20',
|
|
@@ -1641,7 +1650,10 @@ const info = {
|
|
|
1641
1650
|
logoURIs: {
|
|
1642
1651
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
1643
1652
|
},
|
|
1644
|
-
coingeckoId: 'babypie-wrapped-btc'
|
|
1653
|
+
coingeckoId: 'babypie-wrapped-btc',
|
|
1654
|
+
images: [{
|
|
1655
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
1656
|
+
}]
|
|
1645
1657
|
},
|
|
1646
1658
|
{
|
|
1647
1659
|
typeAsset: 'erc20',
|
|
@@ -1668,7 +1680,10 @@ const info = {
|
|
|
1668
1680
|
logoURIs: {
|
|
1669
1681
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
1670
1682
|
},
|
|
1671
|
-
coingeckoId: 'pumpbtc'
|
|
1683
|
+
coingeckoId: 'pumpbtc',
|
|
1684
|
+
images: [{
|
|
1685
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
1686
|
+
}]
|
|
1672
1687
|
},
|
|
1673
1688
|
{
|
|
1674
1689
|
typeAsset: 'erc20',
|
|
@@ -1693,10 +1708,14 @@ const info = {
|
|
|
1693
1708
|
provider: 'Solv Protocol'
|
|
1694
1709
|
}],
|
|
1695
1710
|
logoURIs: {
|
|
1696
|
-
|
|
1697
|
-
|
|
1711
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
1712
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
1698
1713
|
},
|
|
1699
|
-
coingeckoId: 'solv-btc'
|
|
1714
|
+
coingeckoId: 'solv-btc',
|
|
1715
|
+
images: [{
|
|
1716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
1717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
1718
|
+
}]
|
|
1700
1719
|
},
|
|
1701
1720
|
{
|
|
1702
1721
|
typeAsset: 'erc20',
|
|
@@ -1715,7 +1734,10 @@ const info = {
|
|
|
1715
1734
|
logoURIs: {
|
|
1716
1735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
1717
1736
|
},
|
|
1718
|
-
coingeckoId: 'solv-protocol-solvbtc-bbn'
|
|
1737
|
+
coingeckoId: 'solv-protocol-solvbtc-bbn',
|
|
1738
|
+
images: [{
|
|
1739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
1740
|
+
}]
|
|
1719
1741
|
},
|
|
1720
1742
|
{
|
|
1721
1743
|
typeAsset: 'erc20',
|
|
@@ -1768,7 +1790,10 @@ const info = {
|
|
|
1768
1790
|
}],
|
|
1769
1791
|
logoURIs: {
|
|
1770
1792
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
1771
|
-
}
|
|
1793
|
+
},
|
|
1794
|
+
images: [{
|
|
1795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
1796
|
+
}]
|
|
1772
1797
|
},
|
|
1773
1798
|
{
|
|
1774
1799
|
typeAsset: 'erc20',
|
|
@@ -1794,7 +1819,10 @@ const info = {
|
|
|
1794
1819
|
}],
|
|
1795
1820
|
logoURIs: {
|
|
1796
1821
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
1797
|
-
}
|
|
1822
|
+
},
|
|
1823
|
+
images: [{
|
|
1824
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
1825
|
+
}]
|
|
1798
1826
|
},
|
|
1799
1827
|
{
|
|
1800
1828
|
typeAsset: 'erc20',
|
|
@@ -1819,8 +1847,20 @@ const info = {
|
|
|
1819
1847
|
provider: 'SatLayer'
|
|
1820
1848
|
}],
|
|
1821
1849
|
logoURIs: {
|
|
1850
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
1822
1851
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
1823
|
-
}
|
|
1852
|
+
},
|
|
1853
|
+
images: [{
|
|
1854
|
+
imageSync: {
|
|
1855
|
+
chainName: 'ethereum',
|
|
1856
|
+
baseDenom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
1857
|
+
},
|
|
1858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
1859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
1860
|
+
theme: {
|
|
1861
|
+
circle: true
|
|
1862
|
+
}
|
|
1863
|
+
}]
|
|
1824
1864
|
},
|
|
1825
1865
|
{
|
|
1826
1866
|
typeAsset: 'erc20',
|
|
@@ -1838,7 +1878,10 @@ const info = {
|
|
|
1838
1878
|
symbol: 'FBTC',
|
|
1839
1879
|
logoURIs: {
|
|
1840
1880
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
1841
|
-
}
|
|
1881
|
+
},
|
|
1882
|
+
images: [{
|
|
1883
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
1884
|
+
}]
|
|
1842
1885
|
},
|
|
1843
1886
|
{
|
|
1844
1887
|
typeAsset: 'erc20',
|
|
@@ -1864,7 +1907,14 @@ const info = {
|
|
|
1864
1907
|
}],
|
|
1865
1908
|
logoURIs: {
|
|
1866
1909
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
1867
|
-
}
|
|
1910
|
+
},
|
|
1911
|
+
images: [{
|
|
1912
|
+
imageSync: {
|
|
1913
|
+
chainName: 'ethereum',
|
|
1914
|
+
baseDenom: '0xC96dE26018A54D51c097160568752c4E3BD6C364'
|
|
1915
|
+
},
|
|
1916
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
1917
|
+
}]
|
|
1868
1918
|
},
|
|
1869
1919
|
{
|
|
1870
1920
|
typeAsset: 'erc20',
|
|
@@ -1889,8 +1939,17 @@ const info = {
|
|
|
1889
1939
|
provider: 'SatLayer'
|
|
1890
1940
|
}],
|
|
1891
1941
|
logoURIs: {
|
|
1942
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
1892
1943
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
1893
|
-
}
|
|
1944
|
+
},
|
|
1945
|
+
images: [{
|
|
1946
|
+
imageSync: {
|
|
1947
|
+
chainName: 'ethereum',
|
|
1948
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
1949
|
+
},
|
|
1950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
1951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
1952
|
+
}]
|
|
1894
1953
|
},
|
|
1895
1954
|
{
|
|
1896
1955
|
typeAsset: 'erc20',
|
|
@@ -1916,7 +1975,14 @@ const info = {
|
|
|
1916
1975
|
}],
|
|
1917
1976
|
logoURIs: {
|
|
1918
1977
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
1919
|
-
}
|
|
1978
|
+
},
|
|
1979
|
+
images: [{
|
|
1980
|
+
imageSync: {
|
|
1981
|
+
chainName: 'ethereum',
|
|
1982
|
+
baseDenom: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
1983
|
+
},
|
|
1984
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
1985
|
+
}]
|
|
1920
1986
|
},
|
|
1921
1987
|
{
|
|
1922
1988
|
typeAsset: 'erc20',
|
|
@@ -1942,7 +2008,14 @@ const info = {
|
|
|
1942
2008
|
}],
|
|
1943
2009
|
logoURIs: {
|
|
1944
2010
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
1945
|
-
}
|
|
2011
|
+
},
|
|
2012
|
+
images: [{
|
|
2013
|
+
imageSync: {
|
|
2014
|
+
chainName: 'ethereum',
|
|
2015
|
+
baseDenom: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
2016
|
+
},
|
|
2017
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
2018
|
+
}]
|
|
1946
2019
|
},
|
|
1947
2020
|
{
|
|
1948
2021
|
typeAsset: 'erc20',
|
|
@@ -1962,7 +2035,11 @@ const info = {
|
|
|
1962
2035
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
1963
2036
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
1964
2037
|
},
|
|
1965
|
-
coingeckoId: 'susds'
|
|
2038
|
+
coingeckoId: 'susds',
|
|
2039
|
+
images: [{
|
|
2040
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
2041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
2042
|
+
}]
|
|
1966
2043
|
},
|
|
1967
2044
|
{
|
|
1968
2045
|
typeAsset: 'erc20',
|
|
@@ -1982,7 +2059,11 @@ const info = {
|
|
|
1982
2059
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
1983
2060
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
1984
2061
|
},
|
|
1985
|
-
coingeckoId: 'midas-btc-yield-token'
|
|
2062
|
+
coingeckoId: 'midas-btc-yield-token',
|
|
2063
|
+
images: [{
|
|
2064
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
2065
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
2066
|
+
}]
|
|
1986
2067
|
}
|
|
1987
2068
|
]
|
|
1988
2069
|
};
|
|
@@ -40,8 +40,8 @@ const info = {
|
|
|
40
40
|
}
|
|
41
41
|
}],
|
|
42
42
|
logoURIs: {
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.png',
|
|
44
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.svg'
|
|
45
45
|
},
|
|
46
46
|
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.',
|
|
47
47
|
apis: {
|
|
@@ -99,8 +99,8 @@ const info = {
|
|
|
99
99
|
}
|
|
100
100
|
}],
|
|
101
101
|
logoURIs: {
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg'
|
|
104
104
|
}
|
|
105
105
|
};
|
|
106
106
|
export default info;
|
|
@@ -993,6 +993,17 @@ const info = {
|
|
|
993
993
|
channelId: 'channel-183',
|
|
994
994
|
path: 'transfer/channel-183/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
|
|
995
995
|
}
|
|
996
|
+
}],
|
|
997
|
+
images: [{
|
|
998
|
+
imageSync: {
|
|
999
|
+
chainName: 'gateway',
|
|
1000
|
+
baseDenom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
|
|
1001
|
+
},
|
|
1002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
1003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
1004
|
+
theme: {
|
|
1005
|
+
circle: true
|
|
1006
|
+
}
|
|
996
1007
|
}]
|
|
997
1008
|
},
|
|
998
1009
|
{
|
|
@@ -1171,6 +1182,10 @@ const info = {
|
|
|
1171
1182
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
|
|
1172
1183
|
},
|
|
1173
1184
|
images: [{
|
|
1185
|
+
imageSync: {
|
|
1186
|
+
chainName: 'injective',
|
|
1187
|
+
baseDenom: 'factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc'
|
|
1188
|
+
},
|
|
1174
1189
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
|
|
1175
1190
|
}]
|
|
1176
1191
|
},
|