Skip to content

Commit

Permalink
Merge pull request #74 from Giveth/aminlatifi-patch-1
Browse files Browse the repository at this point in the history
Remove extra space in amount value
  • Loading branch information
aminlatifi authored Aug 25, 2022
2 parents bc13002 + 274d477 commit 232f5a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { ethers } = hre;
const pools = [
{
address: "0xc0dbDcA66a0636236fAbe1B3C16B1bD4C84bB1E1",
amount: " 900000", // 75000 * 6 (rounds) * 2 (weeks) = 900,000,
amount: "900000", // 75000 * 6 (rounds) * 2 (weeks) = 900,000,
}, // BAL GIV/ETH
];

Expand Down

0 comments on commit 232f5a5

Please sign in to comment.