Last updated 2 years ago
Was this helpful?
After epochLength, an epoch transition can be executed by any user.
epochLength
const tx = await contract.beginEpochTransition()
With test environment, the block number can be increased with
await provider.send('evm_increaseTime', [epochLength])
See: