-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(keyring-api)!: add scopes
field to KeyringAccount
#101
base: main
Are you sure you want to change the base?
Conversation
1bb66b2
to
22cd5fe
Compare
@metamaskbot publish-previews |
Preview builds have been published. See these instructions (from the Expand for full list of packages and versions.
|
22cd5fe
to
7a50d54
Compare
7a50d54
to
ab1eaab
Compare
…s scopes for non-EVM/ERC4337 accounts
@metamaskbot publish-previews |
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
@metamaskbot publish-previews |
Preview builds have been published. See these instructions (from the Expand for full list of packages and versions.
|
scopes
field to KeyringAccount
scopes
field to KeyringAccount
scopes
field to KeyringAccount
export enum BtcScopes { | ||
Namespace = 'bip122', | ||
Mainnet = 'bip122:000000000019d6689c085ae165831e93', | ||
Testnet = 'bip122:000000000933ea01ad0ee984209779ba', |
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.
Testnet = 'bip122:000000000933ea01ad0ee984209779ba', | |
Testnet = 'bip122:000000000933ea01ad0ee984209779ba', | |
Testnet4 = 'bip122:00000000da84f2bafbbc53dee25a72ae', | |
Signet = 'bip122:00000008819873e925422c1ff0f99f7c', | |
Regtest = 'bip122:regtest', |
See: