Skip to content

Commit c07caee

Browse files
authored
add links to bip-32 and bip-44 (#2042)
1 parent 012c7fc commit c07caee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)