From a94987cf5a35ef6217656e8a8b03735c8b927546 Mon Sep 17 00:00:00 2001 From: coffee-converter Date: Sat, 5 Dec 2020 01:00:45 -0600 Subject: [PATCH] bugfix --- src/mapping.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapping.ts b/src/mapping.ts index 1b4bb33..b71fe0c 100644 --- a/src/mapping.ts +++ b/src/mapping.ts @@ -31,7 +31,7 @@ let NORMAL_SUPPLY = BigInt.fromI32(5000000).times(BigInt.fromI32(10).pow(18)), for (let i = 1; i <= 50; i++) { let day = new GlobalReservationDay(i.toString()) - day.investmentDay = BigInt.fromI32(0) + day.investmentDay = BigInt.fromI32(i) let min = NORMAL_SUPPLY, max = NORMAL_SUPPLY switch (i) { case 8: case 10: