Skip to content

Commit c0ff3f8

Browse files
authored
Merge pull request #2 from euniceamoni/feat/issue-123-frontend-setup
feat(MerkleMint#123): Add .env.example with Stellar contract configuration
2 parents 2b163e4 + 8bdd823 commit c0ff3f8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

frontend/.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Stellar Network Configuration
2+
VITE_STELLAR_NETWORK=testnet
3+
VITE_STELLAR_RPC_URL=https://soroban-testnet.stellar.org
4+
5+
# Contract Addresses
6+
VITE_CONTRACT_ATOMIC_SWAP=CAQC36PDQX5QKHLZSWX2HHFBBFWJ3PQZMU4DO7ARUDJJQ2EKGJQ4Y3
7+
VITE_CONTRACT_IP_REGISTRY=CBCGBBLBCCF6PZLSIFHCZZAEO33UPZVQAOZQBJBVZWWRFJZQTKLFFYBY
8+
VITE_CONTRACT_ZK_VERIFIER=CARGO3SRYJ6RDDTZ6IWDDNZCWWT6EATOHJPFB2WZYAANXHSZFVFHSX

0 commit comments

Comments
 (0)