UNPKG

@sharwa.finance/hegic-stop-orders-sdk

Version:

HegicStopOrdersSDK is a specialized SDK package designed to facilitate interaction with HegicStopOrders contracts. It enables the automatic execution of options based on time and price triggers.

10 lines (9 loc) 213 B
import { defineConfig } from "tsup"; export default defineConfig({ entry: ["src/take_profit_sharwaFinance.ts"], format: ["cjs", "esm"], dts: true, splitting: false, sourcemap: true, clean: true, });