Skip to content

Commit a260566

Browse files
committed
fix: types
1 parent 274168a commit a260566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/report/ipfs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const extractProofFromIPFS = async (cid: string, vault: Address) => {
8282
inOutDelta: vaultEntry.value[2],
8383
fee: vaultEntry.value[3],
8484
liabilityShares: vaultEntry.value[4],
85-
proof: merkleTree.getProof(vaultIndex),
85+
proof: merkleTree.getProof(vaultIndex) as Hex[],
8686
};
8787
};
8888

0 commit comments

Comments
 (0)