You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I want to let my applications request users to switch between mainnet / testnet. So that applications can run on specified networks only / have different network configurations.
Acceptance Criteria
Add switchChain and getChain (or similar) Bitcoin methods.
The text was updated successfully, but these errors were encountered:
* chore: add fede's script to pin all deps and run it
* chore: update the script pin_all_deps.js to use lockfileVersion >=2
and needed to run npm i to update the lockfile
* chore: run npm i after pinned versions
* chore: add fede's script to pin all deps and run it (#836)
* Chore/eng 5899 pin all dependencies and update lock file (#837)
* chore: add fede's script to pin all deps and run it
* chore: update the script pin_all_deps.js to use lockfileVersion >=2
and needed to run npm i to update the lockfile
* chore: run npm i after pinned versions
---------
Co-authored-by: Tim Man <[email protected]>
Story
As a developer,
I want to let my applications request users to switch between mainnet / testnet.
So that applications can run on specified networks only / have different network configurations.
Acceptance Criteria
Add
switchChain
andgetChain
(or similar) Bitcoin methods.The text was updated successfully, but these errors were encountered: