Skip to content

Commit

Permalink
rename native orders
Browse files Browse the repository at this point in the history
  • Loading branch information
novaliu86 committed Nov 14, 2024
1 parent 8d7e20c commit b508f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/unames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export enum LiquiditySourceUname {
Clipper = "Clipper",
SushiswapV2 = "SushiswapV2",
SushiswapV3 = "SushiswapV3",
NativeOrderbook = "Orderbook",
NativeLimitOrder = "LimitOrder",
NativeOrderbook = "Orderbook-Native",
NativeLimitOrder = "LimitOrder-Native",
BebopOrderbook = "Orderbook-Bebop",
BebopLimitOrder = "LimitOrder-Bebop",
Aerodrome = "Aerodrome",
Expand Down

0 comments on commit b508f58

Please sign in to comment.