Documentation
    Preparing search index...

    Variable MAINNET_CONFIGConst

    MAINNET_CONFIG: PredictConfig = ...

    Mainnet deployment constants, read from the shared generated record in src/deployments/ rather than transcribed here. /account and /sessions read slices of that same record, so a redeploy (pnpm sync-deployment) moves every subpath together and they cannot end up addressing different deployments.

    The record is generated from the deploy tooling's deployment.mainnet.json; see scripts/sync-deployment.ts. getDeployment('mainnet') names the deployment and the deepbookv3 commit these ids came from.