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:
parent
0d2c54e808
commit
fcdc5c9c14
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user