@pwngh/economy-lab
    Preparing search index...

    Function defaultConfig

    • The default Config without an environment: the exact values loadConfig derives from an empty env, with any knobs in overrides applied on top (mergeConfig semantics). For tests and the in-memory quickstart that want a Config in hand without assembling an EnvMap.

      Parameters

      • overrides: Partial<Config> = {}

      Returns Config

      const config = defaultConfig({
      platformFeeBps: 3000,
      maturityHorizonMs: { card: 7 * 24 * 60 * 60_000 }, // the other rails keep their defaults
      });