@continuumdao/ctm-mpc-defi 0.2.19 → 0.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent/catalog.cjs +303 -93
- package/dist/agent/catalog.cjs.map +1 -1
- package/dist/agent/catalog.d.ts +985 -709
- package/dist/agent/catalog.js +299 -94
- package/dist/agent/catalog.js.map +1 -1
- package/dist/agent/skills/hyperliquid/SKILL.md +24 -20
- package/dist/agent/skills/uniswap-v4/SKILL.md +58 -0
- package/dist/chains/evm/index.cjs +6 -2
- package/dist/chains/evm/index.cjs.map +1 -1
- package/dist/chains/evm/index.d.ts +4 -4
- package/dist/chains/evm/index.js +6 -2
- package/dist/chains/evm/index.js.map +1 -1
- package/dist/chains/near/index.d.ts +1 -1
- package/dist/chains/solana/index.d.ts +1 -1
- package/dist/core/index.cjs +95 -1
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.d.ts +44 -4
- package/dist/core/index.js +91 -2
- package/dist/core/index.js.map +1 -1
- package/dist/{envelope-CpBUh9eP.d.ts → envelope-C_bfuKab.d.ts} +3 -1
- package/dist/index.cjs +96 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +93 -4
- package/dist/index.js.map +1 -1
- package/dist/protocols/evm/aave-v4/index.cjs +6 -2
- package/dist/protocols/evm/aave-v4/index.cjs.map +1 -1
- package/dist/protocols/evm/aave-v4/index.d.ts +1 -1
- package/dist/protocols/evm/aave-v4/index.js +6 -2
- package/dist/protocols/evm/aave-v4/index.js.map +1 -1
- package/dist/protocols/evm/circle-cctp/index.cjs +6 -2
- package/dist/protocols/evm/circle-cctp/index.cjs.map +1 -1
- package/dist/protocols/evm/circle-cctp/index.d.ts +2 -2
- package/dist/protocols/evm/circle-cctp/index.js +6 -2
- package/dist/protocols/evm/circle-cctp/index.js.map +1 -1
- package/dist/protocols/evm/curve-dao/index.cjs +6 -2
- package/dist/protocols/evm/curve-dao/index.cjs.map +1 -1
- package/dist/protocols/evm/curve-dao/index.d.ts +2 -2
- package/dist/protocols/evm/curve-dao/index.js +6 -2
- package/dist/protocols/evm/curve-dao/index.js.map +1 -1
- package/dist/protocols/evm/ethena/index.cjs +6 -2
- package/dist/protocols/evm/ethena/index.cjs.map +1 -1
- package/dist/protocols/evm/ethena/index.d.ts +1 -1
- package/dist/protocols/evm/ethena/index.js +6 -2
- package/dist/protocols/evm/ethena/index.js.map +1 -1
- package/dist/protocols/evm/euler-v2/index.cjs +6 -2
- package/dist/protocols/evm/euler-v2/index.cjs.map +1 -1
- package/dist/protocols/evm/euler-v2/index.d.ts +1 -1
- package/dist/protocols/evm/euler-v2/index.js +6 -2
- package/dist/protocols/evm/euler-v2/index.js.map +1 -1
- package/dist/protocols/evm/gmx/index.cjs +54 -22
- package/dist/protocols/evm/gmx/index.cjs.map +1 -1
- package/dist/protocols/evm/gmx/index.d.ts +22 -8
- package/dist/protocols/evm/gmx/index.js +53 -23
- package/dist/protocols/evm/gmx/index.js.map +1 -1
- package/dist/protocols/evm/hyperliquid/index.cjs +467 -2
- package/dist/protocols/evm/hyperliquid/index.cjs.map +1 -1
- package/dist/protocols/evm/hyperliquid/index.d.ts +189 -3
- package/dist/protocols/evm/hyperliquid/index.js +447 -4
- package/dist/protocols/evm/hyperliquid/index.js.map +1 -1
- package/dist/protocols/evm/lido/index.cjs +6 -2
- package/dist/protocols/evm/lido/index.cjs.map +1 -1
- package/dist/protocols/evm/lido/index.d.ts +1 -1
- package/dist/protocols/evm/lido/index.js +6 -2
- package/dist/protocols/evm/lido/index.js.map +1 -1
- package/dist/protocols/evm/maple/index.cjs +6 -2
- package/dist/protocols/evm/maple/index.cjs.map +1 -1
- package/dist/protocols/evm/maple/index.d.ts +1 -1
- package/dist/protocols/evm/maple/index.js +6 -2
- package/dist/protocols/evm/maple/index.js.map +1 -1
- package/dist/protocols/evm/morpho/index.cjs +6 -2
- package/dist/protocols/evm/morpho/index.cjs.map +1 -1
- package/dist/protocols/evm/morpho/index.d.ts +1 -1
- package/dist/protocols/evm/morpho/index.js +6 -2
- package/dist/protocols/evm/morpho/index.js.map +1 -1
- package/dist/protocols/evm/permit2/index.cjs +206 -0
- package/dist/protocols/evm/permit2/index.cjs.map +1 -0
- package/dist/protocols/evm/permit2/index.d.ts +43 -0
- package/dist/protocols/evm/permit2/index.js +203 -0
- package/dist/protocols/evm/permit2/index.js.map +1 -0
- package/dist/protocols/evm/sky/index.cjs +6 -2
- package/dist/protocols/evm/sky/index.cjs.map +1 -1
- package/dist/protocols/evm/sky/index.d.ts +1 -1
- package/dist/protocols/evm/sky/index.js +6 -2
- package/dist/protocols/evm/sky/index.js.map +1 -1
- package/dist/protocols/evm/uniswap-v4/index.cjs +685 -2
- package/dist/protocols/evm/uniswap-v4/index.cjs.map +1 -1
- package/dist/protocols/evm/uniswap-v4/index.d.ts +180 -3
- package/dist/protocols/evm/uniswap-v4/index.js +663 -3
- package/dist/protocols/evm/uniswap-v4/index.js.map +1 -1
- package/dist/{registry-Bv5o37_w.d.ts → registry-DxDSPQ-p.d.ts} +1 -1
- package/dist/{types-BfjWdw1j.d.ts → types-PZrvtjv8.d.ts} +2 -0
- package/dist/{types-DUeNJLr9.d.ts → types-RZWOTm8c.d.ts} +1 -1
- package/package.json +8 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-
|
|
1
|
+
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-PZrvtjv8.js';
|
|
2
2
|
import { Hex, Address } from 'viem';
|
|
3
|
-
import { E as EvmChainDetail } from '../../../types-
|
|
3
|
+
import { E as EvmChainDetail } from '../../../types-RZWOTm8c.js';
|
|
4
4
|
|
|
5
5
|
/** HyperEVM chains for Hyperliquid CoreWriter integration. */
|
|
6
6
|
declare const HYPERLIQUID_SUPPORTED_CHAIN_IDS: readonly [999, 998];
|
|
@@ -93,6 +93,9 @@ type HyperliquidOhlcvRange = {
|
|
|
93
93
|
endTimeMs: number;
|
|
94
94
|
expectedBars: number;
|
|
95
95
|
candleCount: number;
|
|
96
|
+
/** Echo of fetch args — used by chart window validation. */
|
|
97
|
+
lookbackDays?: number;
|
|
98
|
+
lookbackHours?: number;
|
|
96
99
|
latestCandle: HyperliquidOhlcvCandle | null;
|
|
97
100
|
candles: HyperliquidOhlcvCandle[];
|
|
98
101
|
fetchedAtMs: number;
|
|
@@ -663,7 +666,190 @@ declare function buildEvmMultisignBodyHyperliquidDelegateBatch(args: Hyperliquid
|
|
|
663
666
|
declare function buildEvmMultisignBodyHyperliquidDelegateOnlyBatch(args: Omit<HyperliquidDelegateArgs, 'isUndelegate'>): Promise<MultisignBuildResult>;
|
|
664
667
|
declare function buildEvmMultisignBodyHyperliquidUndelegateBatch(args: Omit<HyperliquidDelegateArgs, 'isUndelegate'>): Promise<MultisignBuildResult>;
|
|
665
668
|
|
|
669
|
+
type HyperliquidL1Action = Record<string, unknown>;
|
|
670
|
+
declare function createHyperliquidL1ActionHash(args: {
|
|
671
|
+
action: HyperliquidL1Action;
|
|
672
|
+
nonce: number;
|
|
673
|
+
vaultAddress?: Hex;
|
|
674
|
+
expiresAfter?: number;
|
|
675
|
+
}): Hex;
|
|
676
|
+
declare function buildHyperliquidAgentTypedData(args: {
|
|
677
|
+
action: HyperliquidL1Action;
|
|
678
|
+
nonce: number;
|
|
679
|
+
isTestnet?: boolean;
|
|
680
|
+
vaultAddress?: Hex;
|
|
681
|
+
expiresAfter?: number;
|
|
682
|
+
}): {
|
|
683
|
+
domain: {
|
|
684
|
+
readonly name: "Exchange";
|
|
685
|
+
readonly version: "1";
|
|
686
|
+
readonly chainId: 1337;
|
|
687
|
+
readonly verifyingContract: "0x0000000000000000000000000000000000000000";
|
|
688
|
+
};
|
|
689
|
+
types: {
|
|
690
|
+
readonly Agent: readonly [{
|
|
691
|
+
readonly name: "source";
|
|
692
|
+
readonly type: "string";
|
|
693
|
+
}, {
|
|
694
|
+
readonly name: "connectionId";
|
|
695
|
+
readonly type: "bytes32";
|
|
696
|
+
}];
|
|
697
|
+
};
|
|
698
|
+
primaryType: "Agent";
|
|
699
|
+
message: {
|
|
700
|
+
source: string;
|
|
701
|
+
connectionId: `0x${string}`;
|
|
702
|
+
};
|
|
703
|
+
connectionId: `0x${string}`;
|
|
704
|
+
nonce: number;
|
|
705
|
+
action: HyperliquidL1Action;
|
|
706
|
+
};
|
|
707
|
+
type HyperliquidUpdateLeverageAction = {
|
|
708
|
+
type: 'updateLeverage';
|
|
709
|
+
asset: number;
|
|
710
|
+
isCross: boolean;
|
|
711
|
+
leverage: number;
|
|
712
|
+
};
|
|
713
|
+
declare function buildHyperliquidUpdateLeverageAction(args: {
|
|
714
|
+
asset: number;
|
|
715
|
+
leverage: number;
|
|
716
|
+
isCross?: boolean;
|
|
717
|
+
}): HyperliquidUpdateLeverageAction;
|
|
718
|
+
|
|
719
|
+
type HyperliquidExchangeMultisignCommon = {
|
|
720
|
+
keyGen: KeyGenSubsetForPermit;
|
|
721
|
+
chainId: number;
|
|
722
|
+
purposeText: string;
|
|
723
|
+
/** Defaults to Date.now() at build time. */
|
|
724
|
+
nonce?: number;
|
|
725
|
+
};
|
|
726
|
+
type HyperliquidUpdateLeverageMultisignArgs = HyperliquidExchangeMultisignCommon & {
|
|
727
|
+
coin: string;
|
|
728
|
+
marketKind?: 'perp' | 'spot';
|
|
729
|
+
dex?: string;
|
|
730
|
+
leverage: number;
|
|
731
|
+
isCross?: boolean;
|
|
732
|
+
};
|
|
733
|
+
declare function buildHyperliquidUpdateLeverageMultisign(args: HyperliquidUpdateLeverageMultisignArgs): Promise<MultisignBuildResult>;
|
|
734
|
+
|
|
735
|
+
/** Minimum Bridge2 deposit; smaller amounts are not credited. */
|
|
736
|
+
declare const HYPERLIQUID_BRIDGE_MIN_DEPOSIT_USDC = 5;
|
|
737
|
+
/** Arbitrum One — canonical inbound rail for Hyperliquid mainnet. */
|
|
738
|
+
declare const HYPERLIQUID_BRIDGE_ARBITRUM_MAINNET_CHAIN_ID: 42161;
|
|
739
|
+
/** Arbitrum Sepolia — pairs with Hyperliquid testnet (998). */
|
|
740
|
+
declare const HYPERLIQUID_BRIDGE_ARBITRUM_TESTNET_CHAIN_ID: 421614;
|
|
741
|
+
type HyperliquidBridgeArbitrumChainId = typeof HYPERLIQUID_BRIDGE_ARBITRUM_MAINNET_CHAIN_ID | typeof HYPERLIQUID_BRIDGE_ARBITRUM_TESTNET_CHAIN_ID;
|
|
742
|
+
/** Circle native USDC on HyperEVM (ERC-20), for Assets row gating. */
|
|
743
|
+
declare const HYPERLIQUID_HYPEREVM_USDC_MAINNET: "0xb88339cb7199b77e23db6e890353e22632ba630f";
|
|
744
|
+
declare const HYPERLIQUID_HYPEREVM_USDC_TESTNET: "0x2B3370eE501B4a559b57D449569354196457D8Ab";
|
|
745
|
+
/** EIP-712 domain chainId for user-signed Hyperliquid actions (Python SDK default). */
|
|
746
|
+
declare const HYPERLIQUID_USER_SIGNED_SIGNATURE_CHAIN_ID: "0x66eee";
|
|
747
|
+
declare const HYPERLIQUID_BRIDGE_ERC20_TRANSFER_FALLBACK_GAS = 80000n;
|
|
748
|
+
declare function hyperliquidBridgeArbitrumChainId(hyperEvmChainId: number): HyperliquidBridgeArbitrumChainId | null;
|
|
749
|
+
declare function hyperliquidBridgeConfig(arbitrumChainId: number): {
|
|
750
|
+
bridge2: Address;
|
|
751
|
+
usdc: Address;
|
|
752
|
+
label: string;
|
|
753
|
+
} | null;
|
|
754
|
+
declare function isHyperliquidBridgeArbitrumChainSupported(chainId: number): boolean;
|
|
755
|
+
declare function isHyperliquidBridgeArbitrumUsdcRow(chainId: number, contractAddress: string): boolean;
|
|
756
|
+
declare function isHyperliquidHyperEvmUsdcRow(hyperEvmChainId: number, contractAddress: string): boolean;
|
|
757
|
+
|
|
758
|
+
declare const HYPERLIQUID_USER_SIGNED_DOMAIN: {
|
|
759
|
+
readonly name: "HyperliquidSignTransaction";
|
|
760
|
+
readonly version: "1";
|
|
761
|
+
readonly verifyingContract: "0x0000000000000000000000000000000000000000";
|
|
762
|
+
};
|
|
763
|
+
declare const HYPERLIQUID_WITHDRAW_SIGN_TYPES: {
|
|
764
|
+
readonly 'HyperliquidTransaction:Withdraw': readonly [{
|
|
765
|
+
readonly name: "hyperliquidChain";
|
|
766
|
+
readonly type: "string";
|
|
767
|
+
}, {
|
|
768
|
+
readonly name: "destination";
|
|
769
|
+
readonly type: "string";
|
|
770
|
+
}, {
|
|
771
|
+
readonly name: "amount";
|
|
772
|
+
readonly type: "string";
|
|
773
|
+
}, {
|
|
774
|
+
readonly name: "time";
|
|
775
|
+
readonly type: "uint64";
|
|
776
|
+
}];
|
|
777
|
+
};
|
|
778
|
+
type HyperliquidWithdraw3Action = {
|
|
779
|
+
type: 'withdraw3';
|
|
780
|
+
signatureChainId: `0x${string}`;
|
|
781
|
+
hyperliquidChain: 'Mainnet' | 'Testnet';
|
|
782
|
+
destination: string;
|
|
783
|
+
amount: string;
|
|
784
|
+
time: number;
|
|
785
|
+
};
|
|
786
|
+
declare function buildHyperliquidWithdraw3Action(args: {
|
|
787
|
+
destination: Address;
|
|
788
|
+
amountHuman: string;
|
|
789
|
+
isTestnet: boolean;
|
|
790
|
+
timeMs?: number;
|
|
791
|
+
}): {
|
|
792
|
+
action: HyperliquidWithdraw3Action;
|
|
793
|
+
nonce: number;
|
|
794
|
+
};
|
|
795
|
+
declare function buildHyperliquidWithdraw3TypedData(args: {
|
|
796
|
+
action: HyperliquidWithdraw3Action;
|
|
797
|
+
}): {
|
|
798
|
+
domain: {
|
|
799
|
+
chainId: number;
|
|
800
|
+
name: "HyperliquidSignTransaction";
|
|
801
|
+
version: "1";
|
|
802
|
+
verifyingContract: "0x0000000000000000000000000000000000000000";
|
|
803
|
+
};
|
|
804
|
+
types: {
|
|
805
|
+
readonly 'HyperliquidTransaction:Withdraw': readonly [{
|
|
806
|
+
readonly name: "hyperliquidChain";
|
|
807
|
+
readonly type: "string";
|
|
808
|
+
}, {
|
|
809
|
+
readonly name: "destination";
|
|
810
|
+
readonly type: "string";
|
|
811
|
+
}, {
|
|
812
|
+
readonly name: "amount";
|
|
813
|
+
readonly type: "string";
|
|
814
|
+
}, {
|
|
815
|
+
readonly name: "time";
|
|
816
|
+
readonly type: "uint64";
|
|
817
|
+
}];
|
|
818
|
+
};
|
|
819
|
+
primaryType: "HyperliquidTransaction:Withdraw";
|
|
820
|
+
message: {
|
|
821
|
+
hyperliquidChain: "Mainnet" | "Testnet";
|
|
822
|
+
destination: string;
|
|
823
|
+
amount: string;
|
|
824
|
+
time: number;
|
|
825
|
+
};
|
|
826
|
+
};
|
|
827
|
+
|
|
828
|
+
type HyperliquidBridgeDepositArgs = {
|
|
829
|
+
keyGen: KeyGenSubsetForPermit;
|
|
830
|
+
/** Arbitrum chain id (42161 mainnet, 421614 testnet). */
|
|
831
|
+
chainId: number;
|
|
832
|
+
rpcUrl: string;
|
|
833
|
+
chainDetail: EvmChainDetail;
|
|
834
|
+
useCustomGas: boolean;
|
|
835
|
+
customGasChainDetails?: Record<string, unknown> | null;
|
|
836
|
+
executorAddress: Address;
|
|
837
|
+
purposeText: string;
|
|
838
|
+
usdHuman: string;
|
|
839
|
+
};
|
|
840
|
+
type HyperliquidBridgeWithdrawArgs = {
|
|
841
|
+
keyGen: KeyGenSubsetForPermit;
|
|
842
|
+
chainId: number;
|
|
843
|
+
purposeText: string;
|
|
844
|
+
usdHuman: string;
|
|
845
|
+
/** Arbitrum address receiving USDC (defaults to executor). */
|
|
846
|
+
destination?: Address;
|
|
847
|
+
executorAddress: Address;
|
|
848
|
+
};
|
|
849
|
+
declare function buildEvmMultisignBodyHyperliquidBridgeDepositBatch(args: HyperliquidBridgeDepositArgs): Promise<MultisignBuildResult>;
|
|
850
|
+
declare function buildHyperliquidBridgeWithdrawMultisign(args: HyperliquidBridgeWithdrawArgs): Promise<MultisignBuildResult>;
|
|
851
|
+
|
|
666
852
|
declare const HYPERLIQUID_PROTOCOL_ID = "hyperliquid";
|
|
667
853
|
declare const hyperliquidProtocolModule: ProtocolModule;
|
|
668
854
|
|
|
669
|
-
export { HYPERLIQUID_CORE_WRITER_ADDRESS, HYPERLIQUID_CORE_WRITER_GAS_FALLBACK, HYPERLIQUID_DEFAULT_CANDLE_LIMIT, HYPERLIQUID_DEFAULT_LOOKBACK_DAYS, HYPERLIQUID_DEFAULT_OHLCV_INTERVAL, HYPERLIQUID_HLP_VAULT_ADDRESS, HYPERLIQUID_INTERVAL_MS, HYPERLIQUID_MAX_CANDLE_LIMIT, HYPERLIQUID_MAX_LOOKBACK_DAYS, HYPERLIQUID_MAX_OHLCV_BARS, HYPERLIQUID_PROTOCOL_ID, HYPERLIQUID_SPOT_ASSET_OFFSET, HYPERLIQUID_SUPPORTED_CHAIN_IDS, HYPERLIQUID_TIF, type HyperliquidActiveAssetContext, type HyperliquidCancelOrderArgs, type HyperliquidCloseOrderArgs, type HyperliquidDelegateArgs, type HyperliquidLimitOrderArgs, type HyperliquidLivePrice, type HyperliquidMarketSearchHit, type HyperliquidMarketSnapshot, type HyperliquidOhlcvCandle, type HyperliquidOhlcvInterval, type HyperliquidOhlcvRange, type HyperliquidOpenMarketContext, type HyperliquidOpenOrder, type HyperliquidPerpAccountSummary, type HyperliquidPerpAnnotation, type HyperliquidPerpConciseAnnotation, type HyperliquidPerpDex, type HyperliquidPerpMarket, type HyperliquidPositionDisplayRow, type HyperliquidSpotMarket, type HyperliquidSupportedChainId, type HyperliquidTifKey, type HyperliquidUsdClassBalances, type HyperliquidUsdClassTransferArgs, type HyperliquidVaultDepositArgs, type HyperliquidVaultEquity, type HyperliquidVaultSummary, type HyperliquidVaultWithdrawArgs, buildCoreWriterCancelByCloidCalldata, buildCoreWriterCancelByOidCalldata, buildCoreWriterLimitOrderCalldata, buildCoreWriterStakingDepositCalldata, buildCoreWriterStakingWithdrawCalldata, buildCoreWriterTokenDelegateCalldata, buildCoreWriterUsdClassTransferCalldata, buildCoreWriterVaultTransferCalldata, buildEvmMultisignBodyHyperliquidCancelBatch, buildEvmMultisignBodyHyperliquidCloseBatch, buildEvmMultisignBodyHyperliquidDelegateBatch, buildEvmMultisignBodyHyperliquidDelegateOnlyBatch, buildEvmMultisignBodyHyperliquidLimitOrderBatch, buildEvmMultisignBodyHyperliquidStakeDepositBatch, buildEvmMultisignBodyHyperliquidStakeWithdrawBatch, buildEvmMultisignBodyHyperliquidUndelegateBatch, buildEvmMultisignBodyHyperliquidUsdClassTransferBatch, buildEvmMultisignBodyHyperliquidVaultDepositBatch, buildEvmMultisignBodyHyperliquidVaultWithdrawBatch, coreWriterStep, hyperliquidApiBaseUrl, hyperliquidCollectAllPerpMarkets, hyperliquidEncodePx8, hyperliquidEncodeUsd6, hyperliquidEncodeWei8, hyperliquidFetchActiveAssetData, hyperliquidFetchAllMids, hyperliquidFetchCandles, hyperliquidFetchClearinghouseState, hyperliquidFetchDelegations, hyperliquidFetchDelegationsForExecutor, hyperliquidFetchDexList, hyperliquidFetchMarketSnapshot, hyperliquidFetchMarketSnapshotSummary, hyperliquidFetchMarketsSummary, hyperliquidFetchOhlcvRange, hyperliquidFetchOhlcvSummary, hyperliquidFetchOpenContextSummary, hyperliquidFetchOpenMarketContext, hyperliquidFetchOpenOrders, hyperliquidFetchOpenOrdersSummary, hyperliquidFetchOrdersForExecutor, hyperliquidFetchPerpAssetContext, hyperliquidFetchPerpConciseAnnotations, hyperliquidFetchPerpMeta, hyperliquidFetchPositionDisplayRows, hyperliquidFetchPositionsForExecutor, hyperliquidFetchSpotClearinghouseState, hyperliquidFetchSpotMeta, hyperliquidFetchStakingSummary, hyperliquidFetchStakingSummaryForExecutor, hyperliquidFetchUsdClassBalances, hyperliquidFetchUsdClassBalancesSummary, hyperliquidFetchUserVaultEquities, hyperliquidFetchUserVaultEquitiesSummary, hyperliquidFetchVaultCatalogSummary, hyperliquidFetchVaultSummaries, hyperliquidInferDexFromCoin, hyperliquidIsSpotAssetId, hyperliquidMarketSymbol, hyperliquidProtocolModule, hyperliquidResolveAsset, hyperliquidResolveOhlcvWindow, hyperliquidResolvePerpAsset, hyperliquidResolvePerpMarket, hyperliquidResolveSpotAsset, hyperliquidResolveTif, hyperliquidSearchMarkets, hyperliquidSearchMarketsSummary, hyperliquidVaultStatsUrl, isHyperliquidChainSupported };
|
|
855
|
+
export { HYPERLIQUID_BRIDGE_ARBITRUM_MAINNET_CHAIN_ID, HYPERLIQUID_BRIDGE_ARBITRUM_TESTNET_CHAIN_ID, HYPERLIQUID_BRIDGE_ERC20_TRANSFER_FALLBACK_GAS, HYPERLIQUID_BRIDGE_MIN_DEPOSIT_USDC, HYPERLIQUID_CORE_WRITER_ADDRESS, HYPERLIQUID_CORE_WRITER_GAS_FALLBACK, HYPERLIQUID_DEFAULT_CANDLE_LIMIT, HYPERLIQUID_DEFAULT_LOOKBACK_DAYS, HYPERLIQUID_DEFAULT_OHLCV_INTERVAL, HYPERLIQUID_HLP_VAULT_ADDRESS, HYPERLIQUID_HYPEREVM_USDC_MAINNET, HYPERLIQUID_HYPEREVM_USDC_TESTNET, HYPERLIQUID_INTERVAL_MS, HYPERLIQUID_MAX_CANDLE_LIMIT, HYPERLIQUID_MAX_LOOKBACK_DAYS, HYPERLIQUID_MAX_OHLCV_BARS, HYPERLIQUID_PROTOCOL_ID, HYPERLIQUID_SPOT_ASSET_OFFSET, HYPERLIQUID_SUPPORTED_CHAIN_IDS, HYPERLIQUID_TIF, HYPERLIQUID_USER_SIGNED_DOMAIN, HYPERLIQUID_USER_SIGNED_SIGNATURE_CHAIN_ID, HYPERLIQUID_WITHDRAW_SIGN_TYPES, type HyperliquidActiveAssetContext, type HyperliquidBridgeArbitrumChainId, type HyperliquidCancelOrderArgs, type HyperliquidCloseOrderArgs, type HyperliquidDelegateArgs, type HyperliquidL1Action, type HyperliquidLimitOrderArgs, type HyperliquidLivePrice, type HyperliquidMarketSearchHit, type HyperliquidMarketSnapshot, type HyperliquidOhlcvCandle, type HyperliquidOhlcvInterval, type HyperliquidOhlcvRange, type HyperliquidOpenMarketContext, type HyperliquidOpenOrder, type HyperliquidPerpAccountSummary, type HyperliquidPerpAnnotation, type HyperliquidPerpConciseAnnotation, type HyperliquidPerpDex, type HyperliquidPerpMarket, type HyperliquidPositionDisplayRow, type HyperliquidSpotMarket, type HyperliquidSupportedChainId, type HyperliquidTifKey, type HyperliquidUpdateLeverageAction, type HyperliquidUpdateLeverageMultisignArgs, type HyperliquidUsdClassBalances, type HyperliquidUsdClassTransferArgs, type HyperliquidVaultDepositArgs, type HyperliquidVaultEquity, type HyperliquidVaultSummary, type HyperliquidVaultWithdrawArgs, type HyperliquidWithdraw3Action, buildCoreWriterCancelByCloidCalldata, buildCoreWriterCancelByOidCalldata, buildCoreWriterLimitOrderCalldata, buildCoreWriterStakingDepositCalldata, buildCoreWriterStakingWithdrawCalldata, buildCoreWriterTokenDelegateCalldata, buildCoreWriterUsdClassTransferCalldata, buildCoreWriterVaultTransferCalldata, buildEvmMultisignBodyHyperliquidBridgeDepositBatch, buildEvmMultisignBodyHyperliquidCancelBatch, buildEvmMultisignBodyHyperliquidCloseBatch, buildEvmMultisignBodyHyperliquidDelegateBatch, buildEvmMultisignBodyHyperliquidDelegateOnlyBatch, buildEvmMultisignBodyHyperliquidLimitOrderBatch, buildEvmMultisignBodyHyperliquidStakeDepositBatch, buildEvmMultisignBodyHyperliquidStakeWithdrawBatch, buildEvmMultisignBodyHyperliquidUndelegateBatch, buildEvmMultisignBodyHyperliquidUsdClassTransferBatch, buildEvmMultisignBodyHyperliquidVaultDepositBatch, buildEvmMultisignBodyHyperliquidVaultWithdrawBatch, buildHyperliquidAgentTypedData, buildHyperliquidBridgeWithdrawMultisign, buildHyperliquidUpdateLeverageAction, buildHyperliquidUpdateLeverageMultisign, buildHyperliquidWithdraw3Action, buildHyperliquidWithdraw3TypedData, coreWriterStep, createHyperliquidL1ActionHash, hyperliquidApiBaseUrl, hyperliquidBridgeArbitrumChainId, hyperliquidBridgeConfig, hyperliquidCollectAllPerpMarkets, hyperliquidEncodePx8, hyperliquidEncodeUsd6, hyperliquidEncodeWei8, hyperliquidFetchActiveAssetData, hyperliquidFetchAllMids, hyperliquidFetchCandles, hyperliquidFetchClearinghouseState, hyperliquidFetchDelegations, hyperliquidFetchDelegationsForExecutor, hyperliquidFetchDexList, hyperliquidFetchMarketSnapshot, hyperliquidFetchMarketSnapshotSummary, hyperliquidFetchMarketsSummary, hyperliquidFetchOhlcvRange, hyperliquidFetchOhlcvSummary, hyperliquidFetchOpenContextSummary, hyperliquidFetchOpenMarketContext, hyperliquidFetchOpenOrders, hyperliquidFetchOpenOrdersSummary, hyperliquidFetchOrdersForExecutor, hyperliquidFetchPerpAssetContext, hyperliquidFetchPerpConciseAnnotations, hyperliquidFetchPerpMeta, hyperliquidFetchPositionDisplayRows, hyperliquidFetchPositionsForExecutor, hyperliquidFetchSpotClearinghouseState, hyperliquidFetchSpotMeta, hyperliquidFetchStakingSummary, hyperliquidFetchStakingSummaryForExecutor, hyperliquidFetchUsdClassBalances, hyperliquidFetchUsdClassBalancesSummary, hyperliquidFetchUserVaultEquities, hyperliquidFetchUserVaultEquitiesSummary, hyperliquidFetchVaultCatalogSummary, hyperliquidFetchVaultSummaries, hyperliquidInferDexFromCoin, hyperliquidIsSpotAssetId, hyperliquidMarketSymbol, hyperliquidProtocolModule, hyperliquidResolveAsset, hyperliquidResolveOhlcvWindow, hyperliquidResolvePerpAsset, hyperliquidResolvePerpMarket, hyperliquidResolveSpotAsset, hyperliquidResolveTif, hyperliquidSearchMarkets, hyperliquidSearchMarketsSummary, hyperliquidVaultStatsUrl, isHyperliquidBridgeArbitrumChainSupported, isHyperliquidBridgeArbitrumUsdcRow, isHyperliquidChainSupported, isHyperliquidHyperEvmUsdcRow };
|