Skip to content

Commit

Permalink
Merge pull request #4166 from JoinColony/fix/create-data-intermittent
Browse files Browse the repository at this point in the history
Fix (?) intermittent error in create-data script
  • Loading branch information
rdig authored Jan 28, 2025
2 parents db61926 + 392a21b commit dc22d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ const userPayments = async (
users[userIndex] ===
utils.getAddress(Object.keys(ganacheAddresses)[0])
) {
amount = BigNumber.from(`50000000000000000000`);
amount = BigNumber.from(`30000000000000000000`);
}

const params = [
Expand Down

0 comments on commit dc22d82

Please sign in to comment.