Skip to content

Commit

Permalink
refactor: update DRIFT amount
Browse files Browse the repository at this point in the history
  • Loading branch information
ChesterSim committed Sep 3, 2024
1 parent 935f3d9 commit 04f494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/stake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { createDriftClient, returnErrorResponse } from '../utils/index.js';

const router = express.Router();

const REQUIRED_DRIFT_AMOUNT = 1000; // used for Solana Breakpoint car-riding booking requirement
const REQUIRED_DRIFT_AMOUNT = 5000; // used for Solana Breakpoint car-riding booking requirement
const DRIFT_SPOT_MARKET_INDEX = 15;
const driftPrecision =
MainnetSpotMarkets[DRIFT_SPOT_MARKET_INDEX].precision.toNumber();
Expand Down

0 comments on commit 04f494e

Please sign in to comment.