@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
30 lines • 1.22 kB
TypeScript
export declare const SwapProtocol: Readonly<{
readonly Cswap: "cswap";
readonly Minswap_v1: "minswap-v1";
readonly Minswap_v2: "minswap-v2";
readonly Minswap_stable: "minswap-stable";
readonly Muesliswap: "muesliswap";
readonly Muesliswap_v1: "muesliswap-v1";
readonly Muesliswap_v2: "muesliswap-v2";
readonly Muesliswap_clp: "muesliswap-clp";
readonly Muesliswap_orderbook: "muesliswap-orderbook";
readonly Spectrum_v1: "spectrum-v1";
readonly Sundaeswap_v1: "sundaeswap-v1";
readonly Sundaeswap_v3: "sundaeswap-v3";
readonly Teddy_v1: "teddy-v1";
readonly Vyfi_v1: "vyfi-v1";
readonly Wingriders_v1: "wingriders-v1";
readonly Wingriders_v2: "wingriders-v2";
readonly Wingriders_stable: "wingriders-stable";
readonly Splash_v1: "splash";
readonly Splash_v4: "splash-v4";
readonly Splash_v5: "splash-v5";
readonly Splash_v6: "splash-v6";
readonly Snekfun: "splash-degen-quad";
readonly Chadswap: "chadswap";
readonly Cerra: "cerra";
readonly Genius: "genius";
readonly Unsupported: "unsupported";
}>;
export type SwapProtocol = (typeof SwapProtocol)[keyof typeof SwapProtocol];
//# sourceMappingURL=protocol.d.ts.map