-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add custom rpc method to toggle ledger feedback #4946
Conversation
🦋 Changeset detectedLatest commit: 4912563 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@kanej are we good to merge this? |
Sorry, I haven't got to this yet. |
This will be an internal release, but we need a changeset to keep the infra happy.
4dbf8be
to
4912563
Compare
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 added a changeset and tested this manually:
- Apply changeset
- Install into local verdaccio
- In a fresh HH project install the update version of
hardhat-ledger
- Ran through the usage example from the docs: https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-ledger#usage
Note: This RPC method is intended for internal usage and may change without notice.
Usage:
Closes #4844