From 4a64d5e31e328b1623487b2b33ed06bb4fc7d3a7 Mon Sep 17 00:00:00 2001 From: Pavel Hornak Date: Wed, 28 Jan 2026 13:40:36 +0100 Subject: [PATCH 1/2] docs: add Ledger EIP-712 workaround guide and rebrand Ledger Live to Ledger Wallet Add comprehensive documentation for the Celo Ledger app EIP-712 signing limitation and the Eth Recovery app workaround: - Create new dedicated guide (tooling/wallets/ledger/eip712-workaround.mdx) - Document the issue: Celo Ledger app doesn't support EIP-712 typed data - Explain this only affects users with Celo app + Celo derivation path - Provide step-by-step instructions for installing Eth Recovery app - Add derivation path configuration guidance - Include troubleshooting section and tested configurations Update Ledger documentation to reflect current branding: - Rename all "Ledger Live" references to "Ledger Wallet" (98 occurrences) - Update Developer Mode instructions to match current Ledger UI - Add official Ledger developer documentation image Add EIP-712 limitation warnings with links to workaround guide: - tooling/wallets/ledger/setup.mdx - tooling/wallets/ledger/to-celo-terminal.mdx - tooling/wallets/index.mdx - home/wallets.mdx --- home/wallets.mdx | 2 +- tooling/libraries-sdks/cli/account.mdx | 48 +++--- tooling/libraries-sdks/cli/election.mdx | 8 +- tooling/libraries-sdks/cli/epochs.mdx | 10 +- tooling/libraries-sdks/cli/governance.mdx | 30 ++-- tooling/libraries-sdks/cli/identity.mdx | 2 +- tooling/libraries-sdks/cli/lockedcelo.mdx | 16 +- tooling/libraries-sdks/cli/multisig.mdx | 6 +- tooling/libraries-sdks/cli/node.mdx | 2 +- tooling/libraries-sdks/cli/oracle.mdx | 6 +- tooling/libraries-sdks/cli/releasecelo.mdx | 30 ++-- tooling/libraries-sdks/cli/transfer.mdx | 12 +- tooling/libraries-sdks/cli/validator.mdx | 14 +- tooling/libraries-sdks/cli/validatorgroup.mdx | 10 +- tooling/overview/migrate/from-ethereum.mdx | 2 +- tooling/wallets/index.mdx | 2 +- tooling/wallets/ledger/eip712-workaround.mdx | 151 ++++++++++++++++++ tooling/wallets/ledger/setup.mdx | 16 +- tooling/wallets/ledger/to-celo-cli.mdx | 4 +- tooling/wallets/ledger/to-celo-terminal.mdx | 10 +- 20 files changed, 274 insertions(+), 107 deletions(-) create mode 100644 tooling/wallets/ledger/eip712-workaround.mdx diff --git a/home/wallets.mdx b/home/wallets.mdx index 697138016..81ec1e3dc 100644 --- a/home/wallets.mdx +++ b/home/wallets.mdx @@ -50,7 +50,7 @@ Celo Terminal is a wallet and dApp platform designed as a hub for managing and r - Homepage: [celoterminal.com](https://celoterminal.com) - Platforms: MacOS, Linux, Windows - Maintainers: [WOTrust](https://x.com/wotrust1) -- Ledger support: Yes +- Ledger support: Yes (Note: [EIP-712 signing requires workaround](/wallet/ledger/eip712-workaround)) - [Source Code](https://github.com/zviadm/celoterminal) --- diff --git a/tooling/libraries-sdks/cli/account.mdx b/tooling/libraries-sdks/cli/account.mdx index bf161a881..226a97692 100644 --- a/tooling/libraries-sdks/cli/account.mdx +++ b/tooling/libraries-sdks/cli/account.mdx @@ -77,7 +77,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --signature=0x (required) Signature (a.k.a proof-of-possession) of the signer key @@ -195,7 +195,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --publicKey= The public key of the account that others may use to send you encrypted messages @@ -265,7 +265,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -328,7 +328,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -394,7 +394,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --name= (required) The name you want to claim @@ -460,7 +460,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --rpcUrl=https://www.celo.org (required) The RPC URL to claim @@ -526,7 +526,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --url=https://www.celo.org (required) The URL of the storage root you want to claim @@ -592,7 +592,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -658,7 +658,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --signer=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d (required) Account Address @@ -720,7 +720,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -792,7 +792,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --no-header hide table header from output @@ -879,7 +879,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --no-header hide table header from output @@ -948,7 +948,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --[no-]local If set, only show local and hardware wallet accounts. Use no-local to only show @@ -1007,7 +1007,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -1157,7 +1157,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --signer=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d (required) Address of the signer key to prove possession of. @@ -1220,7 +1220,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --name= @@ -1285,7 +1285,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --publicKey= (required) The public key you want to register @@ -1365,7 +1365,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --no-header hide table header from output @@ -1441,7 +1441,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --name= (required) @@ -1511,7 +1511,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -1572,7 +1572,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --signature=0x Signature (a.k.a. proof-of-possession) of the signer key @@ -1673,7 +1673,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -1781,7 +1781,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --password= Password used to unlock the account. If not specified, you will be prompted for a @@ -1847,7 +1847,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --signature=0x (required) Signature (a.k.a. proof-of-possession) of the signer key diff --git a/tooling/libraries-sdks/cli/election.mdx b/tooling/libraries-sdks/cli/election.mdx index 5ffa394c6..004c4f9d5 100644 --- a/tooling/libraries-sdks/cli/election.mdx +++ b/tooling/libraries-sdks/cli/election.mdx @@ -55,7 +55,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -133,7 +133,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --no-header hide table header from output @@ -254,7 +254,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -398,7 +398,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet diff --git a/tooling/libraries-sdks/cli/epochs.mdx b/tooling/libraries-sdks/cli/epochs.mdx index 58f0909ad..2115d807b 100644 --- a/tooling/libraries-sdks/cli/epochs.mdx +++ b/tooling/libraries-sdks/cli/epochs.mdx @@ -90,7 +90,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -149,7 +149,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -211,7 +211,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -274,7 +274,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -377,7 +377,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet diff --git a/tooling/libraries-sdks/cli/governance.mdx b/tooling/libraries-sdks/cli/governance.mdx index aa12aa0c0..8ca1576c6 100644 --- a/tooling/libraries-sdks/cli/governance.mdx +++ b/tooling/libraries-sdks/cli/governance.mdx @@ -69,7 +69,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --proposalID= UUID of proposal to approve @@ -155,7 +155,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --proposalID= UUID of proposal to approve @@ -238,7 +238,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --output= [default: proposalTransactions.tson] Path to output @@ -300,7 +300,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -359,7 +359,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --proposalID= (required) UUID of proposal to execute @@ -424,7 +424,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --salt= (required) Secret salt associated with hotfix @@ -489,7 +489,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --salt= (required) Secret salt associated with hotfix @@ -561,7 +561,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --no-header hide table header from output @@ -636,7 +636,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -721,7 +721,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --noInfo Skip printing the proposal info @@ -794,7 +794,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -1062,7 +1062,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --proposalID= (required) UUID of proposal to upvote @@ -1332,7 +1332,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --proposalID=10000000000000000000000 (required) UUID of proposal to vote on @@ -1402,7 +1402,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --no= No votes @@ -1475,7 +1475,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --safeAddress=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d Address of the safe. diff --git a/tooling/libraries-sdks/cli/identity.mdx b/tooling/libraries-sdks/cli/identity.mdx index e1d75c103..1dec9f2d7 100644 --- a/tooling/libraries-sdks/cli/identity.mdx +++ b/tooling/libraries-sdks/cli/identity.mdx @@ -47,7 +47,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --tokenAddress=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d The address of the token that will be withdrawn. Defaults to cUSD diff --git a/tooling/libraries-sdks/cli/lockedcelo.mdx b/tooling/libraries-sdks/cli/lockedcelo.mdx index 6d930fb96..9eaca4186 100644 --- a/tooling/libraries-sdks/cli/lockedcelo.mdx +++ b/tooling/libraries-sdks/cli/lockedcelo.mdx @@ -54,7 +54,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --percent= (required) 1-100% of locked celo to be delegated @@ -122,7 +122,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -184,7 +184,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -245,7 +245,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -308,7 +308,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --percent= (required) 1-100% of locked celo to be revoked from currently delegated amount @@ -414,7 +414,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -481,7 +481,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --to=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d (required) Account Address @@ -548,7 +548,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet diff --git a/tooling/libraries-sdks/cli/multisig.mdx b/tooling/libraries-sdks/cli/multisig.mdx index 0f9345dcf..4c837af8c 100644 --- a/tooling/libraries-sdks/cli/multisig.mdx +++ b/tooling/libraries-sdks/cli/multisig.mdx @@ -52,7 +52,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --tx=10000000000000000000000 (required) Transaction to approve (index) @@ -118,7 +118,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --to=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d (required) Destination address of the transaction @@ -229,7 +229,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --sender=0xc1912fEE45d61C87Cc5EA59DaE31190FFFFf232d Identify sender if performing transferFrom diff --git a/tooling/libraries-sdks/cli/node.mdx b/tooling/libraries-sdks/cli/node.mdx index 06a1683de..f57e544ed 100644 --- a/tooling/libraries-sdks/cli/node.mdx +++ b/tooling/libraries-sdks/cli/node.mdx @@ -89,7 +89,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet diff --git a/tooling/libraries-sdks/cli/oracle.mdx b/tooling/libraries-sdks/cli/oracle.mdx index cd10bbafd..a931b7e65 100644 --- a/tooling/libraries-sdks/cli/oracle.mdx +++ b/tooling/libraries-sdks/cli/oracle.mdx @@ -89,7 +89,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -155,7 +155,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --useLedger Set it to use a ledger wallet @@ -234,7 +234,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --no-header hide table header from output diff --git a/tooling/libraries-sdks/cli/releasecelo.mdx b/tooling/libraries-sdks/cli/releasecelo.mdx index 33afa7236..b095b6cd1 100644 --- a/tooling/libraries-sdks/cli/releasecelo.mdx +++ b/tooling/libraries-sdks/cli/releasecelo.mdx @@ -61,7 +61,7 @@ FLAGS --ledgerLiveMode When set, the 4th postion of the derivation path will be iterated over instead of the 5th. This is useful to use same address on you Ledger with celocli as you do on - Ledger Live + Ledger Wallet --role=