The whole stack (contracts, SDK deployments, backend .env.example defaults) is currently testnet-only end-to-end. There's no documented mainnet configuration: no mainnet contract deployments, no mainnet Soroban RPC URL wired into a production env, no mainnet entries in deployments/testnet.json's sibling (a deployments/mainnet.json doesn't exist yet).
To do: once contracts are audited/ready, deploy to mainnet, create deployments/mainnet.json, and document the production env var set (NEXT_PUBLIC_STELLAR_NETWORK=mainnet, mainnet RPC URL, mainnet passphrase, mainnet contract IDs) alongside the existing testnet docs.
The whole stack (contracts, SDK deployments, backend
.env.exampledefaults) is currently testnet-only end-to-end. There's no documented mainnet configuration: no mainnet contract deployments, no mainnet Soroban RPC URL wired into a production env, no mainnet entries indeployments/testnet.json's sibling (adeployments/mainnet.jsondoesn't exist yet).To do: once contracts are audited/ready, deploy to mainnet, create
deployments/mainnet.json, and document the production env var set (NEXT_PUBLIC_STELLAR_NETWORK=mainnet, mainnet RPC URL, mainnet passphrase, mainnet contract IDs) alongside the existing testnet docs.