Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjojoex committed Jul 10, 2023
1 parent 61dd51f commit 109af31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/hooks/useCallWithGasPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function useCallWithGasPrice() {
const gas = await publicClient({ chainId }).estimateContractGas({
abi: contract.abi,
address: contract.address,
account: walletClient.account,
// account: walletClient.account,
functionName: methodName,
args: methodArgs,
gasPrice,
Expand Down

0 comments on commit 109af31

Please sign in to comment.