We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8faf535 commit 2654571Copy full SHA for 2654571
src/app/api/mint/route.ts
@@ -13,6 +13,8 @@ export async function POST(request: NextRequest) {
13
// https://docs.openzeppelin.com/defender/module/monitor#notifications
14
const body = await request.json()
15
16
+ console.log(JSON.stringify(body, null, 2))
17
+
18
const logs = parseEventLogs({
19
abi: rgbSignaturesAbi,
20
eventName: 'Mint',
0 commit comments