Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvalabs-harshrastogi committed Nov 30, 2023
1 parent ab6af57 commit aeb4438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/logic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ Functions
const mnemonic = "mother clarify push liquid ordinary social track ...";
const provider = new JsonRpcProvider("http://localhost:1600/");
const wallet = new Wallet(provider);
return await wallet.fromMnemonic(mnemonic);
await wallet.fromMnemonic(mnemonic);
return wallet;
}
const logicId = "0x0800007d70c34ed6ec4384c75d469894052647a078b33ac0f08db0d3751c1fce29a49a";
Expand Down

0 comments on commit aeb4438

Please sign in to comment.