@chain-registry/osmosis 1.45.1 → 1.45.2

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/assets.js CHANGED
@@ -12073,6 +12073,7 @@ const assets = {
12073
12073
  images: [{
12074
12074
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
12075
12075
  }],
12076
+ coingecko_id: 'sail-dao',
12076
12077
  socials: {
12077
12078
  website: 'https://daodao.zone/dao/osmo106tvcj58rvdn9k36m9m3xcmcwk2c3fgft3ldcst9lgy05gcmjanqexru3h/home',
12078
12079
  twitter: 'https://twitter.com/Sail_DAO_'
package/esm/assets.js CHANGED
@@ -12071,6 +12071,7 @@ const assets = {
12071
12071
  images: [{
12072
12072
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
12073
12073
  }],
12074
+ coingecko_id: 'sail-dao',
12074
12075
  socials: {
12075
12076
  website: 'https://daodao.zone/dao/osmo106tvcj58rvdn9k36m9m3xcmcwk2c3fgft3ldcst9lgy05gcmjanqexru3h/home',
12076
12077
  twitter: 'https://twitter.com/Sail_DAO_'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.45.1",
3
+ "version": "1.45.2",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -30,7 +30,7 @@
30
30
  "test:watch": "jest --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@chain-registry/types": "^0.28.1"
33
+ "@chain-registry/types": "^0.28.2"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "ea0a5de9a7a7940804b048613a670918ddc835be"
42
+ "gitHead": "9a9c89d478dbb9d6334ec418f1a7927e944b8611"
43
43
  }