1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +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 GitHub
parent 0d2c54e808
commit fcdc5c9c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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