@chain-registry/juno 1.64.25 → 1.64.27

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
@@ -1812,7 +1812,9 @@ const asset_list = {
1812
1812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1813
1813
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1814
1814
  theme: {
1815
- primary_color_hex: '#040404'
1815
+ primary_color_hex: '#040404',
1816
+ background_color_hex: '#000000',
1817
+ circle: true
1816
1818
  }
1817
1819
  }],
1818
1820
  socials: {
@@ -2400,7 +2402,7 @@ const asset_list = {
2400
2402
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2401
2403
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2402
2404
  theme: {
2403
- primary_color_hex: '#b7dfbd'
2405
+ primary_color_hex: '#db2777'
2404
2406
  }
2405
2407
  }],
2406
2408
  socials: {
@@ -3708,7 +3710,9 @@ const asset_list = {
3708
3710
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3709
3711
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3710
3712
  theme: {
3711
- primary_color_hex: '#040404'
3713
+ primary_color_hex: '#040404',
3714
+ background_color_hex: '#000000',
3715
+ circle: true
3712
3716
  }
3713
3717
  }],
3714
3718
  socials: {
@@ -4296,7 +4300,7 @@ const asset_list = {
4296
4300
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
4297
4301
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
4298
4302
  theme: {
4299
- primary_color_hex: '#b7dfbd'
4303
+ primary_color_hex: '#db2777'
4300
4304
  }
4301
4305
  }],
4302
4306
  socials: {
package/esm/asset_list.js CHANGED
@@ -1810,7 +1810,9 @@ const asset_list = {
1810
1810
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1811
1811
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1812
1812
  theme: {
1813
- primary_color_hex: '#040404'
1813
+ primary_color_hex: '#040404',
1814
+ background_color_hex: '#000000',
1815
+ circle: true
1814
1816
  }
1815
1817
  }],
1816
1818
  socials: {
@@ -2398,7 +2400,7 @@ const asset_list = {
2398
2400
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
2399
2401
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
2400
2402
  theme: {
2401
- primary_color_hex: '#b7dfbd'
2403
+ primary_color_hex: '#db2777'
2402
2404
  }
2403
2405
  }],
2404
2406
  socials: {
@@ -3706,7 +3708,9 @@ const asset_list = {
3706
3708
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3707
3709
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3708
3710
  theme: {
3709
- primary_color_hex: '#040404'
3711
+ primary_color_hex: '#040404',
3712
+ background_color_hex: '#000000',
3713
+ circle: true
3710
3714
  }
3711
3715
  }],
3712
3716
  socials: {
@@ -4294,7 +4298,7 @@ const asset_list = {
4294
4298
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
4295
4299
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
4296
4300
  theme: {
4297
- primary_color_hex: '#b7dfbd'
4301
+ primary_color_hex: '#db2777'
4298
4302
  }
4299
4303
  }],
4300
4304
  socials: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.64.25",
3
+ "version": "1.64.27",
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.25"
32
+ "chain-registry": "^1.63.27"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.45.21"
35
+ "@chain-registry/types": "^0.45.23"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "a335792b3501ab73deb4b0677eb10df534c7a4a4"
46
+ "gitHead": "12a4d3208647b42433ba59b80c78ec7472af41b2"
47
47
  }