Skip to content

Commit d834f1b

Browse files
authored
Merge pull request #1383 from PhilippeR26/BraavosAccountV120
chore: upgrade Braavos account creation. Handle contract v1.2.0
2 parents e43b5a2 + d30bac8 commit d834f1b

File tree

2 files changed

+125
-249
lines changed

2 files changed

+125
-249
lines changed

www/docs/guides/create_account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ console.log('✅ ArgentX wallet deployed at:', AXcontractFinalAddress);
165165

166166
## Create a Braavos account
167167

168-
More complicated, a Braavos account needs a proxy and a specific signature. Starknet.js is handling only Starknet standard signatures; so we need extra code to handle this specific signature for account creation. These nearly 400 lines of code are not displayed here but are available in a module [here](./doc_scripts/deployBraavos.ts).
168+
More complicated, a Braavos account needs a proxy and a specific signature. Starknet.js is handling only Starknet standard signatures; so we need extra code to handle this specific signature for account creation. These more than 200 lines of code are not displayed here but are available in a module [here](./doc_scripts/deployBraavos.ts).
169169

170-
We will deploy hereunder a Braavos account in Devnet. So launch `starknet-devnet` with these parameters:
170+
We will deploy hereunder a Braavos account in Devnet (use at least v0.3.0). So launch `starknet-devnet` with these parameters:
171171

172172
```bash
173173
starknet-devnet --seed 0 --fork-network 'https://free-rpc.nethermind.io/sepolia-juno/v0_8'

0 commit comments

Comments
 (0)