-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 863 Bytes
/
.env.example
File metadata and controls
22 lines (17 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# FlowFi Protocol — Environment Variables
# Copy this file to .env and fill in your values.
# Never commit .env to version control.
# Stellar network to deploy to: testnet | mainnet | local
SOROBAN_NETWORK=testnet
# Soroban RPC URL for the chosen network
# Testnet: https://soroban-testnet.stellar.org
# Mainnet: https://mainnet.sorobanrpc.com
SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
# Stellar secret key of the deployer account
# Fund this account on testnet via https://laboratory.stellar.org/account-creator?network=test
DEPLOYER_SECRET_KEY=S...
# Address of the token to use as the reward token (must be a Soroban token contract)
# On testnet, deploy a test token first and put its address here
REWARD_TOKEN_ADDRESS=C...
# Optional: Address of the underlying deposit token (defaults to native XLM wrapper)
# UNDERLYING_TOKEN_ADDRESS=C...