forked from Miracle656/veil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (19 loc) · 1.01 KB
/
Copy path.env.example
File metadata and controls
22 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Repo-level examples
# Wallet frontend
NEXT_PUBLIC_NETWORK=testnet
NEXT_PUBLIC_FACTORY_CONTRACT_ID=CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABSC4
NEXT_PUBLIC_FACTORY_CONTRACT_ID_TESTNET=CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABSC4
NEXT_PUBLIC_FACTORY_CONTRACT_ID_MAINNET=
NEXT_PUBLIC_HORIZON_URL=https://horizon-testnet.stellar.org
NEXT_PUBLIC_SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
# Required for mainnet wallet builds. Use your provider endpoint from
# Blockdaemon, Validation Cloud, QuickNode, or your own RPC deployment.
NEXT_PUBLIC_MAINNET_RPC_URL=
# Demo app (legacy env names)
NEXT_PUBLIC_RPC_URL=https://soroban-testnet.stellar.org
NEXT_PUBLIC_NETWORK_PASSPHRASE=Test SDF Network ; September 2015
NEXT_PUBLIC_FACTORY_ADDRESS= # output of scripts/deploy_factory.sh
# Used by scripts (Node.js — no NEXT_PUBLIC_ prefix)
RPC_URL=https://soroban-testnet.stellar.org
NETWORK_PASSPHRASE=Test SDF Network ; September 2015
FACTORY_ADDRESS= # same value as above