@dzapio/sdk
Version:
A TypeScript/JavaScript SDK for interacting with the DZap protocol, providing utilities for DeFi operations including Swaps, Bridges, and Zaps.
32 lines (31 loc) • 761 B
TypeScript
export declare const exclusiveChainIds: {
zkSync: number;
arthera: number;
gnosis: number;
kaia: number;
bounceBit: number;
biFrost: number;
flare: number;
iotaEvm: number;
opbnb: number;
zkFair: number;
bahamut: number;
immutableZkevm: number;
abstract: number;
lens: number;
citreaTestnet: number;
hyperLiquid: number;
};
export declare const chainTypes: {
readonly evm: "evm";
readonly bvm: "bvm";
readonly svm: "svm";
readonly aptosvm: "aptosvm";
readonly cosmos: "cosmos";
readonly nearvm: "nearvm";
readonly starknetvm: "starknetvm";
readonly stellarvm: "stellarvm";
readonly suivm: "suivm";
readonly tonvm: "tonvm";
readonly tronvm: "tronvm";
};