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
package/mainnet/odin/chain.js
CHANGED
|
@@ -54,8 +54,7 @@ const info = {
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
logoURIs: {
|
|
57
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
58
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
59
58
|
},
|
|
60
59
|
apis: {
|
|
61
60
|
rpc: [
|
|
@@ -133,8 +132,11 @@ const info = {
|
|
|
133
132
|
}
|
|
134
133
|
],
|
|
135
134
|
images: [{
|
|
136
|
-
|
|
137
|
-
|
|
135
|
+
imageSync: {
|
|
136
|
+
chainName: 'odin',
|
|
137
|
+
baseDenom: 'loki'
|
|
138
|
+
},
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
138
140
|
}]
|
|
139
141
|
};
|
|
140
142
|
exports.default = info;
|
|
@@ -638,8 +638,7 @@ const info = {
|
|
|
638
638
|
display: 'hmstr',
|
|
639
639
|
symbol: 'HMSTR',
|
|
640
640
|
logoURIs: {
|
|
641
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.png'
|
|
642
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.svg'
|
|
641
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.png'
|
|
643
642
|
},
|
|
644
643
|
typeAsset: 'sdk.coin',
|
|
645
644
|
images: [{
|
|
@@ -647,7 +646,6 @@ const info = {
|
|
|
647
646
|
chainName: 'ton',
|
|
648
647
|
baseDenom: 'nanohmstr'
|
|
649
648
|
},
|
|
650
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.svg',
|
|
651
649
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.png',
|
|
652
650
|
theme: {
|
|
653
651
|
circle: true
|
|
@@ -2052,16 +2052,14 @@ const info = {
|
|
|
2052
2052
|
}
|
|
2053
2053
|
}],
|
|
2054
2054
|
logoURIs: {
|
|
2055
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
2056
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
|
|
2055
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
2057
2056
|
},
|
|
2058
2057
|
images: [{
|
|
2059
2058
|
imageSync: {
|
|
2060
2059
|
chainName: 'gravitybridge',
|
|
2061
2060
|
baseDenom: 'ugraviton'
|
|
2062
2061
|
},
|
|
2063
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
2064
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
|
|
2062
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
2065
2063
|
}],
|
|
2066
2064
|
coingeckoId: 'graviton'
|
|
2067
2065
|
},
|
|
@@ -2600,16 +2598,14 @@ const info = {
|
|
|
2600
2598
|
}
|
|
2601
2599
|
}],
|
|
2602
2600
|
logoURIs: {
|
|
2603
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
2604
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
2601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
2605
2602
|
},
|
|
2606
2603
|
images: [{
|
|
2607
2604
|
imageSync: {
|
|
2608
2605
|
chainName: 'juno',
|
|
2609
2606
|
baseDenom: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z'
|
|
2610
2607
|
},
|
|
2611
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
2612
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
2608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
2613
2609
|
}]
|
|
2614
2610
|
},
|
|
2615
2611
|
{
|
|
@@ -2642,16 +2638,14 @@ const info = {
|
|
|
2642
2638
|
}
|
|
2643
2639
|
}],
|
|
2644
2640
|
logoURIs: {
|
|
2645
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2646
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
2641
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2647
2642
|
},
|
|
2648
2643
|
images: [{
|
|
2649
2644
|
imageSync: {
|
|
2650
2645
|
chainName: 'juno',
|
|
2651
2646
|
baseDenom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa'
|
|
2652
2647
|
},
|
|
2653
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2654
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
2648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2655
2649
|
}],
|
|
2656
2650
|
coingeckoId: 'racoon'
|
|
2657
2651
|
},
|
|
@@ -3532,14 +3526,14 @@ const info = {
|
|
|
3532
3526
|
}
|
|
3533
3527
|
}],
|
|
3534
3528
|
logoURIs: {
|
|
3535
|
-
|
|
3529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
|
|
3536
3530
|
},
|
|
3537
3531
|
images: [{
|
|
3538
3532
|
imageSync: {
|
|
3539
3533
|
chainName: 'ethereum',
|
|
3540
3534
|
baseDenom: '0x4d224452801aced8b2f0aebe155379bb5d594381'
|
|
3541
3535
|
},
|
|
3542
|
-
|
|
3536
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
|
|
3543
3537
|
}],
|
|
3544
3538
|
keywords: ['osmosis_unlisted']
|
|
3545
3539
|
},
|
|
@@ -3609,14 +3603,14 @@ const info = {
|
|
|
3609
3603
|
}
|
|
3610
3604
|
}],
|
|
3611
3605
|
logoURIs: {
|
|
3612
|
-
|
|
3606
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
|
|
3613
3607
|
},
|
|
3614
3608
|
images: [{
|
|
3615
3609
|
imageSync: {
|
|
3616
3610
|
chainName: 'ethereum',
|
|
3617
3611
|
baseDenom: '0x03ab458634910aad20ef5f1c8ee96f1d6ac54919'
|
|
3618
3612
|
},
|
|
3619
|
-
|
|
3613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
|
|
3620
3614
|
}]
|
|
3621
3615
|
},
|
|
3622
3616
|
{
|
|
@@ -3805,16 +3799,14 @@ const info = {
|
|
|
3805
3799
|
}
|
|
3806
3800
|
}],
|
|
3807
3801
|
logoURIs: {
|
|
3808
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
3809
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
3802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
3810
3803
|
},
|
|
3811
3804
|
images: [{
|
|
3812
3805
|
imageSync: {
|
|
3813
3806
|
chainName: 'odin',
|
|
3814
3807
|
baseDenom: 'loki'
|
|
3815
3808
|
},
|
|
3816
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
3817
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
3809
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
3818
3810
|
}]
|
|
3819
3811
|
},
|
|
3820
3812
|
{
|
|
@@ -5505,16 +5497,14 @@ const info = {
|
|
|
5505
5497
|
}
|
|
5506
5498
|
}],
|
|
5507
5499
|
logoURIs: {
|
|
5508
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
5509
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg'
|
|
5500
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
5510
5501
|
},
|
|
5511
5502
|
images: [{
|
|
5512
5503
|
imageSync: {
|
|
5513
5504
|
chainName: 'medasdigital',
|
|
5514
5505
|
baseDenom: 'umedas'
|
|
5515
5506
|
},
|
|
5516
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
5517
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg'
|
|
5507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
5518
5508
|
}]
|
|
5519
5509
|
},
|
|
5520
5510
|
{
|
|
@@ -5595,16 +5585,14 @@ const info = {
|
|
|
5595
5585
|
}
|
|
5596
5586
|
}],
|
|
5597
5587
|
logoURIs: {
|
|
5598
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
5599
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5588
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
5600
5589
|
},
|
|
5601
5590
|
images: [{
|
|
5602
5591
|
imageSync: {
|
|
5603
5592
|
chainName: 'secretnetwork',
|
|
5604
5593
|
baseDenom: 'cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852'
|
|
5605
5594
|
},
|
|
5606
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
5607
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
5608
5596
|
}]
|
|
5609
5597
|
},
|
|
5610
5598
|
{
|
|
@@ -6575,16 +6563,14 @@ const info = {
|
|
|
6575
6563
|
}
|
|
6576
6564
|
}],
|
|
6577
6565
|
logoURIs: {
|
|
6578
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
6579
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
6566
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
6580
6567
|
},
|
|
6581
6568
|
images: [{
|
|
6582
6569
|
imageSync: {
|
|
6583
6570
|
chainName: 'arkh',
|
|
6584
6571
|
baseDenom: 'arkh'
|
|
6585
6572
|
},
|
|
6586
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
6587
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
6573
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
6588
6574
|
}],
|
|
6589
6575
|
keywords: ['osmosis_unstable']
|
|
6590
6576
|
},
|
|
@@ -6657,16 +6643,14 @@ const info = {
|
|
|
6657
6643
|
}
|
|
6658
6644
|
}],
|
|
6659
6645
|
logoURIs: {
|
|
6660
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
6661
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
6646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
6662
6647
|
},
|
|
6663
6648
|
images: [{
|
|
6664
6649
|
imageSync: {
|
|
6665
6650
|
chainName: 'noble',
|
|
6666
6651
|
baseDenom: 'ufrienzies'
|
|
6667
6652
|
},
|
|
6668
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
6669
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
6653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
6670
6654
|
}]
|
|
6671
6655
|
},
|
|
6672
6656
|
{
|
|
@@ -9664,16 +9648,14 @@ const info = {
|
|
|
9664
9648
|
}
|
|
9665
9649
|
}],
|
|
9666
9650
|
logoURIs: {
|
|
9667
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
9668
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
9651
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
9669
9652
|
},
|
|
9670
9653
|
images: [{
|
|
9671
9654
|
imageSync: {
|
|
9672
9655
|
chainName: 'stargaze',
|
|
9673
9656
|
baseDenom: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust'
|
|
9674
9657
|
},
|
|
9675
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
9676
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
9658
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
9677
9659
|
}]
|
|
9678
9660
|
},
|
|
9679
9661
|
{
|
|
@@ -10067,16 +10049,14 @@ const info = {
|
|
|
10067
10049
|
}
|
|
10068
10050
|
}],
|
|
10069
10051
|
logoURIs: {
|
|
10070
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
10071
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
10052
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
10072
10053
|
},
|
|
10073
10054
|
images: [{
|
|
10074
10055
|
imageSync: {
|
|
10075
10056
|
chainName: 'stargaze',
|
|
10076
10057
|
baseDenom: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH'
|
|
10077
10058
|
},
|
|
10078
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
10079
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
10059
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
10080
10060
|
}]
|
|
10081
10061
|
},
|
|
10082
10062
|
{
|
|
@@ -10302,16 +10282,14 @@ const info = {
|
|
|
10302
10282
|
}
|
|
10303
10283
|
}],
|
|
10304
10284
|
logoURIs: {
|
|
10305
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
10306
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
10285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
10307
10286
|
},
|
|
10308
10287
|
images: [{
|
|
10309
10288
|
imageSync: {
|
|
10310
10289
|
chainName: 'bostrom',
|
|
10311
10290
|
baseDenom: 'millivolt'
|
|
10312
10291
|
},
|
|
10313
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
10314
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
10292
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
10315
10293
|
}]
|
|
10316
10294
|
},
|
|
10317
10295
|
{
|
|
@@ -10343,16 +10321,14 @@ const info = {
|
|
|
10343
10321
|
}
|
|
10344
10322
|
}],
|
|
10345
10323
|
logoURIs: {
|
|
10346
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
10347
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
10324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
10348
10325
|
},
|
|
10349
10326
|
images: [{
|
|
10350
10327
|
imageSync: {
|
|
10351
10328
|
chainName: 'bostrom',
|
|
10352
10329
|
baseDenom: 'milliampere'
|
|
10353
10330
|
},
|
|
10354
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
10355
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
10331
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
10356
10332
|
}]
|
|
10357
10333
|
},
|
|
10358
10334
|
{
|
|
@@ -11771,8 +11747,7 @@ const info = {
|
|
|
11771
11747
|
chainName: 'neutron',
|
|
11772
11748
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
11773
11749
|
},
|
|
11774
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
11775
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
11750
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
11776
11751
|
}],
|
|
11777
11752
|
coingeckoId: 'astroport-fi'
|
|
11778
11753
|
},
|
|
@@ -12543,16 +12518,14 @@ const info = {
|
|
|
12543
12518
|
}
|
|
12544
12519
|
}],
|
|
12545
12520
|
logoURIs: {
|
|
12546
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
12547
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
12521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
12548
12522
|
},
|
|
12549
12523
|
images: [{
|
|
12550
12524
|
imageSync: {
|
|
12551
12525
|
chainName: 'conscious',
|
|
12552
12526
|
baseDenom: 'acvnt'
|
|
12553
12527
|
},
|
|
12554
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
12555
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
12528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
12556
12529
|
}],
|
|
12557
12530
|
keywords: ['osmosis_unlisted']
|
|
12558
12531
|
},
|
|
@@ -13007,16 +12980,14 @@ const info = {
|
|
|
13007
12980
|
}
|
|
13008
12981
|
}],
|
|
13009
12982
|
logoURIs: {
|
|
13010
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
13011
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
12983
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
13012
12984
|
},
|
|
13013
12985
|
images: [{
|
|
13014
12986
|
imageSync: {
|
|
13015
12987
|
chainName: 'shido',
|
|
13016
12988
|
baseDenom: 'shido'
|
|
13017
12989
|
},
|
|
13018
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
13019
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
12990
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
13020
12991
|
}],
|
|
13021
12992
|
coingeckoId: 'shido-2',
|
|
13022
12993
|
keywords: ['osmosis_unlisted']
|
|
@@ -13196,16 +13167,14 @@ const info = {
|
|
|
13196
13167
|
}
|
|
13197
13168
|
}],
|
|
13198
13169
|
logoURIs: {
|
|
13199
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
13200
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
13170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
13201
13171
|
},
|
|
13202
13172
|
images: [{
|
|
13203
13173
|
imageSync: {
|
|
13204
13174
|
chainName: 'neutron',
|
|
13205
13175
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
13206
13176
|
},
|
|
13207
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
13208
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
13177
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
13209
13178
|
}],
|
|
13210
13179
|
coingeckoId: 'astroport-fi'
|
|
13211
13180
|
},
|
|
@@ -13867,16 +13836,14 @@ const info = {
|
|
|
13867
13836
|
}
|
|
13868
13837
|
}],
|
|
13869
13838
|
logoURIs: {
|
|
13870
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
13871
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
13839
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
13872
13840
|
},
|
|
13873
13841
|
images: [{
|
|
13874
13842
|
imageSync: {
|
|
13875
13843
|
chainName: 'seda',
|
|
13876
13844
|
baseDenom: 'aseda'
|
|
13877
13845
|
},
|
|
13878
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
13879
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
13846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
13880
13847
|
}],
|
|
13881
13848
|
coingeckoId: 'seda-2'
|
|
13882
13849
|
},
|
|
@@ -14852,7 +14819,6 @@ const info = {
|
|
|
14852
14819
|
}
|
|
14853
14820
|
}, {
|
|
14854
14821
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
|
|
14855
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
|
|
14856
14822
|
theme: {
|
|
14857
14823
|
circle: false
|
|
14858
14824
|
}
|
|
@@ -22540,12 +22506,10 @@ const info = {
|
|
|
22540
22506
|
display: 'QUARK',
|
|
22541
22507
|
symbol: 'QUARK',
|
|
22542
22508
|
logoURIs: {
|
|
22543
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
22544
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
22509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
22545
22510
|
},
|
|
22546
22511
|
images: [{
|
|
22547
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
22548
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
22512
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
22549
22513
|
}],
|
|
22550
22514
|
keywords: ['meme'],
|
|
22551
22515
|
socials: {
|
|
@@ -271,12 +271,10 @@ const info = {
|
|
|
271
271
|
display: 'amber',
|
|
272
272
|
symbol: 'AMBER',
|
|
273
273
|
logoURIs: {
|
|
274
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
275
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
276
275
|
},
|
|
277
276
|
images: [{
|
|
278
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
279
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
280
278
|
}],
|
|
281
279
|
socials: {
|
|
282
280
|
website: 'http://amber.money/',
|
|
@@ -18,13 +18,11 @@ const info = {
|
|
|
18
18
|
display: 'seda',
|
|
19
19
|
symbol: 'SEDA',
|
|
20
20
|
logoURIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
23
22
|
},
|
|
24
23
|
coingeckoId: 'seda-2',
|
|
25
24
|
images: [{
|
|
26
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
27
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
28
26
|
}],
|
|
29
27
|
socials: {
|
|
30
28
|
website: 'https://www.seda.xyz/',
|
package/mainnet/seda/chain.js
CHANGED
|
@@ -63,8 +63,7 @@ const info = {
|
|
|
63
63
|
tag: 'v1.0.0'
|
|
64
64
|
},
|
|
65
65
|
logoURIs: {
|
|
66
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
67
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
68
67
|
},
|
|
69
68
|
description: 'SEDA is a standard for modular data transport and querying. Any data type, for all networks.',
|
|
70
69
|
apis: {
|
|
@@ -345,8 +344,7 @@ const info = {
|
|
|
345
344
|
}
|
|
346
345
|
],
|
|
347
346
|
images: [{
|
|
348
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
349
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
350
348
|
}]
|
|
351
349
|
};
|
|
352
350
|
exports.default = info;
|
|
@@ -194,12 +194,10 @@ const info = {
|
|
|
194
194
|
chainName: 'neutron',
|
|
195
195
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
196
196
|
},
|
|
197
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
198
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
199
198
|
}],
|
|
200
199
|
logoURIs: {
|
|
201
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
202
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
203
201
|
},
|
|
204
202
|
coingeckoId: 'astroport-fi'
|
|
205
203
|
}
|
|
@@ -17,13 +17,11 @@ const info = {
|
|
|
17
17
|
display: 'SHIDO',
|
|
18
18
|
symbol: 'SHIDO',
|
|
19
19
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
22
21
|
},
|
|
23
22
|
coingeckoId: 'shido-2',
|
|
24
23
|
images: [{
|
|
25
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
26
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
27
25
|
}],
|
|
28
26
|
socials: {
|
|
29
27
|
website: 'https://shido.io/',
|
package/mainnet/shido/chain.js
CHANGED
|
@@ -58,8 +58,7 @@ const info = {
|
|
|
58
58
|
tag: 'v2.0.0'
|
|
59
59
|
},
|
|
60
60
|
logoURIs: {
|
|
61
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
62
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
63
62
|
},
|
|
64
63
|
description: 'Developers use Shido as the Ethereum and Wasm Chain to deploy applications of the future. Get all the functionalities of Ethereum and Wasm with the power of IBC and Interchain composability.',
|
|
65
64
|
apis: {
|
|
@@ -223,8 +222,7 @@ const info = {
|
|
|
223
222
|
}
|
|
224
223
|
],
|
|
225
224
|
images: [{
|
|
226
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
227
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
228
226
|
}]
|
|
229
227
|
};
|
|
230
228
|
exports.default = info;
|
|
@@ -47,12 +47,10 @@ const info = {
|
|
|
47
47
|
display: 'strdst',
|
|
48
48
|
symbol: 'STRDST',
|
|
49
49
|
logoURIs: {
|
|
50
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
51
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
50
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
52
51
|
},
|
|
53
52
|
images: [{
|
|
54
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
55
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
56
54
|
}],
|
|
57
55
|
typeAsset: 'sdk.coin'
|
|
58
56
|
},
|
|
@@ -70,12 +68,10 @@ const info = {
|
|
|
70
68
|
display: 'GAZE',
|
|
71
69
|
symbol: 'GAZE',
|
|
72
70
|
logoURIs: {
|
|
73
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png'
|
|
74
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg'
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png'
|
|
75
72
|
},
|
|
76
73
|
images: [{
|
|
77
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png'
|
|
78
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg'
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png'
|
|
79
75
|
}],
|
|
80
76
|
typeAsset: 'sdk.coin'
|
|
81
77
|
},
|
|
@@ -93,12 +89,10 @@ const info = {
|
|
|
93
89
|
display: 'BRNCH',
|
|
94
90
|
symbol: 'BRNCH',
|
|
95
91
|
logoURIs: {
|
|
96
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
97
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
92
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
98
93
|
},
|
|
99
94
|
images: [{
|
|
100
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
101
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
102
96
|
}],
|
|
103
97
|
typeAsset: 'sdk.coin'
|
|
104
98
|
},
|
|
@@ -116,12 +110,10 @@ const info = {
|
|
|
116
110
|
display: 'OHH',
|
|
117
111
|
symbol: 'OHH',
|
|
118
112
|
logoURIs: {
|
|
119
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png'
|
|
120
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg'
|
|
113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png'
|
|
121
114
|
},
|
|
122
115
|
images: [{
|
|
123
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png'
|
|
124
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg'
|
|
116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png'
|
|
125
117
|
}],
|
|
126
118
|
typeAsset: 'sdk.coin'
|
|
127
119
|
},
|
|
@@ -285,16 +277,14 @@ const info = {
|
|
|
285
277
|
}
|
|
286
278
|
}],
|
|
287
279
|
logoURIs: {
|
|
288
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
289
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
290
281
|
},
|
|
291
282
|
images: [{
|
|
292
283
|
imageSync: {
|
|
293
284
|
chainName: 'neutron',
|
|
294
285
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
295
286
|
},
|
|
296
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
297
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
287
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
298
288
|
}],
|
|
299
289
|
coingeckoId: 'astroport-fi'
|
|
300
290
|
},
|
|
@@ -65,8 +65,7 @@ const info = {
|
|
|
65
65
|
chainName: 'neutron',
|
|
66
66
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
67
67
|
},
|
|
68
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
69
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
70
69
|
}],
|
|
71
70
|
socials: {
|
|
72
71
|
website: 'https://astroport.fi/',
|
|
@@ -106,12 +105,10 @@ const info = {
|
|
|
106
105
|
chainName: 'neutron',
|
|
107
106
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
108
107
|
},
|
|
109
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
110
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
111
109
|
}],
|
|
112
110
|
logoURIs: {
|
|
113
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
114
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
115
112
|
},
|
|
116
113
|
coingeckoId: 'astroport-fi'
|
|
117
114
|
},
|