Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-converter committed Dec 5, 2020
1 parent f79abdb commit a94987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a94987c

Please sign in to comment.