fixed ts strict errs

This commit is contained in:
tim
2025-11-21 18:37:41 -04:00
parent 2585873d8a
commit 5b450ab303
2 changed files with 4 additions and 0 deletions

View File

@@ -815,6 +815,7 @@ export function useBurn() {
});
if (decodedLog.eventName === 'Burn') {
// @ts-ignore
const { amounts, lpBurned } = decodedLog.args as {
amounts: bigint[];
lpBurned: bigint;