diff --git a/.changeset/happy-poems-heal.md b/.changeset/happy-poems-heal.md new file mode 100644 index 0000000..2fb8b88 --- /dev/null +++ b/.changeset/happy-poems-heal.md @@ -0,0 +1,5 @@ +--- +"@mangrovedao/mgv": patch +--- + +Fix payable not valid ABI diff --git a/src/builder/kandel/retract.ts b/src/builder/kandel/retract.ts index 457bebc..e621ba2 100644 --- a/src/builder/kandel/retract.ts +++ b/src/builder/kandel/retract.ts @@ -6,7 +6,7 @@ import { } from 'viem' export const restractKandelABI = parseAbi([ - 'function retractAndWithdraw(uint from, uint to, uint baseAmount, uint quoteAmount, uint freeWei, address payable recipient) external', + 'function retractAndWithdraw(uint from, uint to, uint baseAmount, uint quoteAmount, uint freeWei, address recipient) external', ]) export type RetractParams = {