@chain-registry/juno 1.70.242 → 1.70.244

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/assets.js CHANGED
@@ -845,7 +845,7 @@ const assets = {
845
845
  }
846
846
  }],
847
847
  socials: {
848
- website: 'https://www.nride.com',
848
+ website: 'https://www.nride.network',
849
849
  twitter: 'https://twitter.com/nRide12'
850
850
  }
851
851
  },
package/esm/assets.js CHANGED
@@ -843,7 +843,7 @@ const assets = {
843
843
  }
844
844
  }],
845
845
  socials: {
846
- website: 'https://www.nride.com',
846
+ website: 'https://www.nride.network',
847
847
  twitter: 'https://twitter.com/nRide12'
848
848
  }
849
849
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.242",
3
+ "version": "1.70.244",
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.242"
32
+ "chain-registry": "^1.69.244"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.151"
35
+ "@chain-registry/types": "^0.50.153"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "1f1d8c99437916d1762e9af9835f7984fc36c8a7"
46
+ "gitHead": "b4d24c9d0acab32a98b172f7241e61377ce63cc1"
47
47
  }