Skip to content

Commit 7e6b010

Browse files
authored
Merge branch 'main' into sdk-web3auth-quickstart
2 parents 58ccf14 + 9ff9a32 commit 7e6b010

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"stylelint": "^15.0.0 ",
8888
"stylelint-config-standard": "^34.0.0",
8989
"tsc-files": "^1.1.4",
90-
"typescript": "^5.8.2"
90+
"typescript": "^5.8.3"
9191
},
9292
"overrides": {
9393
"react-alert": {

snaps/features/non-evm-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The general rule is: **Don't create a situation where your users can lose assets
4444

4545
To derive a user's private keys:
4646

47-
1. Choose between the BIP-32 or BIP-44 specifications to derive the user's private keys.
47+
1. Choose between the [BIP-32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) or [BIP-44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) specifications to derive the user's private keys.
4848
If the keys you want to derive conform to the
4949
[BIP-44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) structure, use
5050
[`snap_getBip44Entropy`](../reference/snaps-api.md#snap_getbip44entropy) to derive them.

0 commit comments

Comments
 (0)