Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntNerve committed Dec 19, 2024
1 parent a4b8edb commit 2e44669
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/demo-app/pages/api/mint-soulbound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 2e44669

Please sign in to comment.