@chain-registry/osmosis 1.67.5 → 1.67.7

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/asset_list.js CHANGED
@@ -2103,7 +2103,6 @@ const asset_list = {
2103
2103
  logo_URIs: {
2104
2104
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
2105
2105
  },
2106
- coingecko_id: 'dig-chain',
2107
2106
  images: [{
2108
2107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
2109
2108
  theme: {
@@ -7771,7 +7770,6 @@ const asset_list = {
7771
7770
  logo_URIs: {
7772
7771
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
7773
7772
  },
7774
- coingecko_id: 'dig-chain',
7775
7773
  images: [{
7776
7774
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
7777
7775
  theme: {
package/assets.js CHANGED
@@ -21628,7 +21628,7 @@ const assets = {
21628
21628
  base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
21629
21629
  name: 'Spice',
21630
21630
  display: 'Spice',
21631
- symbol: 'Spice',
21631
+ symbol: 'SPICE',
21632
21632
  logo_URIs: {
21633
21633
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
21634
21634
  },
package/esm/asset_list.js CHANGED
@@ -2101,7 +2101,6 @@ const asset_list = {
2101
2101
  logo_URIs: {
2102
2102
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
2103
2103
  },
2104
- coingecko_id: 'dig-chain',
2105
2104
  images: [{
2106
2105
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
2107
2106
  theme: {
@@ -7769,7 +7768,6 @@ const asset_list = {
7769
7768
  logo_URIs: {
7770
7769
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
7771
7770
  },
7772
- coingecko_id: 'dig-chain',
7773
7771
  images: [{
7774
7772
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
7775
7773
  theme: {
package/esm/assets.js CHANGED
@@ -21626,7 +21626,7 @@ const assets = {
21626
21626
  base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
21627
21627
  name: 'Spice',
21628
21628
  display: 'Spice',
21629
- symbol: 'Spice',
21629
+ symbol: 'SPICE',
21630
21630
  logo_URIs: {
21631
21631
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
21632
21632
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.5",
3
+ "version": "1.67.7",
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.50.5"
33
+ "@chain-registry/types": "^0.50.7"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "40f88102a9dc8242df401b400693b1f16af511b7"
42
+ "gitHead": "b36875604920628d1b3b8b54c4070a927b4a1742"
43
43
  }