diff --git a/app/api/cron/trader/mint/route.ts b/app/api/cron/trader/mint/route.ts index 0c46c81..1837cf7 100644 --- a/app/api/cron/trader/mint/route.ts +++ b/app/api/cron/trader/mint/route.ts @@ -5,7 +5,7 @@ import { NextRequest } from "next/server"; const BASEPAINT_REWARDS_ADDRESS = "0xaff1A9E200000061fC3283455d8B0C7e3e728161"; const REFERRER_ADDRESS = "0xDAdA5bAd8cdcB9e323d0606d081E6Dc5D3a577a1"; -const MINT_COUNT = 3; +const MINT_COUNT = 6; const MINT_PRICE_WEI = 2_600_000_000_000_000; // 0.0026 ETH per mint const getProvider = () => {