Skip to content

Commit

Permalink
Merge branch 'main' into rob/doc-eoa
Browse files Browse the repository at this point in the history
  • Loading branch information
RobChangCA authored Jan 14, 2025
2 parents 5b714d5 + 0683677 commit 2c2a972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions account-kit/smart-contracts/src/ma-v2/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,13 @@ export function createSMAV2AccountClient<
*
* const transport = http(RPC_URL);
*
* const policyId = "...";
*
* const SMAV2SignerAccountClient = await createSMAV2AccountClient({
* chain,
* signer,
* transport,
* policyId, // NOTE: you may only pass in a gas policy ID if you provide an Alchemy transport!
* });
* ```
*
Expand Down

0 comments on commit 2c2a972

Please sign in to comment.