Skip to content

Commit

Permalink
ft: add hold-fun (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
NgoKimPhu authored Dec 11, 2024
1 parent 8451faa commit f95128b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/valueobject/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,11 @@ var (
ExchangeSectaV2 Exchange = "secta-v2"
ExchangeSectaV3 Exchange = "secta-v3"
ExchangeQuickSwapUniV3 Exchange = "quickswap-uni-v3"
ExchangeAmbient Exchange = "ambient"
ExchangeHoldFun Exchange = "hold-fun"

ExchangeAmbient Exchange = "ambient"
ExchangeMaverickV2 Exchange = "maverick-v2"

ExchangeMaverickV2 Exchange = "maverick-v2"
ExchangeEtherVista Exchange = "ether-vista"
ExchangeLitePSM Exchange = "lite-psm"
ExchangeMkrSky Exchange = "mkr-sky"
Expand Down Expand Up @@ -666,6 +668,7 @@ var AMMSourceSet = map[Exchange]struct{}{
ExchangeSectaV2: {},
ExchangeSectaV3: {},
ExchangeQuickSwapUniV3: {},
ExchangeHoldFun: {},
ExchangeAmbient: {},
ExchangeMaverickV2: {},
ExchangeEtherVista: {},
Expand Down

0 comments on commit f95128b

Please sign in to comment.