forked from Novatip/novatip-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (14 loc) · 711 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (14 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copy to .env and fill in. Used by scripts/*.sh.
# testnet | mainnet | local
NETWORK=testnet
# Name of a configured Stellar CLI identity (the source/signing account).
# Create one with: stellar keys generate my-identity --network testnet
SOURCE=my-identity
# Admin address stored in the contract at deploy time (G... account or C... contract).
ADMIN=GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# USDC Stellar Asset Contract id (C...) for the chosen network.
USDC_TOKEN=CXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# --- For scripts/create-jar.sh ---
OWNER=GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
SLUG=@alice
RECIPIENT=GXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX