Skip to content

Commit

Permalink
Use http transport for public client (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cygaar authored Sep 16, 2024
1 parent 83a57d5 commit 4347f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agw-sdk/src/abstractClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function createAbstractClient({

const publicClient = createPublicClient({
chain: chain,
transport,
transport: http(),
});

const smartAccountAddress = await getSmartAccountAddressFromInitialSigner(
Expand Down

0 comments on commit 4347f6c

Please sign in to comment.