Skip to content
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

TS: Wait for submitted Ethereum transactions confirmations #500

Open
nkuba opened this issue Jan 25, 2023 · 1 comment
Open

TS: Wait for submitted Ethereum transactions confirmations #500

nkuba opened this issue Jan 25, 2023 · 1 comment
Labels
🔌 typescript TypeScript library

Comments

@nkuba
Copy link
Member

nkuba commented Jan 25, 2023

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

@nkuba nkuba added the 🔌 typescript TypeScript library label Jan 25, 2023
@lukasz-zimnoch
Copy link
Member

Just flagging that this task is probably about implementing confirmations outside ethereum layer, see:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔌 typescript TypeScript library
Projects
None yet
Development

No branches or pull requests

2 participants