@chain-registry/juno 1.70.519 → 1.70.520

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
@@ -1561,7 +1561,6 @@ const asset_list = {
1561
1561
  name: 'Kujira',
1562
1562
  display: 'kuji',
1563
1563
  symbol: 'KUJI',
1564
- coingecko_id: 'kujira',
1565
1564
  logo_URIs: {
1566
1565
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
1567
1566
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
@@ -3325,7 +3324,6 @@ const asset_list = {
3325
3324
  name: 'Kujira',
3326
3325
  display: 'kuji',
3327
3326
  symbol: 'KUJI',
3328
- coingecko_id: 'kujira',
3329
3327
  logo_URIs: {
3330
3328
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
3331
3329
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
package/esm/asset_list.js CHANGED
@@ -1559,7 +1559,6 @@ const asset_list = {
1559
1559
  name: 'Kujira',
1560
1560
  display: 'kuji',
1561
1561
  symbol: 'KUJI',
1562
- coingecko_id: 'kujira',
1563
1562
  logo_URIs: {
1564
1563
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
1565
1564
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
@@ -3323,7 +3322,6 @@ const asset_list = {
3323
3322
  name: 'Kujira',
3324
3323
  display: 'kuji',
3325
3324
  symbol: 'KUJI',
3326
- coingecko_id: 'kujira',
3327
3325
  logo_URIs: {
3328
3326
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
3329
3327
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.519",
3
+ "version": "1.70.520",
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.519"
32
+ "chain-registry": "^1.69.520"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.319"
35
+ "@chain-registry/types": "^0.50.320"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "b2b45b645b1bf18fe11ac04eddad126388590e7a"
46
+ "gitHead": "4f539baf7a5ae1d2cd6cb0ba7df77e5b3ade5b97"
47
47
  }