forked from RWA-ToolKit/stellar-rwa-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 940 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (17 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Stellar network the app talks to by default ("testnet" or "mainnet").
NEXT_PUBLIC_DEFAULT_NETWORK=testnet
# Soroban RPC endpoints.
NEXT_PUBLIC_TESTNET_RPC_URL=https://soroban-testnet.stellar.org
NEXT_PUBLIC_MAINNET_RPC_URL=https://mainnet.sorobanrpc.com
# Optional comma-separated failover RPC URLs, tried in order after repeated
# failures against the primary above.
NEXT_PUBLIC_TESTNET_RPC_URLS_FALLBACK=
NEXT_PUBLIC_MAINNET_RPC_URLS_FALLBACK=
# Deployed contract IDs (Testnet defaults come from the contracts repo DEPLOYMENTS.md).
NEXT_PUBLIC_TESTNET_REGISTRY_ID=CBX5SMLTXX6JP4HA5GQIO2V6QM7WCUGL2GZ6D4U773HMRI6RXISKPUR3
NEXT_PUBLIC_TESTNET_COMPLIANCE_ID=CBUERYDM7DXTZLLKDBRJKUBPFJ7M4OSUN4T7XKUARU345RLXNAIQD2IU
NEXT_PUBLIC_TESTNET_DIVIDEND_ID=CAR4XY3CEBQWFOL27JEWFW34KXSIZA7RFKDQMEIV7ZU723RWY37I2SYX
# Optional mainnet overrides.
NEXT_PUBLIC_MAINNET_REGISTRY_ID=
NEXT_PUBLIC_MAINNET_COMPLIANCE_ID=
NEXT_PUBLIC_MAINNET_DIVIDEND_ID=