@chain-registry/assets 1.70.280 → 1.70.281

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.
@@ -107,14 +107,24 @@ const assets = {
107
107
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
108
108
  },
109
109
  coingecko_id: 'crypto-com-chain',
110
- images: [{
110
+ images: [
111
+ {
111
112
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
112
- }, {
113
+ },
114
+ {
113
115
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
114
116
  theme: {
115
117
  primary_color_hex: '#0c2c71'
116
118
  }
117
- }],
119
+ },
120
+ {
121
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
122
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
123
+ theme: {
124
+ dark_mode: true
125
+ }
126
+ }
127
+ ],
118
128
  socials: {
119
129
  website: 'https://cronos.org/',
120
130
  twitter: 'https://twitter.com/cronos_chain'
@@ -655,14 +665,24 @@ const assets = {
655
665
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
656
666
  },
657
667
  coingecko_id: 'crypto-com-chain',
658
- images: [{
668
+ images: [
669
+ {
659
670
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
660
- }, {
671
+ },
672
+ {
661
673
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
662
674
  theme: {
663
675
  primary_color_hex: '#0c2c71'
664
676
  }
665
- }],
677
+ },
678
+ {
679
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
680
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
681
+ theme: {
682
+ dark_mode: true
683
+ }
684
+ }
685
+ ],
666
686
  socials: {
667
687
  website: 'https://cronos.org/',
668
688
  twitter: 'https://twitter.com/cronos_chain'
@@ -107,14 +107,24 @@ const assets = {
107
107
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
108
108
  },
109
109
  coingecko_id: 'crypto-com-chain',
110
- images: [{
110
+ images: [
111
+ {
111
112
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
112
- }, {
113
+ },
114
+ {
113
115
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
114
116
  theme: {
115
117
  primary_color_hex: '#0c2c71'
116
118
  }
117
- }],
119
+ },
120
+ {
121
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
122
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
123
+ theme: {
124
+ dark_mode: true
125
+ }
126
+ }
127
+ ],
118
128
  socials: {
119
129
  website: 'https://cronos.org/',
120
130
  twitter: 'https://twitter.com/cronos_chain'
@@ -533,14 +543,24 @@ const assets = {
533
543
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
534
544
  },
535
545
  coingecko_id: 'crypto-com-chain',
536
- images: [{
546
+ images: [
547
+ {
537
548
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
538
- }, {
549
+ },
550
+ {
539
551
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
540
552
  theme: {
541
553
  primary_color_hex: '#0c2c71'
542
554
  }
543
- }],
555
+ },
556
+ {
557
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
558
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
559
+ theme: {
560
+ dark_mode: true
561
+ }
562
+ }
563
+ ],
544
564
  socials: {
545
565
  website: 'https://cronos.org/',
546
566
  twitter: 'https://twitter.com/cronos_chain'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.280",
3
+ "version": "1.70.281",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.176",
33
- "chain-registry": "^1.69.280"
32
+ "@chain-registry/utils": "^1.51.177",
33
+ "chain-registry": "^1.69.281"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.176"
36
+ "@chain-registry/types": "^0.50.177"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "2cf58c441bb6f9c60017d1b81ff725a75acffac0"
46
+ "gitHead": "0e632f94bf0d6e7fb00f78ccb2f7c99c55362f90"
47
47
  }