Skip to content

Commit 896e01e

Browse files
committed
Fix mint bot
1 parent fdf2bda commit 896e01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/api/mint/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function POST(request: NextRequest) {
1616
const logs = parseEventLogs({
1717
abi: rgbSignaturesAbi,
1818
eventName: 'Mint',
19-
logs: body.transaction.logs,
19+
logs: body.events[0].transaction.logs,
2020
strict: true,
2121
})
2222

0 commit comments

Comments
 (0)