Skip to content

Commit

Permalink
Build Error Rectified
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Mar 18, 2024
1 parent c3bcfad commit af539ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/4337-gas-metering/alchemy/alchemy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const initCode = await getAccountInitCode({
console.log('\nInit Code Created.')

const senderAddress = await getAccountAddress({
client: publicClient,
publicClient: publicClient,
owner: signer.address,
addModuleLibAddress: chainAddresses.ADD_MODULES_LIB_ADDRESS,
safe4337ModuleAddress: chainAddresses.SAFE_4337_MODULE_ADDRESS,
Expand Down

0 comments on commit af539ba

Please sign in to comment.