Skip to content

Commit 2654571

Browse files
committed
Add print
1 parent 8faf535 commit 2654571

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/api/mint/route.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export async function POST(request: NextRequest) {
1313
// https://docs.openzeppelin.com/defender/module/monitor#notifications
1414
const body = await request.json()
1515

16+
console.log(JSON.stringify(body, null, 2))
17+
1618
const logs = parseEventLogs({
1719
abi: rgbSignaturesAbi,
1820
eventName: 'Mint',

0 commit comments

Comments
 (0)