Skip to content

Commit

Permalink
Update derivation paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpizza committed Oct 29, 2024
1 parent 090b347 commit 4cdc6f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/cryptos/ethereum.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Your Ethereum address will start with `0x` followed by a series of alphanumeric

## Seed Format

Cake Wallet uses a 12-word BIP39 seed format for Ethereum wallets. When creating or restoring a wallet, you'll need to use this 12-word seed phrase or the private key. The derivation path used is `m/44'/60'/0'/0/0`.
Cake Wallet uses a 12-word BIP39 seed format for Ethereum wallets. When creating or restoring a wallet, you'll need to use this 12-word seed phrase or the private key. The derivation path used is `m/44'/60'/0'/0`.

## Fee Levels

Expand Down
2 changes: 1 addition & 1 deletion docs/cryptos/polygon.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Your Polygon address will start with `0x` followed by a series of alphanumeric c

## Seed Format

Cake Wallet uses a 12-word BIP39 seed format for Polygon wallets. When creating or restoring a wallet, you'll need to use this 12-word seed phrase or the private key. The derivation path used is `m/44'/60'/0'/0/0`.
Cake Wallet uses a 12-word BIP39 seed format for Polygon wallets. When creating or restoring a wallet, you'll need to use this 12-word seed phrase or the private key. The derivation path used is `m/44'/60'/0'/0`.

## Fee Levels

Expand Down
2 changes: 1 addition & 1 deletion docs/cryptos/solana.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In Cake Wallet's Solana wallet, there is only one address per wallet, which is s

## Seed Format

Cake Wallet uses a 12-word BIP39 seed format for Solana wallets. When creating or restoring a wallet, you'll need to use this 12-word seed phrase or the private key. The derivation path used is `m/44'/60'/0'/0/0`.
Cake Wallet uses a 12-word BIP39 seed format for Solana wallets. When creating or restoring a wallet, you'll need to use this 12-word seed phrase or the private key. The derivation path used is `m/44'/60'/0'/0`.

## Fee Levels

Expand Down
2 changes: 1 addition & 1 deletion docs/cryptos/tron.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In Cake Wallet's Tron wallet, there is only one address per wallet, which is sta

## Seed Format

12-word BIP39 seed type is generated for Tron wallets. When creating or restoring a wallet, you'll need to use this 12-word seed phrase or the private key. The derivation path used is `m/44'/60'/0'/0/0`.
12-word BIP39 seed type is generated for Tron wallets. When creating or restoring a wallet, you'll need to use this 12-word seed phrase or the private key. The derivation path used is `m/44'/60'/0'/0`.

## Tokens

Expand Down

0 comments on commit 4cdc6f2

Please sign in to comment.