Documentation
    Preparing search index...

    Variable TESTNET_CONFIGConst

    TESTNET_CONFIG: PredictConfig = ...

    Testnet 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.testnet.json; see scripts/sync-deployment.ts. getDeployment('testnet') names the deployment and the deepbookv3 commit these ids came from.