Skip to content

Commit

Permalink
added odyssey timing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarti committed Oct 20, 2024
1 parent 6c545a7 commit 14fa69f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/script/GenerateAlloc.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ contract GenerateAlloc is Script {
} else if (block.chainid == 1315) {
// Odyssey devnet
return 10 seconds;
} else if (block.chainid == 1516) {
// Odyssey testnet
return 1 days;
} else if (block.chainid == 31337) {
// Local
return 10 seconds;
Expand Down

0 comments on commit 14fa69f

Please sign in to comment.