Skip to content

Commit

Permalink
update focus floor price (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazynina authored Jan 30, 2025
1 parent 12569e4 commit 8121027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/dao_coin_exchange_with_fees.go
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ func (fes *APIServer) GetQuoteCurrencyPriceInUsdEndpoint(ww http.ResponseWriter,
// focus launches on mainnet, the FOCUS_FLOOR_PRICE_DESO_NANOS_MAINNET value needs to be updated
// based on the price of DESO at launch.
const FOCUS_FLOOR_PRICE_DESO_NANOS_TESTNET = 166666
const FOCUS_FLOOR_PRICE_DESO_NANOS_MAINNET = 40000
const FOCUS_FLOOR_PRICE_DESO_NANOS_MAINNET = 44474

func GetFocusFloorPriceDESONanos(isTestnet bool) uint64 {
if isTestnet {
Expand Down

0 comments on commit 8121027

Please sign in to comment.