Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Aug 16, 2023
1 parent 4bc2e40 commit 4bb0528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/dataEntities/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export const l2Networks: L2Networks = {
* We add 10 minutes for the system to create and redeem the ticket, plus some extra buffer of time
* (Total timeout: 30 minutes)
*/
depositTimeout: 1800000,
depositTimeout: 3960000,
},
421614: {
chainID: 421614,
Expand Down Expand Up @@ -289,7 +289,7 @@ export const l2Networks: L2Networks = {
},
nitroGenesisBlock: 0,
nitroGenesisL1Block: 0,
depositTimeout: 3960000,
depositTimeout: 1800000,
},
}

Expand Down

0 comments on commit 4bb0528

Please sign in to comment.