-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.env.example
More file actions
30 lines (25 loc) · 1.94 KB
/
Copy path.env.example
File metadata and controls
30 lines (25 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ─────────────────────────────────────────────────────────────
# WaveMilestone — Environment Configuration
# Copy this file to .env and fill in your values.
# ─────────────────────────────────────────────────────────────
## Stellar Network ───────────────────────────────────────────
# Network passphrase: "Test SDF Network ; September 2015" for testnet,
# "Public Global Stellar Network ; September 2015" for mainnet
STELLAR_NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
STELLAR_RPC_URL="https://soroban-testnet.stellar.org"
## Contract Deployment ───────────────────────────────────────
# Deployer secret key (base64-encoded Ed25519 seed)
DEPLOYER_SECRET_KEY=""
# Salt for deterministic contract deployment (hex-encoded 32-byte; leave empty for random)
DEPLOY_SALT=""
## WaveGuard Integration ─────────────────────────────────────
# Address of the deployed WaveGuard access registry contract
WAVEGUARD_CONTRACT_ID=""
# Maintainer Stellar public key authorized to manage milestones
MAINTAINER_PUBLIC_KEY=""
## Logging ───────────────────────────────────────────────────
RUST_LOG="info"
RUST_BACKTRACE="1"
## Testing ───────────────────────────────────────────────────
SOROBAN_TEST_NETWORK="testnet"
SOROBAN_TEST_RPC_URL="https://soroban-testnet.stellar.org"