@chain-registry/juno 1.70.400 → 1.70.402

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
@@ -2091,7 +2091,6 @@ const asset_list = {
2091
2091
  logo_URIs: {
2092
2092
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
2093
2093
  },
2094
- coingecko_id: 'quicksilver',
2095
2094
  images: [{
2096
2095
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
2097
2096
  }],
@@ -3858,7 +3857,6 @@ const asset_list = {
3858
3857
  logo_URIs: {
3859
3858
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
3860
3859
  },
3861
- coingecko_id: 'quicksilver',
3862
3860
  images: [{
3863
3861
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
3864
3862
  }],
@@ -5107,7 +5105,6 @@ const asset_list = {
5107
5105
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
5108
5106
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
5109
5107
  },
5110
- coingecko_id: 'sienna',
5111
5108
  images: [{
5112
5109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
5113
5110
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
@@ -5533,7 +5530,6 @@ const asset_list = {
5533
5530
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
5534
5531
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
5535
5532
  },
5536
- coingecko_id: 'sienna',
5537
5533
  images: [{
5538
5534
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
5539
5535
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
package/esm/asset_list.js CHANGED
@@ -2089,7 +2089,6 @@ const asset_list = {
2089
2089
  logo_URIs: {
2090
2090
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
2091
2091
  },
2092
- coingecko_id: 'quicksilver',
2093
2092
  images: [{
2094
2093
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
2095
2094
  }],
@@ -3856,7 +3855,6 @@ const asset_list = {
3856
3855
  logo_URIs: {
3857
3856
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
3858
3857
  },
3859
- coingecko_id: 'quicksilver',
3860
3858
  images: [{
3861
3859
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
3862
3860
  }],
@@ -5105,7 +5103,6 @@ const asset_list = {
5105
5103
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
5106
5104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
5107
5105
  },
5108
- coingecko_id: 'sienna',
5109
5106
  images: [{
5110
5107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
5111
5108
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
@@ -5531,7 +5528,6 @@ const asset_list = {
5531
5528
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
5532
5529
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
5533
5530
  },
5534
- coingecko_id: 'sienna',
5535
5531
  images: [{
5536
5532
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png',
5537
5533
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.400",
3
+ "version": "1.70.402",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.69.400"
32
+ "chain-registry": "^1.69.402"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.255"
35
+ "@chain-registry/types": "^0.50.256"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "0a56aa8ec1cd13fc4618390f48dd41eee5c11ea9"
46
+ "gitHead": "4eb369e73fe9b62fd1236102c7e58510b5459c16"
47
47
  }