chain-registry 2.0.166 → 2.0.167
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.
|
@@ -22940,6 +22940,30 @@ const info = {
|
|
|
22940
22940
|
path: 'transfer/channel-874/factory/neutron17sp75wng9vl2hu3sf4ky86d7smmk3wle9gkts2gmedn9x4ut3xcqa5xp34/maxbtc'
|
|
22941
22941
|
}
|
|
22942
22942
|
}]
|
|
22943
|
+
},
|
|
22944
|
+
{
|
|
22945
|
+
description: 'GSI is the native digital asset of Grey Stone Incorporated, engineered to function as a leveraged Bitcoin proxy through proprietary automated market maker configuration methodologies.',
|
|
22946
|
+
denomUnits: [{
|
|
22947
|
+
denom: 'factory/osmo187hj0cr8csrhzm8ukzsp53vc0cfp338ftacy7j/gsi',
|
|
22948
|
+
exponent: 0
|
|
22949
|
+
}, {
|
|
22950
|
+
denom: 'gsi',
|
|
22951
|
+
exponent: 6
|
|
22952
|
+
}],
|
|
22953
|
+
base: 'factory/osmo187hj0cr8csrhzm8ukzsp53vc0cfp338ftacy7j/gsi',
|
|
22954
|
+
name: 'Grey Stone Incorporated',
|
|
22955
|
+
display: 'gsi',
|
|
22956
|
+
symbol: 'GSI',
|
|
22957
|
+
logoURIs: {
|
|
22958
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/gsi.png'
|
|
22959
|
+
},
|
|
22960
|
+
images: [{
|
|
22961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/gsi.png'
|
|
22962
|
+
}],
|
|
22963
|
+
socials: {
|
|
22964
|
+
website: 'https://greystoneinc.io'
|
|
22965
|
+
},
|
|
22966
|
+
typeAsset: 'sdk.coin'
|
|
22943
22967
|
}
|
|
22944
22968
|
]
|
|
22945
22969
|
};
|
|
@@ -22942,6 +22942,30 @@ const info = {
|
|
|
22942
22942
|
path: 'transfer/channel-874/factory/neutron17sp75wng9vl2hu3sf4ky86d7smmk3wle9gkts2gmedn9x4ut3xcqa5xp34/maxbtc'
|
|
22943
22943
|
}
|
|
22944
22944
|
}]
|
|
22945
|
+
},
|
|
22946
|
+
{
|
|
22947
|
+
description: 'GSI is the native digital asset of Grey Stone Incorporated, engineered to function as a leveraged Bitcoin proxy through proprietary automated market maker configuration methodologies.',
|
|
22948
|
+
denomUnits: [{
|
|
22949
|
+
denom: 'factory/osmo187hj0cr8csrhzm8ukzsp53vc0cfp338ftacy7j/gsi',
|
|
22950
|
+
exponent: 0
|
|
22951
|
+
}, {
|
|
22952
|
+
denom: 'gsi',
|
|
22953
|
+
exponent: 6
|
|
22954
|
+
}],
|
|
22955
|
+
base: 'factory/osmo187hj0cr8csrhzm8ukzsp53vc0cfp338ftacy7j/gsi',
|
|
22956
|
+
name: 'Grey Stone Incorporated',
|
|
22957
|
+
display: 'gsi',
|
|
22958
|
+
symbol: 'GSI',
|
|
22959
|
+
logoURIs: {
|
|
22960
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/gsi.png'
|
|
22961
|
+
},
|
|
22962
|
+
images: [{
|
|
22963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/gsi.png'
|
|
22964
|
+
}],
|
|
22965
|
+
socials: {
|
|
22966
|
+
website: 'https://greystoneinc.io'
|
|
22967
|
+
},
|
|
22968
|
+
typeAsset: 'sdk.coin'
|
|
22945
22969
|
}
|
|
22946
22970
|
]
|
|
22947
22971
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.167",
|
|
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.167"
|
|
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": "e4196e023bcf6e37331e27ecce8f03da1e90ca6a"
|
|
43
43
|
}
|