2Branches0Tags
GL
glucryptoSync production with master template updates
dc969c112 days ago54Commits
typescript
import type { DeltaNeutralConfig } from "./types"; export const TEMPLATE_CONFIG_VERSION = 11; export const TEMPLATE_CONFIG_ENV_VAR = "OPENTOOL_PUBLIC_HL_DELTA_NEUTRAL_CONFIG"; export const TEMPLATE_CONFIG_DEFAULTS: DeltaNeutralConfig = { configVersion: TEMPLATE_CONFIG_VERSION, platform: "hyperliquid", allocationMode: "target_notional", spotAsset: "BTC", perpAsset: "BTC", targetNotionalUsd: 1000, hedgeRatio: 1, perpLeverage: 1, perpLeverageMode: "cross", maxPerRunUsd: 1000, slippageBps: 20, expectedCarryHours: 720, deltaDriftPct: 2, basisMaxBps: 50, fundingMinBps: 0, environment: "mainnet", schedule: { cron: "0 * * * *", enabled: false, notifyEmail: false, }, };