Skip to content

Commit

Permalink
updated demo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Apr 8, 2024
1 parent 60c6628 commit 3c16012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/foundry/contracts/Reputation/ReputationFaucet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract ReputationFaucet is ERC1155Holder {

for (uint256 i = 0; i < sequence.operations.length; i++) {
sequence.operations[i].id = i;
sequence.operations[i].amount = 15;
sequence.operations[i].amount = 40;
}

reputationTokens.distribute(address(this), sequence);
Expand Down
2 changes: 1 addition & 1 deletion packages/foundry/script/DeployDemo.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ contract DeployDemoScript is ScaffoldETHDeploy {

batchSetTokenURIs(instance);

batchMint(instance, controller, 50, 25, 75);
// batchMint(instance, controller, 50, 25, 75);
batchMint(instance, address(faucet), 10000, 10000, 10000);

uint256 id;
Expand Down

0 comments on commit 3c16012

Please sign in to comment.