@chain-registry/juno 1.34.1 → 1.34.4

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/main/assets.js CHANGED
@@ -1607,8 +1607,8 @@ var assets = {
1607
1607
  display: 'arena',
1608
1608
  symbol: 'ARENA',
1609
1609
  logo_URIs: {
1610
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
1611
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png'
1610
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png',
1611
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg'
1612
1612
  },
1613
1613
  images: [{
1614
1614
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
@@ -72,8 +72,8 @@ var testnet_assets = {
72
72
  provider: 'Arena DAO'
73
73
  }],
74
74
  logo_URIs: {
75
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
76
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png'
75
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png',
76
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg'
77
77
  },
78
78
  images: [{
79
79
  image_sync: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.34.1",
3
+ "version": "1.34.4",
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.1",
53
+ "@chain-registry/utils": "^1.19.3",
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.1",
60
+ "chain-registry": "^1.33.4",
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.2"
75
+ "@chain-registry/types": "^0.18.4"
76
76
  },
77
- "gitHead": "6ee7ba9b82d3a069db63aa3e7577ba606cd983be"
77
+ "gitHead": "c90ade5d22023fd839a362af31d5d0dc5ba11f8b"
78
78
  }