chain-registry 2.0.69 → 2.0.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/devnet/prysmdevnet/asset-list.js +0 -1
- package/devnet/prysmdevnet/chain.js +0 -2
- package/esm/devnet/prysmdevnet/asset-list.js +0 -1
- package/esm/devnet/prysmdevnet/chain.js +0 -2
- package/esm/mainnet/arkh/asset-list.js +2 -4
- package/esm/mainnet/arkh/chain.js +2 -4
- package/esm/mainnet/atomone/chain.js +3 -3
- package/esm/mainnet/axelar/asset-list.js +6 -6
- package/esm/mainnet/babylon/asset-list.js +41 -5
- package/esm/mainnet/bostrom/asset-list.js +4 -8
- package/esm/mainnet/conscious/asset-list.js +2 -4
- package/esm/mainnet/conscious/chain.js +2 -4
- package/esm/mainnet/cosmoshub/asset-list.js +2 -4
- package/esm/mainnet/coss/asset-list.js +6 -12
- package/esm/mainnet/coss/chain.js +2 -4
- package/esm/mainnet/doravota/chain.js +2 -2
- package/esm/mainnet/dydx/chain.js +7 -7
- package/esm/mainnet/ethereum/asset-list.js +6 -7
- package/esm/mainnet/gravitybridge/asset-list.js +2 -4
- package/esm/mainnet/gravitybridge/chain.js +2 -4
- package/esm/mainnet/injective/asset-list.js +2 -4
- package/esm/mainnet/juno/asset-list.js +8 -16
- package/esm/mainnet/kujira/asset-list.js +2 -2
- package/esm/mainnet/mayachain/asset-list.js +4 -4
- package/esm/mainnet/medasdigital/asset-list.js +2 -4
- package/esm/mainnet/medasdigital/chain.js +2 -4
- package/esm/mainnet/neutron/asset-list.js +4 -6
- package/esm/mainnet/noble/asset-list.js +2 -4
- package/esm/mainnet/odin/asset-list.js +2 -4
- package/esm/mainnet/odin/chain.js +6 -4
- package/esm/mainnet/oraichain/asset-list.js +1 -3
- package/esm/mainnet/osmosis/asset-list.js +39 -75
- package/esm/mainnet/secretnetwork/asset-list.js +2 -4
- package/esm/mainnet/seda/asset-list.js +2 -4
- package/esm/mainnet/seda/chain.js +2 -4
- package/esm/mainnet/sei/asset-list.js +2 -4
- package/esm/mainnet/shido/asset-list.js +2 -4
- package/esm/mainnet/shido/chain.js +2 -4
- package/esm/mainnet/stargaze/asset-list.js +10 -20
- package/esm/mainnet/terra2/asset-list.js +3 -6
- package/esm/mainnet/ton/asset-list.js +0 -1
- package/esm/mainnet/tron/asset-list.js +0 -1
- package/esm/mainnet/union/chain.js +16 -0
- package/esm/mainnet/ununifi/asset-list.js +2 -4
- package/esm/mainnet/ununifi/chain.js +6 -4
- package/esm/noncosmos/ethereumtestnet/asset-list.js +0 -1
- package/esm/noncosmos/optimism/asset-list.js +0 -1
- package/esm/testnet/desmostestnet/asset-list.js +9 -1
- package/esm/testnet/junotestnet/asset-list.js +6 -0
- package/esm/testnet/lumenxtestnet/asset-list.js +16 -4
- package/esm/testnet/osmosistestnet/asset-list.js +2 -4
- package/esm/testnet/permtestnet/asset-list.js +2 -4
- package/esm/testnet/sedatestnet/asset-list.js +14 -4
- package/esm/testnet/sedatestnet/chain.js +4 -3
- package/esm/testnet/zigchaintestnet/asset-list.js +2 -4
- package/mainnet/arkh/asset-list.js +2 -4
- package/mainnet/arkh/chain.js +2 -4
- package/mainnet/atomone/chain.js +3 -3
- package/mainnet/axelar/asset-list.js +6 -6
- package/mainnet/babylon/asset-list.js +41 -5
- package/mainnet/bostrom/asset-list.js +4 -8
- package/mainnet/conscious/asset-list.js +2 -4
- package/mainnet/conscious/chain.js +2 -4
- package/mainnet/cosmoshub/asset-list.js +2 -4
- package/mainnet/coss/asset-list.js +6 -12
- package/mainnet/coss/chain.js +2 -4
- package/mainnet/doravota/chain.js +2 -2
- package/mainnet/dydx/chain.js +7 -7
- package/mainnet/ethereum/asset-list.js +6 -7
- package/mainnet/gravitybridge/asset-list.js +2 -4
- package/mainnet/gravitybridge/chain.js +2 -4
- package/mainnet/injective/asset-list.js +2 -4
- package/mainnet/juno/asset-list.js +8 -16
- package/mainnet/kujira/asset-list.js +2 -2
- package/mainnet/mayachain/asset-list.js +4 -4
- package/mainnet/medasdigital/asset-list.js +2 -4
- package/mainnet/medasdigital/chain.js +2 -4
- package/mainnet/neutron/asset-list.js +4 -6
- package/mainnet/noble/asset-list.js +2 -4
- package/mainnet/odin/asset-list.js +2 -4
- package/mainnet/odin/chain.js +6 -4
- package/mainnet/oraichain/asset-list.js +1 -3
- package/mainnet/osmosis/asset-list.js +39 -75
- package/mainnet/secretnetwork/asset-list.js +2 -4
- package/mainnet/seda/asset-list.js +2 -4
- package/mainnet/seda/chain.js +2 -4
- package/mainnet/sei/asset-list.js +2 -4
- package/mainnet/shido/asset-list.js +2 -4
- package/mainnet/shido/chain.js +2 -4
- package/mainnet/stargaze/asset-list.js +10 -20
- package/mainnet/terra2/asset-list.js +3 -6
- package/mainnet/ton/asset-list.js +0 -1
- package/mainnet/tron/asset-list.js +0 -1
- package/mainnet/union/chain.js +16 -0
- package/mainnet/ununifi/asset-list.js +2 -4
- package/mainnet/ununifi/chain.js +6 -4
- package/noncosmos/ethereumtestnet/asset-list.js +0 -1
- package/noncosmos/optimism/asset-list.js +0 -1
- package/package.json +3 -3
- package/testnet/desmostestnet/asset-list.js +9 -1
- package/testnet/junotestnet/asset-list.js +6 -0
- package/testnet/lumenxtestnet/asset-list.js +16 -4
- package/testnet/osmosistestnet/asset-list.js +2 -4
- package/testnet/permtestnet/asset-list.js +2 -4
- package/testnet/sedatestnet/asset-list.js +14 -4
- package/testnet/sedatestnet/chain.js +4 -3
- package/testnet/zigchaintestnet/asset-list.js +2 -4
|
@@ -17,7 +17,6 @@ const info = {
|
|
|
17
17
|
name: 'Prysm',
|
|
18
18
|
symbol: 'PRYSM',
|
|
19
19
|
images: [{
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
|
|
21
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
|
|
22
21
|
theme: {
|
|
23
22
|
circle: true
|
|
@@ -49,7 +49,6 @@ const info = {
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
logoURIs: {
|
|
52
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
|
|
53
52
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg'
|
|
54
53
|
},
|
|
55
54
|
description: 'Network layer blockchain providing foundational infrastructure, enhanced connectivity, and scalability.',
|
|
@@ -254,7 +253,6 @@ const info = {
|
|
|
254
253
|
}
|
|
255
254
|
],
|
|
256
255
|
images: [{
|
|
257
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
|
|
258
256
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg'
|
|
259
257
|
}]
|
|
260
258
|
};
|
|
@@ -15,7 +15,6 @@ const info = {
|
|
|
15
15
|
name: 'Prysm',
|
|
16
16
|
symbol: 'PRYSM',
|
|
17
17
|
images: [{
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
|
|
19
18
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg',
|
|
20
19
|
theme: {
|
|
21
20
|
circle: true
|
|
@@ -47,7 +47,6 @@ const info = {
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
logoURIs: {
|
|
50
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
|
|
51
50
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg'
|
|
52
51
|
},
|
|
53
52
|
description: 'Network layer blockchain providing foundational infrastructure, enhanced connectivity, and scalability.',
|
|
@@ -252,7 +251,6 @@ const info = {
|
|
|
252
251
|
}
|
|
253
252
|
],
|
|
254
253
|
images: [{
|
|
255
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png',
|
|
256
254
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg'
|
|
257
255
|
}]
|
|
258
256
|
};
|
|
@@ -15,12 +15,10 @@ const info = {
|
|
|
15
15
|
display: 'ARKH',
|
|
16
16
|
symbol: 'ARKH',
|
|
17
17
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
20
19
|
},
|
|
21
20
|
images: [{
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
24
22
|
}],
|
|
25
23
|
socials: {
|
|
26
24
|
website: 'https://arkhadian.io/',
|
|
@@ -39,8 +39,7 @@ const info = {
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
logoURIs: {
|
|
42
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
43
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
42
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
44
43
|
},
|
|
45
44
|
apis: {
|
|
46
45
|
rpc: [{
|
|
@@ -65,8 +64,7 @@ const info = {
|
|
|
65
64
|
txPage: 'https://explorer.bonynode.online/arkhadian/tx/${txHash}'
|
|
66
65
|
}],
|
|
67
66
|
images: [{
|
|
68
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
69
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
70
68
|
}]
|
|
71
69
|
};
|
|
72
70
|
export default info;
|
|
@@ -413,9 +413,9 @@ const info = {
|
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
kind: 'Ruangnode Explorer',
|
|
416
|
-
url: 'https://explorer.ruangnode.com/atomone',
|
|
417
|
-
txPage: 'https://explorer.ruangnode.com/atomone/tx/${txHash}',
|
|
418
|
-
accountPage: 'https://explorer.ruangnode.com/atomone
|
|
416
|
+
url: 'https://explorer.ruangnode.com/dashboard/atomone',
|
|
417
|
+
txPage: 'https://explorer.ruangnode.com/dashboard/atomone/tx/${txHash}',
|
|
418
|
+
accountPage: 'https://explorer.ruangnode.com/addresses/atomone/${accountAddress}'
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
kind: 'Kynraze Explorer',
|
|
@@ -299,14 +299,14 @@ const info = {
|
|
|
299
299
|
provider: 'Axelar'
|
|
300
300
|
}],
|
|
301
301
|
logoURIs: {
|
|
302
|
-
|
|
302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
|
|
303
303
|
},
|
|
304
304
|
images: [{
|
|
305
305
|
imageSync: {
|
|
306
306
|
chainName: 'ethereum',
|
|
307
307
|
baseDenom: '0x4d224452801aced8b2f0aebe155379bb5d594381'
|
|
308
308
|
},
|
|
309
|
-
|
|
309
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
|
|
310
310
|
}],
|
|
311
311
|
typeAsset: 'sdk.coin'
|
|
312
312
|
},
|
|
@@ -433,14 +433,14 @@ const info = {
|
|
|
433
433
|
provider: 'Axelar'
|
|
434
434
|
}],
|
|
435
435
|
logoURIs: {
|
|
436
|
-
|
|
436
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
|
|
437
437
|
},
|
|
438
438
|
images: [{
|
|
439
439
|
imageSync: {
|
|
440
440
|
chainName: 'ethereum',
|
|
441
441
|
baseDenom: '0x03ab458634910aad20ef5f1c8ee96f1d6ac54919'
|
|
442
442
|
},
|
|
443
|
-
|
|
443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
|
|
444
444
|
}],
|
|
445
445
|
typeAsset: 'sdk.coin'
|
|
446
446
|
},
|
|
@@ -565,14 +565,14 @@ const info = {
|
|
|
565
565
|
provider: 'Axelar'
|
|
566
566
|
}],
|
|
567
567
|
logoURIs: {
|
|
568
|
-
|
|
568
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.png'
|
|
569
569
|
},
|
|
570
570
|
images: [{
|
|
571
571
|
imageSync: {
|
|
572
572
|
chainName: 'ethereum',
|
|
573
573
|
baseDenom: '0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18'
|
|
574
574
|
},
|
|
575
|
-
|
|
575
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.png'
|
|
576
576
|
}],
|
|
577
577
|
typeAsset: 'sdk.coin'
|
|
578
578
|
},
|
|
@@ -242,7 +242,17 @@ const info = {
|
|
|
242
242
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568'
|
|
243
243
|
}
|
|
244
244
|
}],
|
|
245
|
-
typeAsset: 'ics20'
|
|
245
|
+
typeAsset: 'ics20',
|
|
246
|
+
images: [{
|
|
247
|
+
imageSync: {
|
|
248
|
+
chainName: 'cosmoshub',
|
|
249
|
+
baseDenom: 'ibc/9EE1F80BA2AE01138A40D656BBB42D11B1720000D6F64FC5988E412B6EDB4F71'
|
|
250
|
+
},
|
|
251
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC_200px.png',
|
|
252
|
+
theme: {
|
|
253
|
+
circle: false
|
|
254
|
+
}
|
|
255
|
+
}]
|
|
246
256
|
},
|
|
247
257
|
{
|
|
248
258
|
denomUnits: [{
|
|
@@ -268,7 +278,14 @@ const info = {
|
|
|
268
278
|
path: 'transfer/channel-0/transfer/08-wasm-1369/0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
|
|
269
279
|
}
|
|
270
280
|
}],
|
|
271
|
-
typeAsset: 'ics20'
|
|
281
|
+
typeAsset: 'ics20',
|
|
282
|
+
images: [{
|
|
283
|
+
imageSync: {
|
|
284
|
+
chainName: 'cosmoshub',
|
|
285
|
+
baseDenom: 'ibc/6583B66D1450B5A0E997C85A4048749ADCBD745562D62F3CC1CEE5D41B5814D1'
|
|
286
|
+
},
|
|
287
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
288
|
+
}]
|
|
272
289
|
},
|
|
273
290
|
{
|
|
274
291
|
denomUnits: [{
|
|
@@ -283,6 +300,7 @@ const info = {
|
|
|
283
300
|
display: 'LBTC',
|
|
284
301
|
symbol: 'LBTC',
|
|
285
302
|
logoURIs: {
|
|
303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
286
304
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
287
305
|
},
|
|
288
306
|
traces: [{
|
|
@@ -299,7 +317,15 @@ const info = {
|
|
|
299
317
|
}],
|
|
300
318
|
typeAsset: 'ics20',
|
|
301
319
|
images: [{
|
|
302
|
-
|
|
320
|
+
imageSync: {
|
|
321
|
+
chainName: 'cosmoshub',
|
|
322
|
+
baseDenom: 'ibc/DBD9E339E1B093A052D76BECFFDE8435EAC114CF2133346B4D691F3F2068C957'
|
|
323
|
+
},
|
|
324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
325
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
326
|
+
theme: {
|
|
327
|
+
circle: true
|
|
328
|
+
}
|
|
303
329
|
}]
|
|
304
330
|
},
|
|
305
331
|
{
|
|
@@ -351,7 +377,8 @@ const info = {
|
|
|
351
377
|
display: 'SolvBTC',
|
|
352
378
|
symbol: 'SolvBTC',
|
|
353
379
|
logoURIs: {
|
|
354
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
|
|
380
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
381
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
355
382
|
},
|
|
356
383
|
traces: [{
|
|
357
384
|
type: 'ibc',
|
|
@@ -367,7 +394,12 @@ const info = {
|
|
|
367
394
|
}],
|
|
368
395
|
typeAsset: 'ics20',
|
|
369
396
|
images: [{
|
|
370
|
-
|
|
397
|
+
imageSync: {
|
|
398
|
+
chainName: 'cosmoshub',
|
|
399
|
+
baseDenom: 'ibc/0C4417F123459B47B6933939BF6F128C362B0C1F9EDA6A6EBC08860E4672AF7E'
|
|
400
|
+
},
|
|
401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
402
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
371
403
|
}]
|
|
372
404
|
},
|
|
373
405
|
{
|
|
@@ -768,6 +800,10 @@ const info = {
|
|
|
768
800
|
}
|
|
769
801
|
}],
|
|
770
802
|
images: [{
|
|
803
|
+
imageSync: {
|
|
804
|
+
chainName: 'ethereum',
|
|
805
|
+
baseDenom: '0xbdf245957992bfbc62b07e344128a1eec7b7ee3f'
|
|
806
|
+
},
|
|
771
807
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
772
808
|
}]
|
|
773
809
|
},
|
|
@@ -61,12 +61,10 @@ const info = {
|
|
|
61
61
|
display: 'ampere',
|
|
62
62
|
symbol: 'A',
|
|
63
63
|
logoURIs: {
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
66
65
|
},
|
|
67
66
|
images: [{
|
|
68
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
69
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
70
68
|
}],
|
|
71
69
|
typeAsset: 'sdk.coin'
|
|
72
70
|
},
|
|
@@ -86,12 +84,10 @@ const info = {
|
|
|
86
84
|
display: 'volt',
|
|
87
85
|
symbol: 'V',
|
|
88
86
|
logoURIs: {
|
|
89
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
90
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
87
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
91
88
|
},
|
|
92
89
|
images: [{
|
|
93
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
94
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
95
91
|
}],
|
|
96
92
|
typeAsset: 'sdk.coin'
|
|
97
93
|
},
|
|
@@ -16,12 +16,10 @@ const info = {
|
|
|
16
16
|
display: 'cvnt',
|
|
17
17
|
symbol: 'CVN',
|
|
18
18
|
logoURIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
21
20
|
},
|
|
22
21
|
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
24
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
25
23
|
}],
|
|
26
24
|
socials: {
|
|
27
25
|
website: 'https://cvn.io',
|
|
@@ -35,8 +35,7 @@ const info = {
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
logoURIs: {
|
|
38
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
39
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
38
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
40
39
|
},
|
|
41
40
|
apis: {
|
|
42
41
|
rpc: [{
|
|
@@ -92,8 +91,7 @@ const info = {
|
|
|
92
91
|
}
|
|
93
92
|
],
|
|
94
93
|
images: [{
|
|
95
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
96
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
94
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
97
95
|
}]
|
|
98
96
|
};
|
|
99
97
|
export default info;
|
|
@@ -842,8 +842,7 @@ const info = {
|
|
|
842
842
|
}
|
|
843
843
|
}],
|
|
844
844
|
logoURIs: {
|
|
845
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
846
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
847
846
|
},
|
|
848
847
|
keywords: ['memecoin'],
|
|
849
848
|
socials: {
|
|
@@ -854,8 +853,7 @@ const info = {
|
|
|
854
853
|
chainName: 'osmosis',
|
|
855
854
|
baseDenom: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark'
|
|
856
855
|
},
|
|
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'
|
|
856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
859
857
|
}]
|
|
860
858
|
},
|
|
861
859
|
{
|
|
@@ -16,12 +16,10 @@ const info = {
|
|
|
16
16
|
display: 'cgas',
|
|
17
17
|
symbol: 'CGAS',
|
|
18
18
|
logoURIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.png'
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg'
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.png'
|
|
21
20
|
},
|
|
22
21
|
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.png'
|
|
24
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.svg'
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cgas.png'
|
|
25
23
|
}],
|
|
26
24
|
typeAsset: 'sdk.coin'
|
|
27
25
|
},
|
|
@@ -39,12 +37,10 @@ const info = {
|
|
|
39
37
|
display: 'coss',
|
|
40
38
|
symbol: 'COSS',
|
|
41
39
|
logoURIs: {
|
|
42
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png'
|
|
43
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg'
|
|
40
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png'
|
|
44
41
|
},
|
|
45
42
|
images: [{
|
|
46
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png'
|
|
47
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg'
|
|
43
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png'
|
|
48
44
|
}],
|
|
49
45
|
typeAsset: 'sdk.coin'
|
|
50
46
|
},
|
|
@@ -62,13 +58,11 @@ const info = {
|
|
|
62
58
|
display: 'cias',
|
|
63
59
|
symbol: 'CIAS',
|
|
64
60
|
logoURIs: {
|
|
65
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png'
|
|
66
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.svg'
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png'
|
|
67
62
|
},
|
|
68
63
|
coingeckoId: 'cias',
|
|
69
64
|
images: [{
|
|
70
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png'
|
|
71
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.svg'
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png'
|
|
72
66
|
}],
|
|
73
67
|
typeAsset: 'sdk.coin'
|
|
74
68
|
}
|
|
@@ -51,8 +51,7 @@ const info = {
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
logoURIs: {
|
|
54
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png'
|
|
55
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg'
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png'
|
|
56
55
|
},
|
|
57
56
|
apis: {
|
|
58
57
|
rpc: [{
|
|
@@ -71,8 +70,7 @@ const info = {
|
|
|
71
70
|
}]
|
|
72
71
|
},
|
|
73
72
|
images: [{
|
|
74
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png'
|
|
75
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg'
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png'
|
|
76
74
|
}]
|
|
77
75
|
};
|
|
78
76
|
export default info;
|
|
@@ -150,8 +150,8 @@ const info = {
|
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
kind: 'Ruangnode Explorers',
|
|
153
|
-
url: 'https://explorer.ruangnode.com/dora
|
|
154
|
-
txPage: 'https://explorer.ruangnode.com/dora
|
|
153
|
+
url: 'https://explorer.ruangnode.com/dashboard/dora',
|
|
154
|
+
txPage: 'https://explorer.ruangnode.com/transactions/dora?hash=${txHash}'
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
kind: 'Roomit',
|
|
@@ -34,17 +34,17 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
codebase: {
|
|
36
36
|
gitRepo: 'https://github.com/dydxprotocol/v4-chain/',
|
|
37
|
-
recommendedVersion: 'protocol/v9.
|
|
38
|
-
compatibleVersions: ['protocol/v9.
|
|
37
|
+
recommendedVersion: 'protocol/v9.1.0',
|
|
38
|
+
compatibleVersions: ['protocol/v9.1.0'],
|
|
39
39
|
binaries: {
|
|
40
|
-
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.
|
|
41
|
-
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.
|
|
40
|
+
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.1.0/dydxprotocold-v9.1.0-linux-amd64.tar.gz',
|
|
41
|
+
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.1.0/dydxprotocold-v9.1.0-linux-arm64.tar.gz'
|
|
42
42
|
},
|
|
43
43
|
consensus: {
|
|
44
44
|
type: 'cometbft',
|
|
45
45
|
version: 'v0.38.15',
|
|
46
46
|
repo: 'https://github.com/dydxprotocol/cometbft',
|
|
47
|
-
tag: 'v0.38.6-0.
|
|
47
|
+
tag: 'v0.38.6-0.20250917222732-ee7f1a0892c4'
|
|
48
48
|
},
|
|
49
49
|
genesis: {
|
|
50
50
|
genesisUrl: 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json'
|
|
@@ -52,8 +52,8 @@ const info = {
|
|
|
52
52
|
sdk: {
|
|
53
53
|
type: 'cosmos',
|
|
54
54
|
repo: 'https://github.com/dydxprotocol/cosmos-sdk',
|
|
55
|
-
version: 'v0.50.
|
|
56
|
-
tag: 'v0.50.6-0.
|
|
55
|
+
version: 'v0.50.6',
|
|
56
|
+
tag: 'v0.50.6-0.20250918154803-8e8ecbb19aa4'
|
|
57
57
|
},
|
|
58
58
|
ibc: {
|
|
59
59
|
type: 'go',
|
|
@@ -76,11 +76,11 @@ const info = {
|
|
|
76
76
|
display: 'ape',
|
|
77
77
|
symbol: 'APE',
|
|
78
78
|
logoURIs: {
|
|
79
|
-
|
|
79
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
|
|
80
80
|
},
|
|
81
81
|
coingeckoId: 'apecoin',
|
|
82
82
|
images: [{
|
|
83
|
-
|
|
83
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
|
|
84
84
|
}]
|
|
85
85
|
},
|
|
86
86
|
{
|
|
@@ -280,11 +280,11 @@ const info = {
|
|
|
280
280
|
provider: 'RAI Finance'
|
|
281
281
|
}],
|
|
282
282
|
logoURIs: {
|
|
283
|
-
|
|
283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
|
|
284
284
|
},
|
|
285
285
|
coingeckoId: 'rai',
|
|
286
286
|
images: [{
|
|
287
|
-
|
|
287
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
|
|
288
288
|
}]
|
|
289
289
|
},
|
|
290
290
|
{
|
|
@@ -605,7 +605,6 @@ const info = {
|
|
|
605
605
|
}
|
|
606
606
|
}, {
|
|
607
607
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
|
|
608
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
|
|
609
608
|
theme: {
|
|
610
609
|
circle: false
|
|
611
610
|
}
|
|
@@ -698,11 +697,11 @@ const info = {
|
|
|
698
697
|
display: 'xcn',
|
|
699
698
|
symbol: 'XCN',
|
|
700
699
|
logoURIs: {
|
|
701
|
-
|
|
700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.png'
|
|
702
701
|
},
|
|
703
702
|
coingeckoId: 'chain-2',
|
|
704
703
|
images: [{
|
|
705
|
-
|
|
704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.png'
|
|
706
705
|
}]
|
|
707
706
|
},
|
|
708
707
|
{
|
|
@@ -17,12 +17,10 @@ const info = {
|
|
|
17
17
|
symbol: 'GRAV',
|
|
18
18
|
coingeckoId: 'graviton',
|
|
19
19
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
22
21
|
},
|
|
23
22
|
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
26
24
|
}],
|
|
27
25
|
socials: {
|
|
28
26
|
website: 'https://www.gravitybridge.net/',
|
|
@@ -52,8 +52,7 @@ const info = {
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
logoURIs: {
|
|
55
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
56
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
57
56
|
},
|
|
58
57
|
description: 'An open, decentralized bridge that unlocks the power of interoperability & liquidity between blockchain ecosystems.',
|
|
59
58
|
apis: {
|
|
@@ -255,8 +254,7 @@ const info = {
|
|
|
255
254
|
}
|
|
256
255
|
],
|
|
257
256
|
images: [{
|
|
258
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
259
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
|
|
257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
260
258
|
}]
|
|
261
259
|
};
|
|
262
260
|
export default info;
|
|
@@ -509,12 +509,10 @@ const info = {
|
|
|
509
509
|
chainName: 'neutron',
|
|
510
510
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
511
511
|
},
|
|
512
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
513
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
512
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
514
513
|
}],
|
|
515
514
|
logoURIs: {
|
|
516
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
517
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
515
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
518
516
|
},
|
|
519
517
|
coingeckoId: 'astroport-fi'
|
|
520
518
|
},
|
|
@@ -134,12 +134,10 @@ const info = {
|
|
|
134
134
|
display: 'hope',
|
|
135
135
|
symbol: 'HOPE',
|
|
136
136
|
logoURIs: {
|
|
137
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
138
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
139
138
|
},
|
|
140
139
|
images: [{
|
|
141
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
142
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
143
141
|
}]
|
|
144
142
|
},
|
|
145
143
|
{
|
|
@@ -166,13 +164,11 @@ const info = {
|
|
|
166
164
|
provider: 'Racoon'
|
|
167
165
|
}],
|
|
168
166
|
logoURIs: {
|
|
169
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
170
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
171
168
|
},
|
|
172
169
|
coingeckoId: 'racoon',
|
|
173
170
|
images: [{
|
|
174
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
175
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
176
172
|
}]
|
|
177
173
|
},
|
|
178
174
|
{
|
|
@@ -327,12 +323,10 @@ const info = {
|
|
|
327
323
|
display: 'dla',
|
|
328
324
|
symbol: 'DLA',
|
|
329
325
|
logoURIs: {
|
|
330
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png'
|
|
331
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png'
|
|
332
327
|
},
|
|
333
328
|
images: [{
|
|
334
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png'
|
|
335
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
329
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png'
|
|
336
330
|
}]
|
|
337
331
|
},
|
|
338
332
|
{
|
|
@@ -411,12 +405,10 @@ const info = {
|
|
|
411
405
|
display: 'hole',
|
|
412
406
|
symbol: 'HOLE',
|
|
413
407
|
logoURIs: {
|
|
414
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png'
|
|
415
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png'
|
|
416
409
|
},
|
|
417
410
|
images: [{
|
|
418
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png'
|
|
419
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
411
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png'
|
|
420
412
|
}]
|
|
421
413
|
},
|
|
422
414
|
{
|