Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhodl committed Oct 17, 2023
1 parent c8949c7 commit 3f60f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function main() {
await storageContract.deployed();
console.log("storage contract address is ", storageContract.address);

// fund 1 eth into the storage contract to give reward for empty mining
// fund 10 eth into the storage contract to give reward for empty mining
const tx = await storageContract.sendValue({ value: ethers.utils.parseEther("10") });
await tx.wait();
console.log("balance of " + storageContract.address, await hre.ethers.provider.getBalance(storageContract.address));
Expand Down

0 comments on commit 3f60f0e

Please sign in to comment.