Skip to content

Commit 8121027

Browse files
authored
update focus floor price (#714)
1 parent 12569e4 commit 8121027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/dao_coin_exchange_with_fees.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ func (fes *APIServer) GetQuoteCurrencyPriceInUsdEndpoint(ww http.ResponseWriter,
945945
// focus launches on mainnet, the FOCUS_FLOOR_PRICE_DESO_NANOS_MAINNET value needs to be updated
946946
// based on the price of DESO at launch.
947947
const FOCUS_FLOOR_PRICE_DESO_NANOS_TESTNET = 166666
948-
const FOCUS_FLOOR_PRICE_DESO_NANOS_MAINNET = 40000
948+
const FOCUS_FLOOR_PRICE_DESO_NANOS_MAINNET = 44474
949949

950950
func GetFocusFloorPriceDESONanos(isTestnet bool) uint64 {
951951
if isTestnet {

0 commit comments

Comments
 (0)