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
Copy file name to clipboardExpand all lines: snaps/features/non-evm-networks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The general rule is: **Don't create a situation where your users can lose assets
44
44
45
45
To derive a user's private keys:
46
46
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.
48
48
If the keys you want to derive conform to the
49
49
[BIP-44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) structure, use
50
50
[`snap_getBip44Entropy`](../reference/snaps-api.md#snap_getbip44entropy) to derive them.
0 commit comments