Skip to content

Commit

Permalink
ensure time is adjusted to next cycle in local network
Browse files Browse the repository at this point in the history
  • Loading branch information
JCSanPedro committed Aug 13, 2024
1 parent e7b10ae commit 7b9fa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init_local_network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export async function main() {
}

// progress to start next cycle
await provider.send('evm_increaseTime', [1001]);
await provider.send('evm_increaseTime', [1500]);
await provider.send('evm_mine', []);
}

Expand Down

0 comments on commit 7b9fa2c

Please sign in to comment.