Skip to content

Commit

Permalink
Merge branch 'main' into feat/dexalot
Browse files Browse the repository at this point in the history
  • Loading branch information
tien7668 committed Oct 30, 2024
2 parents ae336ad + 26e2dfd commit 9ab2667
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkg/valueobject/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -669,11 +669,15 @@ func IsAMMSource(exchange Exchange) bool {
}

var RFQSourceSet = map[Exchange]struct{}{
ExchangeKyberPMM: {},
ExchangeSwaapV2: {},
ExchangeHashflowV3: {},
ExchangeKyberPMM: {},

ExchangeKyberSwapLimitOrderDS: {},

ExchangeSwaapV2: {},
ExchangeHashflowV3: {},
ExchangeNativeV1: {},
ExchangeBebop: {},
ExchangeClipper: {},
}

func IsRFQSource(exchange Exchange) bool {
Expand Down

0 comments on commit 9ab2667

Please sign in to comment.