File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 18
18
"name" : " Parsec" ,
19
19
"logo" : " /parsec.jpg" ,
20
20
"url" : " https://sourcify.parsec.finance"
21
+ },
22
+ {
23
+ "name" : " VeChainStats" ,
24
+ "logo" : " /vestats.png" ,
25
+ "url" : " https://verify-api.vechainstats.com"
21
26
}
22
27
]
Original file line number Diff line number Diff line change @@ -300,7 +300,11 @@ $ npx hardhat verify --network mainnet 0x1F98431c8aD98523631AE4a59f267346ea31F98
300
300
key = { instance . name }
301
301
className = "w-16 flex flex-col items-center text-center"
302
302
>
303
- < img src = { instance . logo } alt = { instance . name } className = "w-10 h-10 md:w-14 md:h-14 rounded-full" />
303
+ < img
304
+ src = { instance . logo }
305
+ alt = { instance . name }
306
+ className = "w-10 h-10 md:w-14 md:h-14 rounded-full object-contain"
307
+ />
304
308
< div className = "text-gray-700 text-xs md:text-sm mt-1 text-wrap" > { instance . name } </ div >
305
309
</ motion . a >
306
310
) ) }
You can’t perform that action at this time.
0 commit comments