-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M sma 64 master #135
M sma 64 master #135
Conversation
const blocksToWait = 10; | ||
const currentBlockNumber = await ethers.provider.getBlockNumber(); | ||
const targetBlockNumber = currentBlockNumber + blocksToWait; | ||
while ((await ethers.provider.getBlockNumber()) < targetBlockNumber) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest using evm_increaseTime
instead
@proxima424 @2Proxima4 What's the status here? |
Closing this PR as there hasn't been any recent update and lack of necessary context, please refer to our guidelines👍: Branch Naming Convention |
No description provided.