Skip to content

Commit

Permalink
abi type shinanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
dekanbro committed Dec 8, 2023
1 parent 4a37f3c commit 83039ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/DelegateTBA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
useDaoMember,
} from "@daohaus/moloch-v3-hooks";
import {
ABI,
EthAddress,
encodeFunction,
handleErrorMessage,
Expand Down Expand Up @@ -112,7 +113,7 @@ export const DelegateTBA = ({ tokenId, contractAddress }: ButtonProps) => {
contract: {
type: "static",
contractName: "CURRENT_TBA",
abi: erc6551AccountAbiV3,
abi: erc6551AccountAbiV3 as ABI,
targetAddress: tbaAddress,
},
method: "execute",
Expand Down

0 comments on commit 83039ab

Please sign in to comment.