Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sunspirit99 committed Dec 27, 2024
1 parent a169848 commit bfe28f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/valueobject/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,7 @@ var (
ExchangeSonicMarket Exchange = "sonic-market"
ExchangeSboom Exchange = "sboom"
ExchangeBeetsSS Exchange = "beets-ss"
ExchangeMobius Exchange = "mobius"
ExchangeSonicSwap Exchange = "sonic-swap"
ExchangeMemeDex Exchange = "meme-dex"
)

var AMMSourceSet = map[Exchange]struct{}{
Expand Down Expand Up @@ -710,8 +709,7 @@ var AMMSourceSet = map[Exchange]struct{}{
ExchangeSonicMarket: {},
ExchangeSboom: {},
ExchangeBeetsSS: {},
ExchangeMobius: {},
ExchangeSonicSwap: {},
ExchangeMemeDex: {},
}

func IsAMMSource(exchange Exchange) bool {
Expand Down

0 comments on commit bfe28f9

Please sign in to comment.