@chain-registry/osmosis 1.67.316 → 1.67.317

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.
Files changed (3) hide show
  1. package/assets.js +24 -0
  2. package/esm/assets.js +24 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -22940,6 +22940,30 @@ const assets = {
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
+ denom_units: [{
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
+ logo_URIs: {
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
+ type_asset: 'sdk.coin'
22943
22967
  }
22944
22968
  ]
22945
22969
  };
package/esm/assets.js CHANGED
@@ -22938,6 +22938,30 @@ const assets = {
22938
22938
  path: 'transfer/channel-874/factory/neutron17sp75wng9vl2hu3sf4ky86d7smmk3wle9gkts2gmedn9x4ut3xcqa5xp34/maxbtc'
22939
22939
  }
22940
22940
  }]
22941
+ },
22942
+ {
22943
+ 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.',
22944
+ denom_units: [{
22945
+ denom: 'factory/osmo187hj0cr8csrhzm8ukzsp53vc0cfp338ftacy7j/gsi',
22946
+ exponent: 0
22947
+ }, {
22948
+ denom: 'gsi',
22949
+ exponent: 6
22950
+ }],
22951
+ base: 'factory/osmo187hj0cr8csrhzm8ukzsp53vc0cfp338ftacy7j/gsi',
22952
+ name: 'Grey Stone Incorporated',
22953
+ display: 'gsi',
22954
+ symbol: 'GSI',
22955
+ logo_URIs: {
22956
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/gsi.png'
22957
+ },
22958
+ images: [{
22959
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/gsi.png'
22960
+ }],
22961
+ socials: {
22962
+ website: 'https://greystoneinc.io'
22963
+ },
22964
+ type_asset: 'sdk.coin'
22941
22965
  }
22942
22966
  ]
22943
22967
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.316",
3
+ "version": "1.67.317",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.316"
32
+ "@chain-registry/types": "^0.50.317"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "fe4e1285e043d69a225d6866f519a49c43dd3f22"
41
+ "gitHead": "8fb3a4a13dab4803bbb03ca0c2f073cca334edd2"
42
42
  }