chain-registry 2.0.194 → 2.0.195
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.
|
@@ -1742,7 +1742,6 @@ const info = {
|
|
|
1742
1742
|
logoURIs: {
|
|
1743
1743
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
1744
1744
|
},
|
|
1745
|
-
coingeckoId: 'maxbtc',
|
|
1746
1745
|
images: [{
|
|
1747
1746
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
1748
1747
|
}],
|
|
@@ -22894,7 +22894,6 @@ const info = {
|
|
|
22894
22894
|
logoURIs: {
|
|
22895
22895
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
22896
22896
|
},
|
|
22897
|
-
coingeckoId: 'maxbtc',
|
|
22898
22897
|
images: [{
|
|
22899
22898
|
imageSync: {
|
|
22900
22899
|
chainName: 'neutron',
|
|
@@ -1744,7 +1744,6 @@ const info = {
|
|
|
1744
1744
|
logoURIs: {
|
|
1745
1745
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
1746
1746
|
},
|
|
1747
|
-
coingeckoId: 'maxbtc',
|
|
1748
1747
|
images: [{
|
|
1749
1748
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
1750
1749
|
}],
|
|
@@ -22896,7 +22896,6 @@ const info = {
|
|
|
22896
22896
|
logoURIs: {
|
|
22897
22897
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/maxBTC.svg'
|
|
22898
22898
|
},
|
|
22899
|
-
coingeckoId: 'maxbtc',
|
|
22900
22899
|
images: [{
|
|
22901
22900
|
imageSync: {
|
|
22902
22901
|
chainName: 'neutron',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.195",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.195"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "89cea2e25d98881827270962e158269d934e4d2b"
|
|
43
43
|
}
|