File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 551
551
"compatibleChain" : " EVM-compatible blockchain" ,
552
552
"avalanche" : " Mainnet C-Chain" ,
553
553
"connected" : " Connected" ,
554
- "featuredNetwork " : " new"
554
+ "newNetwork " : " new"
555
555
},
556
556
"readOnly" : " Read-only" ,
557
557
"readOnlyNotice" : " Read-only mode" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type Props = {
16
16
17
17
const isFeaturedNetwork = ( network : EVMNetwork ) => {
18
18
if ( sameNetwork ( network , MEZO_TESTNET ) ) {
19
- return Date . now ( ) < new Date ( "2025-04-10 " ) . getTime ( )
19
+ return Date . now ( ) < new Date ( "2025-04-17 " ) . getTime ( )
20
20
}
21
21
return false
22
22
}
@@ -50,7 +50,7 @@ export default function TopMenuProtocolListItem(props: Props): ReactElement {
50
50
< div className = "title" >
51
51
{ network . name }
52
52
{ isFeaturedNetwork ( network ) && (
53
- < span className = "featured" > { t ( "protocol.featuredNetwork " ) } </ span >
53
+ < span className = "featured" > { t ( "protocol.newNetwork " ) } </ span >
54
54
) }
55
55
</ div >
56
56
< div className = "sub_title" >
You can’t perform that action at this time.
0 commit comments