Skip to content

Commit

Permalink
remove zigzag configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikspz committed Jul 17, 2023
1 parent d2ee22d commit 0c5ab3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/services/connection-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export type ConnectorUnion =
| Perpish
| RefAMMish
| CLOBish
| ZigZag
| InjectiveClobPerp
| Tinyman;

Expand All @@ -144,8 +143,6 @@ export type Connector<T> = T extends Uniswapish
? RefAMMish
: T extends CLOBish
? CLOBish
: T extends ZigZag
? ZigZag
: T extends InjectiveClobPerp
? InjectiveClobPerp
: T extends Tinyman
Expand Down

0 comments on commit 0c5ab3e

Please sign in to comment.