Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan DesRosier committed Jun 6, 2023
2 parents ad69e0d + 899e977 commit 81682a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ export const RPC_URLS = {
// NOTE: Remember to set the default chain ID back to Optimism after removing the temporary block for Bedrock upgrade.
export const CHAIN_IDS_TO_BLOCK = []
const currentTime = msToSeconds(Date.now())
const OP_UPGRADE_START_TIME = 1686009600
const OP_UPGRADE_END_TIME = 1686024000
const OP_UPGRADE_START_TIME = 1686067200
const OP_UPGRADE_END_TIME = 1686081600

if (currentTime >= OP_UPGRADE_START_TIME && currentTime <= OP_UPGRADE_END_TIME) {
CHAIN_IDS_TO_BLOCK.push(CHAIN_ID.optimism)
}
Expand Down

0 comments on commit 81682a6

Please sign in to comment.