Skip to content

Commit

Permalink
add types for aero/velodrome slipstream (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
corysquid authored May 11, 2024
1 parent 574eb44 commit eff2abb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dexes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface Dex {
export enum DexName {
AGNI_V3 = "Agni-v3",
AERODROME = "Aerodrome",
AERODROME_V3 = "Aerodrome-v3",
APESWAP = "Apeswap",
APESWAP_V3 = "Apeswap-v3",
BALANCER_V2 = "Balancer-v2",
Expand Down Expand Up @@ -62,6 +63,7 @@ export enum DexName {
WOMBAT = "Wombat",
VELODROME = "Velodrome",
VELODROME_V2 = "Velodrome-v2",
VELODROME_V3 = "Velodrome-v3",
VELOCIMETER = "Velocimeter",
ZYBERSWAP = "Zyberswap",
ZYBERSWAP_V3 = "Zyberswap-v3",
Expand All @@ -78,6 +80,7 @@ export enum DexType {
PLATYPUS = "platypus",
PANCAKESWAP_STABLE = "pancakeswap-stable",
SADDLE = "saddle",
SLIPSTREAM = "slipstream",
SOLIDLY = "solidly",
TRIDENT = "trident",
WOMBAT = "wombat",
Expand Down

0 comments on commit eff2abb

Please sign in to comment.