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
|
@@ -202,10 +202,10 @@ const info = {
|
|
|
202
202
|
display: 'blend',
|
|
203
203
|
symbol: 'BLEND',
|
|
204
204
|
logoURIs: {
|
|
205
|
-
|
|
205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.png'
|
|
206
206
|
},
|
|
207
207
|
images: [{
|
|
208
|
-
|
|
208
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.png'
|
|
209
209
|
}],
|
|
210
210
|
typeAsset: 'sdk.coin'
|
|
211
211
|
},
|
|
@@ -15,12 +15,12 @@ const info = {
|
|
|
15
15
|
display: 'CACAO',
|
|
16
16
|
symbol: 'CACAO',
|
|
17
17
|
images: [{
|
|
18
|
-
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/cacao.png'
|
|
19
19
|
}],
|
|
20
20
|
coingeckoId: 'cacao',
|
|
21
21
|
keywords: ['dex'],
|
|
22
22
|
logoURIs: {
|
|
23
|
-
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/cacao.png'
|
|
24
24
|
},
|
|
25
25
|
typeAsset: 'sdk.coin'
|
|
26
26
|
}, {
|
|
@@ -37,10 +37,10 @@ const info = {
|
|
|
37
37
|
display: 'MAYA',
|
|
38
38
|
symbol: 'MAYA',
|
|
39
39
|
images: [{
|
|
40
|
-
|
|
40
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/maya.png'
|
|
41
41
|
}],
|
|
42
42
|
logoURIs: {
|
|
43
|
-
|
|
43
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mayachain/images/maya.png'
|
|
44
44
|
},
|
|
45
45
|
typeAsset: 'sdk.coin'
|
|
46
46
|
}]
|
|
@@ -15,13 +15,11 @@ const info = {
|
|
|
15
15
|
display: 'medas',
|
|
16
16
|
symbol: 'MEDAS',
|
|
17
17
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg'
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
20
19
|
},
|
|
21
20
|
keywords: ['medas'],
|
|
22
21
|
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
24
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg'
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
25
23
|
}],
|
|
26
24
|
typeAsset: 'sdk.coin'
|
|
27
25
|
}]
|
|
@@ -34,8 +34,7 @@ const info = {
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
logoURIs: {
|
|
37
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
38
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg'
|
|
37
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
39
38
|
},
|
|
40
39
|
apis: {
|
|
41
40
|
rpc: [{
|
|
@@ -78,8 +77,7 @@ const info = {
|
|
|
78
77
|
}
|
|
79
78
|
],
|
|
80
79
|
images: [{
|
|
81
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
82
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg'
|
|
80
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
83
81
|
}]
|
|
84
82
|
};
|
|
85
83
|
export default info;
|
|
@@ -330,12 +330,10 @@ const info = {
|
|
|
330
330
|
symbol: 'ASTRO',
|
|
331
331
|
coingeckoId: 'astroport-fi',
|
|
332
332
|
images: [{
|
|
333
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
334
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
333
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
335
334
|
}],
|
|
336
335
|
logoURIs: {
|
|
337
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
338
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
339
337
|
},
|
|
340
338
|
socials: {
|
|
341
339
|
website: 'https://astroport.fi/',
|
|
@@ -654,10 +652,10 @@ const info = {
|
|
|
654
652
|
display: 'newtroll',
|
|
655
653
|
symbol: 'NTRL',
|
|
656
654
|
logoURIs: {
|
|
657
|
-
|
|
655
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.png'
|
|
658
656
|
},
|
|
659
657
|
images: [{
|
|
660
|
-
|
|
658
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.png'
|
|
661
659
|
}],
|
|
662
660
|
typeAsset: 'sdk.coin'
|
|
663
661
|
},
|
|
@@ -42,12 +42,10 @@ const info = {
|
|
|
42
42
|
name: 'Frienzies',
|
|
43
43
|
symbol: 'FRNZ',
|
|
44
44
|
logoURIs: {
|
|
45
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
46
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
47
46
|
},
|
|
48
47
|
images: [{
|
|
49
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
50
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
48
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
51
49
|
}]
|
|
52
50
|
},
|
|
53
51
|
{
|
|
@@ -16,12 +16,10 @@ const info = {
|
|
|
16
16
|
display: 'odin',
|
|
17
17
|
symbol: 'ODIN',
|
|
18
18
|
logoURIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
21
20
|
},
|
|
22
21
|
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
24
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
25
23
|
}],
|
|
26
24
|
socials: {
|
|
27
25
|
website: 'https://odinprotocol.io/',
|
|
@@ -52,8 +52,7 @@ const info = {
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
logoURIs: {
|
|
55
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
56
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
57
56
|
},
|
|
58
57
|
apis: {
|
|
59
58
|
rpc: [
|
|
@@ -131,8 +130,11 @@ const info = {
|
|
|
131
130
|
}
|
|
132
131
|
],
|
|
133
132
|
images: [{
|
|
134
|
-
|
|
135
|
-
|
|
133
|
+
imageSync: {
|
|
134
|
+
chainName: 'odin',
|
|
135
|
+
baseDenom: 'loki'
|
|
136
|
+
},
|
|
137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
136
138
|
}]
|
|
137
139
|
};
|
|
138
140
|
export default info;
|
|
@@ -636,8 +636,7 @@ const info = {
|
|
|
636
636
|
display: 'hmstr',
|
|
637
637
|
symbol: 'HMSTR',
|
|
638
638
|
logoURIs: {
|
|
639
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.png'
|
|
640
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.svg'
|
|
639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.png'
|
|
641
640
|
},
|
|
642
641
|
typeAsset: 'sdk.coin',
|
|
643
642
|
images: [{
|
|
@@ -645,7 +644,6 @@ const info = {
|
|
|
645
644
|
chainName: 'ton',
|
|
646
645
|
baseDenom: 'nanohmstr'
|
|
647
646
|
},
|
|
648
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.svg',
|
|
649
647
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.png',
|
|
650
648
|
theme: {
|
|
651
649
|
circle: true
|
|
@@ -2050,16 +2050,14 @@ const info = {
|
|
|
2050
2050
|
}
|
|
2051
2051
|
}],
|
|
2052
2052
|
logoURIs: {
|
|
2053
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
2054
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
|
|
2053
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
2055
2054
|
},
|
|
2056
2055
|
images: [{
|
|
2057
2056
|
imageSync: {
|
|
2058
2057
|
chainName: 'gravitybridge',
|
|
2059
2058
|
baseDenom: 'ugraviton'
|
|
2060
2059
|
},
|
|
2061
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
2062
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg'
|
|
2060
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
2063
2061
|
}],
|
|
2064
2062
|
coingeckoId: 'graviton'
|
|
2065
2063
|
},
|
|
@@ -2598,16 +2596,14 @@ const info = {
|
|
|
2598
2596
|
}
|
|
2599
2597
|
}],
|
|
2600
2598
|
logoURIs: {
|
|
2601
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
2602
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
2599
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
2603
2600
|
},
|
|
2604
2601
|
images: [{
|
|
2605
2602
|
imageSync: {
|
|
2606
2603
|
chainName: 'juno',
|
|
2607
2604
|
baseDenom: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z'
|
|
2608
2605
|
},
|
|
2609
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
2610
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
2606
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png'
|
|
2611
2607
|
}]
|
|
2612
2608
|
},
|
|
2613
2609
|
{
|
|
@@ -2640,16 +2636,14 @@ const info = {
|
|
|
2640
2636
|
}
|
|
2641
2637
|
}],
|
|
2642
2638
|
logoURIs: {
|
|
2643
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2644
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
2639
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2645
2640
|
},
|
|
2646
2641
|
images: [{
|
|
2647
2642
|
imageSync: {
|
|
2648
2643
|
chainName: 'juno',
|
|
2649
2644
|
baseDenom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa'
|
|
2650
2645
|
},
|
|
2651
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2652
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
2646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2653
2647
|
}],
|
|
2654
2648
|
coingeckoId: 'racoon'
|
|
2655
2649
|
},
|
|
@@ -3530,14 +3524,14 @@ const info = {
|
|
|
3530
3524
|
}
|
|
3531
3525
|
}],
|
|
3532
3526
|
logoURIs: {
|
|
3533
|
-
|
|
3527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
|
|
3534
3528
|
},
|
|
3535
3529
|
images: [{
|
|
3536
3530
|
imageSync: {
|
|
3537
3531
|
chainName: 'ethereum',
|
|
3538
3532
|
baseDenom: '0x4d224452801aced8b2f0aebe155379bb5d594381'
|
|
3539
3533
|
},
|
|
3540
|
-
|
|
3534
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
|
|
3541
3535
|
}],
|
|
3542
3536
|
keywords: ['osmosis_unlisted']
|
|
3543
3537
|
},
|
|
@@ -3607,14 +3601,14 @@ const info = {
|
|
|
3607
3601
|
}
|
|
3608
3602
|
}],
|
|
3609
3603
|
logoURIs: {
|
|
3610
|
-
|
|
3604
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
|
|
3611
3605
|
},
|
|
3612
3606
|
images: [{
|
|
3613
3607
|
imageSync: {
|
|
3614
3608
|
chainName: 'ethereum',
|
|
3615
3609
|
baseDenom: '0x03ab458634910aad20ef5f1c8ee96f1d6ac54919'
|
|
3616
3610
|
},
|
|
3617
|
-
|
|
3611
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
|
|
3618
3612
|
}]
|
|
3619
3613
|
},
|
|
3620
3614
|
{
|
|
@@ -3803,16 +3797,14 @@ const info = {
|
|
|
3803
3797
|
}
|
|
3804
3798
|
}],
|
|
3805
3799
|
logoURIs: {
|
|
3806
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
3807
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
3800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
3808
3801
|
},
|
|
3809
3802
|
images: [{
|
|
3810
3803
|
imageSync: {
|
|
3811
3804
|
chainName: 'odin',
|
|
3812
3805
|
baseDenom: 'loki'
|
|
3813
3806
|
},
|
|
3814
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
3815
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
3807
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png'
|
|
3816
3808
|
}]
|
|
3817
3809
|
},
|
|
3818
3810
|
{
|
|
@@ -5503,16 +5495,14 @@ const info = {
|
|
|
5503
5495
|
}
|
|
5504
5496
|
}],
|
|
5505
5497
|
logoURIs: {
|
|
5506
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
5507
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg'
|
|
5498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
5508
5499
|
},
|
|
5509
5500
|
images: [{
|
|
5510
5501
|
imageSync: {
|
|
5511
5502
|
chainName: 'medasdigital',
|
|
5512
5503
|
baseDenom: 'umedas'
|
|
5513
5504
|
},
|
|
5514
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
5515
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg'
|
|
5505
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
5516
5506
|
}]
|
|
5517
5507
|
},
|
|
5518
5508
|
{
|
|
@@ -5593,16 +5583,14 @@ const info = {
|
|
|
5593
5583
|
}
|
|
5594
5584
|
}],
|
|
5595
5585
|
logoURIs: {
|
|
5596
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
5597
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5586
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
5598
5587
|
},
|
|
5599
5588
|
images: [{
|
|
5600
5589
|
imageSync: {
|
|
5601
5590
|
chainName: 'secretnetwork',
|
|
5602
5591
|
baseDenom: 'cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852'
|
|
5603
5592
|
},
|
|
5604
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
5605
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
5593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
5606
5594
|
}]
|
|
5607
5595
|
},
|
|
5608
5596
|
{
|
|
@@ -6573,16 +6561,14 @@ const info = {
|
|
|
6573
6561
|
}
|
|
6574
6562
|
}],
|
|
6575
6563
|
logoURIs: {
|
|
6576
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
6577
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
6564
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
6578
6565
|
},
|
|
6579
6566
|
images: [{
|
|
6580
6567
|
imageSync: {
|
|
6581
6568
|
chainName: 'arkh',
|
|
6582
6569
|
baseDenom: 'arkh'
|
|
6583
6570
|
},
|
|
6584
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
6585
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
6571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
6586
6572
|
}],
|
|
6587
6573
|
keywords: ['osmosis_unstable']
|
|
6588
6574
|
},
|
|
@@ -6655,16 +6641,14 @@ const info = {
|
|
|
6655
6641
|
}
|
|
6656
6642
|
}],
|
|
6657
6643
|
logoURIs: {
|
|
6658
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
6659
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
6644
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
6660
6645
|
},
|
|
6661
6646
|
images: [{
|
|
6662
6647
|
imageSync: {
|
|
6663
6648
|
chainName: 'noble',
|
|
6664
6649
|
baseDenom: 'ufrienzies'
|
|
6665
6650
|
},
|
|
6666
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
6667
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
6651
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
6668
6652
|
}]
|
|
6669
6653
|
},
|
|
6670
6654
|
{
|
|
@@ -9662,16 +9646,14 @@ const info = {
|
|
|
9662
9646
|
}
|
|
9663
9647
|
}],
|
|
9664
9648
|
logoURIs: {
|
|
9665
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
9666
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
9649
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
9667
9650
|
},
|
|
9668
9651
|
images: [{
|
|
9669
9652
|
imageSync: {
|
|
9670
9653
|
chainName: 'stargaze',
|
|
9671
9654
|
baseDenom: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust'
|
|
9672
9655
|
},
|
|
9673
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
9674
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
9656
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
9675
9657
|
}]
|
|
9676
9658
|
},
|
|
9677
9659
|
{
|
|
@@ -10065,16 +10047,14 @@ const info = {
|
|
|
10065
10047
|
}
|
|
10066
10048
|
}],
|
|
10067
10049
|
logoURIs: {
|
|
10068
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
10069
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
10050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
10070
10051
|
},
|
|
10071
10052
|
images: [{
|
|
10072
10053
|
imageSync: {
|
|
10073
10054
|
chainName: 'stargaze',
|
|
10074
10055
|
baseDenom: 'factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH'
|
|
10075
10056
|
},
|
|
10076
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
10077
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
10057
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
10078
10058
|
}]
|
|
10079
10059
|
},
|
|
10080
10060
|
{
|
|
@@ -10300,16 +10280,14 @@ const info = {
|
|
|
10300
10280
|
}
|
|
10301
10281
|
}],
|
|
10302
10282
|
logoURIs: {
|
|
10303
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
10304
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
10283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
10305
10284
|
},
|
|
10306
10285
|
images: [{
|
|
10307
10286
|
imageSync: {
|
|
10308
10287
|
chainName: 'bostrom',
|
|
10309
10288
|
baseDenom: 'millivolt'
|
|
10310
10289
|
},
|
|
10311
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
10312
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg'
|
|
10290
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png'
|
|
10313
10291
|
}]
|
|
10314
10292
|
},
|
|
10315
10293
|
{
|
|
@@ -10341,16 +10319,14 @@ const info = {
|
|
|
10341
10319
|
}
|
|
10342
10320
|
}],
|
|
10343
10321
|
logoURIs: {
|
|
10344
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
10345
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
10322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
10346
10323
|
},
|
|
10347
10324
|
images: [{
|
|
10348
10325
|
imageSync: {
|
|
10349
10326
|
chainName: 'bostrom',
|
|
10350
10327
|
baseDenom: 'milliampere'
|
|
10351
10328
|
},
|
|
10352
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
10353
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg'
|
|
10329
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png'
|
|
10354
10330
|
}]
|
|
10355
10331
|
},
|
|
10356
10332
|
{
|
|
@@ -11769,8 +11745,7 @@ const info = {
|
|
|
11769
11745
|
chainName: 'neutron',
|
|
11770
11746
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
11771
11747
|
},
|
|
11772
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
11773
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
11748
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
11774
11749
|
}],
|
|
11775
11750
|
coingeckoId: 'astroport-fi'
|
|
11776
11751
|
},
|
|
@@ -12541,16 +12516,14 @@ const info = {
|
|
|
12541
12516
|
}
|
|
12542
12517
|
}],
|
|
12543
12518
|
logoURIs: {
|
|
12544
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
12545
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
12519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
12546
12520
|
},
|
|
12547
12521
|
images: [{
|
|
12548
12522
|
imageSync: {
|
|
12549
12523
|
chainName: 'conscious',
|
|
12550
12524
|
baseDenom: 'acvnt'
|
|
12551
12525
|
},
|
|
12552
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
12553
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg'
|
|
12526
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png'
|
|
12554
12527
|
}],
|
|
12555
12528
|
keywords: ['osmosis_unlisted']
|
|
12556
12529
|
},
|
|
@@ -13005,16 +12978,14 @@ const info = {
|
|
|
13005
12978
|
}
|
|
13006
12979
|
}],
|
|
13007
12980
|
logoURIs: {
|
|
13008
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
13009
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
12981
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
13010
12982
|
},
|
|
13011
12983
|
images: [{
|
|
13012
12984
|
imageSync: {
|
|
13013
12985
|
chainName: 'shido',
|
|
13014
12986
|
baseDenom: 'shido'
|
|
13015
12987
|
},
|
|
13016
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
13017
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
12988
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
13018
12989
|
}],
|
|
13019
12990
|
coingeckoId: 'shido-2',
|
|
13020
12991
|
keywords: ['osmosis_unlisted']
|
|
@@ -13194,16 +13165,14 @@ const info = {
|
|
|
13194
13165
|
}
|
|
13195
13166
|
}],
|
|
13196
13167
|
logoURIs: {
|
|
13197
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
13198
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
13168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
13199
13169
|
},
|
|
13200
13170
|
images: [{
|
|
13201
13171
|
imageSync: {
|
|
13202
13172
|
chainName: 'neutron',
|
|
13203
13173
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
13204
13174
|
},
|
|
13205
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
13206
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
13175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
13207
13176
|
}],
|
|
13208
13177
|
coingeckoId: 'astroport-fi'
|
|
13209
13178
|
},
|
|
@@ -13865,16 +13834,14 @@ const info = {
|
|
|
13865
13834
|
}
|
|
13866
13835
|
}],
|
|
13867
13836
|
logoURIs: {
|
|
13868
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
13869
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
13837
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
13870
13838
|
},
|
|
13871
13839
|
images: [{
|
|
13872
13840
|
imageSync: {
|
|
13873
13841
|
chainName: 'seda',
|
|
13874
13842
|
baseDenom: 'aseda'
|
|
13875
13843
|
},
|
|
13876
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
13877
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
13844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
13878
13845
|
}],
|
|
13879
13846
|
coingeckoId: 'seda-2'
|
|
13880
13847
|
},
|
|
@@ -14850,7 +14817,6 @@ const info = {
|
|
|
14850
14817
|
}
|
|
14851
14818
|
}, {
|
|
14852
14819
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
|
|
14853
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
|
|
14854
14820
|
theme: {
|
|
14855
14821
|
circle: false
|
|
14856
14822
|
}
|
|
@@ -22538,12 +22504,10 @@ const info = {
|
|
|
22538
22504
|
display: 'QUARK',
|
|
22539
22505
|
symbol: 'QUARK',
|
|
22540
22506
|
logoURIs: {
|
|
22541
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
22542
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
22507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
22543
22508
|
},
|
|
22544
22509
|
images: [{
|
|
22545
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
22546
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
|
|
22510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png'
|
|
22547
22511
|
}],
|
|
22548
22512
|
keywords: ['meme'],
|
|
22549
22513
|
socials: {
|
|
@@ -269,12 +269,10 @@ const info = {
|
|
|
269
269
|
display: 'amber',
|
|
270
270
|
symbol: 'AMBER',
|
|
271
271
|
logoURIs: {
|
|
272
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
273
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
274
273
|
},
|
|
275
274
|
images: [{
|
|
276
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
277
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg'
|
|
275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png'
|
|
278
276
|
}],
|
|
279
277
|
socials: {
|
|
280
278
|
website: 'http://amber.money/',
|
|
@@ -16,13 +16,11 @@ const info = {
|
|
|
16
16
|
display: 'seda',
|
|
17
17
|
symbol: 'SEDA',
|
|
18
18
|
logoURIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
21
20
|
},
|
|
22
21
|
coingeckoId: 'seda-2',
|
|
23
22
|
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
26
24
|
}],
|
|
27
25
|
socials: {
|
|
28
26
|
website: 'https://www.seda.xyz/',
|
|
@@ -61,8 +61,7 @@ const info = {
|
|
|
61
61
|
tag: 'v1.0.0'
|
|
62
62
|
},
|
|
63
63
|
logoURIs: {
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
66
65
|
},
|
|
67
66
|
description: 'SEDA is a standard for modular data transport and querying. Any data type, for all networks.',
|
|
68
67
|
apis: {
|
|
@@ -343,8 +342,7 @@ const info = {
|
|
|
343
342
|
}
|
|
344
343
|
],
|
|
345
344
|
images: [{
|
|
346
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
347
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
348
346
|
}]
|
|
349
347
|
};
|
|
350
348
|
export default info;
|
|
@@ -192,12 +192,10 @@ const info = {
|
|
|
192
192
|
chainName: 'neutron',
|
|
193
193
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
194
194
|
},
|
|
195
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
196
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
197
196
|
}],
|
|
198
197
|
logoURIs: {
|
|
199
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
200
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
198
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
201
199
|
},
|
|
202
200
|
coingeckoId: 'astroport-fi'
|
|
203
201
|
}
|