1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

fix: update zkevm feature toggle date (#18307)

This commit is contained in:
Victorien Gauch 2023-03-23 20:56:07 +01:00 committed by PeterYinusa
parent 6252133c5b
commit ff9d2b18ee

View File

@ -681,4 +681,4 @@ export const FEATURED_RPCS: RPCDefinition[] = [
]; ];
export const SHOULD_SHOW_LINEA_TESTNET_NETWORK = export const SHOULD_SHOW_LINEA_TESTNET_NETWORK =
new Date().getTime() > Date.UTC(2023, 2, 28); new Date().getTime() > Date.UTC(2023, 2, 28, 8);