We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to wait for the submitted transaction to be mined or give the decision to the user for how many confirmations they would like to wait. This is similiar to wait function that ethers expose: https://github.com/ethers-io/ethers.js/blob/bf0b468490cb293cd916e4fff06e0909273719e6/packages/contracts/src.ts/index.ts#L106.
wait
Refs: https://github.com/keep-network/optimistic-minting/pull/11#discussion_r1084091298
The text was updated successfully, but these errors were encountered:
Just flagging that this task is probably about implementing confirmations outside ethereum layer, see:
Sorry, something went wrong.
No branches or pull requests
We need to wait for the submitted transaction to be mined or give the decision to the user for how many confirmations they would like to wait. This is similiar to
wait
function that ethers expose: https://github.com/ethers-io/ethers.js/blob/bf0b468490cb293cd916e4fff06e0909273719e6/packages/contracts/src.ts/index.ts#L106.Refs: https://github.com/keep-network/optimistic-minting/pull/11#discussion_r1084091298
The text was updated successfully, but these errors were encountered: