forked from stellar-vortex-protocol/vortex-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy-testnet.env.example
More file actions
23 lines (17 loc) · 1.02 KB
/
Copy pathdeploy-testnet.env.example
File metadata and controls
23 lines (17 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# deploy-testnet.env.example
# Copy this file to deploy-testnet.env and fill in your values.
# deploy-testnet.env is git-ignored — never commit real secret keys.
# Stellar network to deploy to: "testnet" | "mainnet" | "standalone"
NETWORK=testnet
# Stellar address that will be set as contract admin (G... or C... address)
ADMIN_ADDRESS=GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF
# Stellar address that receives protocol fees
FEE_RECIPIENT_ADDRESS=GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF
# SAC address of the USDC token used for solver bonds
BOND_TOKEN_ADDRESS=CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD2OJ
# Secret key (S...) used to sign the deploy and initialize transactions.
# Must hold enough XLM to cover transaction fees and contract storage rent.
SOURCE_SECRET_KEY=SXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# (Optional) Override the default WASM path.
# Defaults to: intent_settlement/target/wasm32-unknown-unknown/release/vortex_intent_settlement.wasm
# WASM_PATH=