diff --git a/app/page.tsx b/app/page.tsx index 92ab334..2265bc7 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -14,6 +14,11 @@ const asicMiners: Record = power: 1.0, cost: 10000, }, + 'Goldshell AL BOX II': { + hashrate: 1.440, + power: 0.36, + cost: 6350, + }, 'Bitmain Antminer L1 (with coupon)': { hashrate: 15.6, power: 3.51, @@ -28,12 +33,7 @@ const asicMiners: Record = hashrate: 0.4, power: 0.1, cost: 799, - }, - 'Goldshell AL BOX II': { - hashrate: 1.440, - power: 0.36, - cost: 6350, - }, + } } const stableRewardDate = new Date('2025-11-08')