We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274168a commit a260566Copy full SHA for a260566
1 file changed
features/report/ipfs/index.ts
@@ -82,7 +82,7 @@ const extractProofFromIPFS = async (cid: string, vault: Address) => {
82
inOutDelta: vaultEntry.value[2],
83
fee: vaultEntry.value[3],
84
liabilityShares: vaultEntry.value[4],
85
- proof: merkleTree.getProof(vaultIndex),
+ proof: merkleTree.getProof(vaultIndex) as Hex[],
86
};
87
88
0 commit comments