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";