1Branch0Tags
GL
glucryptoFix Paragon perp market resolution
251fe3214 days ago5Commits
typescript
export type { PairTradeConfig, PairTradeMarketType } from "./config/types"; export { TEMPLATE_CONFIG_DEFAULTS, TEMPLATE_CONFIG_ENV_VAR, TEMPLATE_CONFIG_VERSION, } from "./config/defaults"; export { TEMPLATE_CONFIG_SCHEMA } from "./config/schema"; export { PAIR_TRADE_TEMPLATE_CONFIG, readConfig, resolveProfileAssets, resolveScheduleConfig, } from "./config/normalize";