Skip to content

Commit

Permalink
feat: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbulma committed Jul 16, 2023
1 parent e9cb9cb commit 1f588af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/utils/useContract.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function useContract({
});
const { switchNetworkAsync } = useSwitchNetwork();
const contractCallInputs = {
address: transactions[0].contractAddress as `0x${string}}`,
address: transactions[0].contractAddress as `0x${string}`,
abi: [...AirdropABI, ...errorsABI],
functionName: "claimWithSismo",
args: [responseBytes],
Expand Down

0 comments on commit 1f588af

Please sign in to comment.