@chain-registry/juno 1.64.83 → 1.64.85

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
@@ -843,7 +843,11 @@ const assets = {
843
843
  theme: {
844
844
  primary_color_hex: '#050505'
845
845
  }
846
- }]
846
+ }],
847
+ socials: {
848
+ website: 'https://www.nride.com',
849
+ twitter: 'https://twitter.com/nRide12'
850
+ }
847
851
  },
848
852
  {
849
853
  description: 'Signal Art and Gaming on Juno',
package/esm/assets.js CHANGED
@@ -841,7 +841,11 @@ const assets = {
841
841
  theme: {
842
842
  primary_color_hex: '#050505'
843
843
  }
844
- }]
844
+ }],
845
+ socials: {
846
+ website: 'https://www.nride.com',
847
+ twitter: 'https://twitter.com/nRide12'
848
+ }
845
849
  },
846
850
  {
847
851
  description: 'Signal Art and Gaming on Juno',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.64.83",
3
+ "version": "1.64.85",
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",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.63.83"
32
+ "chain-registry": "^1.63.85"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.45.66"
35
+ "@chain-registry/types": "^0.45.68"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "ea482d1c2653bfbaf75c2a55ca17579c306caecf"
46
+ "gitHead": "f5fed8253c0b7c00e6b34b9fe40eca53d329aa9c"
47
47
  }