Skip to content

Commit

Permalink
ft: add DeFive
Browse files Browse the repository at this point in the history
  • Loading branch information
NgoKimPhu committed Feb 24, 2025
1 parent 04cf1ff commit e28e6a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/valueobject/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ var (
ExchangeSwapXV2 Exchange = "swap-x-v2"
ExchangeMemeBox Exchange = "memebox"
ExchangeShadowLegacy Exchange = "shadow-legacy"
ExchangeDeFive Exchange = "defive"

ExchangeKodiakV2 Exchange = "kodiak-v2"
ExchangeKodiakV3 Exchange = "kodiak-v3"
Expand Down Expand Up @@ -761,6 +762,7 @@ var AMMSourceSet = map[Exchange]struct{}{
ExchangeSwapXV2: {},
ExchangeMemeBox: {},
ExchangeShadowLegacy: {},
ExchangeDeFive: {},
ExchangeKodiakV2: {},
ExchangeKodiakV3: {},
ExchangeBeraSwapWeighted: {},
Expand Down

0 comments on commit e28e6a8

Please sign in to comment.