@chain-registry/juno 1.34.18 → 1.34.19

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.
Files changed (2) hide show
  1. package/main/assets.js +3 -3
  2. package/package.json +5 -5
package/main/assets.js CHANGED
@@ -527,7 +527,7 @@ var assets = {
527
527
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
528
528
  }]
529
529
  }, {
530
- description: 'The native token cw20 for Fanfury on Juno Chain',
530
+ description: 'The deprecated cw20 token for Fanfury on Juno Chain',
531
531
  type_asset: 'cw20',
532
532
  address: 'juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz',
533
533
  denom_units: [{
@@ -538,9 +538,9 @@ var assets = {
538
538
  exponent: 6
539
539
  }],
540
540
  base: 'cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz',
541
- name: 'Fanfury',
541
+ name: 'FURY.legacy',
542
542
  display: 'fury',
543
- symbol: 'FURY',
543
+ symbol: 'FURY.legacy',
544
544
  logo_URIs: {
545
545
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
546
546
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.34.18",
3
+ "version": "1.34.19",
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",
@@ -50,14 +50,14 @@
50
50
  "@babel/plugin-transform-runtime": "7.21.4",
51
51
  "@babel/preset-env": "7.21.4",
52
52
  "@babel/preset-typescript": "^7.21.4",
53
- "@chain-registry/utils": "^1.19.12",
53
+ "@chain-registry/utils": "^1.19.13",
54
54
  "@types/jest": "^29.5.1",
55
55
  "@typescript-eslint/eslint-plugin": "5.59.0",
56
56
  "@typescript-eslint/parser": "5.59.0",
57
57
  "babel-core": "7.0.0-bridge.0",
58
58
  "babel-jest": "29.5.0",
59
59
  "babel-watch": "^7.7.2",
60
- "chain-registry": "^1.33.18",
60
+ "chain-registry": "^1.33.19",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.38.0",
63
63
  "eslint-config-prettier": "^8.8.0",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@babel/runtime": "^7.21.0",
75
- "@chain-registry/types": "^0.18.13"
75
+ "@chain-registry/types": "^0.18.14"
76
76
  },
77
- "gitHead": "15f6cdc349040833503beda77d95026105572084"
77
+ "gitHead": "c99b0977f16b2837995ea227cf3ac1ea6639227a"
78
78
  }