forked from Nova-reward/Nova-Rewards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.testnet
More file actions
30 lines (25 loc) · 1.66 KB
/
Copy path.env.testnet
File metadata and controls
30 lines (25 loc) · 1.66 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
# Nova Rewards — Testnet deployment configuration
# Copy to .env.testnet and fill in real values. Never commit secrets.
# ── Network ──────────────────────────────────────────────────────────────────
NETWORK=testnet
RPC_URL=https://soroban-testnet.stellar.org
NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
# ── Deployer ─────────────────────────────────────────────────────────────────
# Stellar secret key (S...) of the account that pays fees and signs deploys
DEPLOYER_SECRET=SXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# ── Admin ────────────────────────────────────────────────────────────────────
# Public key (G...) that becomes admin of every contract
ADMIN_ADDRESS=GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Multisig: space-separated list of signer public keys (defaults to ADMIN_ADDRESS)
ADMIN_SIGNERS=GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Minimum approvals required (admin_roles contract)
ADMIN_THRESHOLD=1
# ── Deployed contract IDs (written automatically by deploy script) ────────────
NOVA_TOKEN_CONTRACT_ID=
REWARD_POOL_CONTRACT_ID=
VESTING_CONTRACT_ID=
REFERRAL_CONTRACT_ID=
DISTRIBUTION_CONTRACT_ID=
ADMIN_ROLES_CONTRACT_ID=
NOVA_REWARDS_CONTRACT_ID=
GOVERNANCE_CONTRACT_ID=