-
Notifications
You must be signed in to change notification settings - Fork 91
fix(request-client): remove useLocalEthereumBroadcast from tests #937
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
Conversation
benjlevesque
left a comment
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.
nice catch... why didn't it fail the CI?
7543c75 to
a60677d
Compare
benjlevesque
left a comment
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.
👏
| // Creates a local or default provider | ||
| this.provider = web3 | ||
| ? new ethers.providers.Web3Provider(web3.currentProvider) | ||
| ? new ethers.providers.Web3Provider(web3) |
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.
currentProvider is not used anymore, see https://docs.metamask.io/guide/provider-migration.html#window-ethereum-api-changes
Description of the changes
This is a fixup for #930