From 2e4466951d6716195ddc88b600105230a736961d Mon Sep 17 00:00:00 2001 From: Burnt Nerve Date: Thu, 19 Dec 2024 10:15:04 -0600 Subject: [PATCH] Added comment --- apps/demo-app/pages/api/mint-soulbound.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/demo-app/pages/api/mint-soulbound.ts b/apps/demo-app/pages/api/mint-soulbound.ts index 8a4ffc1..cf78865 100644 --- a/apps/demo-app/pages/api/mint-soulbound.ts +++ b/apps/demo-app/pages/api/mint-soulbound.ts @@ -7,6 +7,8 @@ import { createHash } from "crypto"; const rpcEndpoint = "https://rpc.xion-testnet-1.burnt.com:443"; const key = process.env.PRIVATE_KEY; + +// Put the contract address returned from the deploy script here const contractAddress = "xion1rcdjfs8f0dqrfyep28m6rgfuw5ue2y788lk5jsj0ll5f2jekh6yqm95y32";