UNPKG

hermes-swap-router-sdk

Version:

An sdk for routing swaps using Uniswap v2, Uniswap v3 and Balancer Stable Pools.

8 lines (7 loc) 150 B
export declare enum Protocol { V2 = "V2", V3 = "V3", BAL_STABLE = "BAL", BAL_STABLE_WRAPPER = "ERC4626", MIXED = "MIXED" }