@chain-registry/assets 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.
@@ -594,7 +594,6 @@ const assets = {
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 assets = {
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: {
@@ -2101,7 +2101,6 @@ const assets = {
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 assets = {
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/mainnet/juno.js CHANGED
@@ -596,7 +596,6 @@ const assets = {
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 assets = {
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: {
@@ -2103,7 +2103,6 @@ const assets = {
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 assets = {
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.23",
3
+ "version": "1.70.25",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.5",
33
- "chain-registry": "^1.69.23"
32
+ "@chain-registry/utils": "^1.51.7",
33
+ "chain-registry": "^1.69.25"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.5"
36
+ "@chain-registry/types": "^0.50.7"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "40f88102a9dc8242df401b400693b1f16af511b7"
46
+ "gitHead": "b36875604920628d1b3b8b54c4070a927b4a1742"
47
47
  }