File tree 1 file changed +8
-5
lines changed
src/components/Advertising
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ import { IDialogs } from '../../types/Dialogs/IDialogs';
6
6
import './Advertising.css' ;
7
7
import { Blockchain } from '../../blockchains/types.ts' ;
8
8
9
- const ads = {
9
+ const ads : {
10
+ [ Blockchain . zkSync ] : { image : string ; redirect : string ; trusted : boolean } [ ] ;
11
+ [ Blockchain . Scroll ] : { image : string ; redirect : string ; trusted : boolean } [ ] ;
12
+ } = {
10
13
[ Blockchain . zkSync ] : [
11
- {
14
+ /* {
12
15
image: '/f62bde80/17b67c1d-0698-4b42-bf17-bdef269deee3.png',
13
16
redirect: 'https://www.universalchains.io/',
14
17
trusted: true,
@@ -17,14 +20,14 @@ const ads = {
17
20
image: '/f62bde80/29003706-758f-42fe-9192-d3353e6879b0.svg',
18
21
redirect: 'https://starter.bigint.co/projects/bigint-token/',
19
22
trusted: true,
20
- }
23
+ }*/
21
24
] ,
22
25
[ Blockchain . Scroll ] : [
23
- {
26
+ /* {
24
27
image: '/f62bde80/17b67c1d-0698-4b42-bf17-bdef269deee3.png',
25
28
redirect: 'https://www.universalchains.io/',
26
29
trusted: true,
27
- } ,
30
+ },*/
28
31
] ,
29
32
} ;
30
33
You can’t perform that action at this time.
0 commit comments