@chain-registry/juno 1.70.23 → 1.70.25

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
@@ -596,7 +596,6 @@ const asset_list = {
596
596
  logo_URIs: {
597
597
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
598
598
  },
599
- coingecko_id: 'dig-chain',
600
599
  images: [{
601
600
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
602
601
  theme: {
@@ -1482,7 +1481,6 @@ const asset_list = {
1482
1481
  logo_URIs: {
1483
1482
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
1484
1483
  },
1485
- coingecko_id: 'dig-chain',
1486
1484
  images: [{
1487
1485
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
1488
1486
  theme: {
package/esm/asset_list.js CHANGED
@@ -594,7 +594,6 @@ const asset_list = {
594
594
  logo_URIs: {
595
595
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
596
596
  },
597
- coingecko_id: 'dig-chain',
598
597
  images: [{
599
598
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
600
599
  theme: {
@@ -1480,7 +1479,6 @@ const asset_list = {
1480
1479
  logo_URIs: {
1481
1480
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
1482
1481
  },
1483
- coingecko_id: 'dig-chain',
1484
1482
  images: [{
1485
1483
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
1486
1484
  theme: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.23",
3
+ "version": "1.70.25",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.69.23"
32
+ "chain-registry": "^1.69.25"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.5"
35
+ "@chain-registry/types": "^0.50.7"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "40f88102a9dc8242df401b400693b1f16af511b7"
46
+ "gitHead": "b36875604920628d1b3b8b54c4070a927b4a1742"
47
47
  }