Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Sep 30, 2024
1 parent d997e08 commit 96d0d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployL2.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async function deployContract() {

// fund 50 qkc into the storage contract to give reward for empty mining
const ethStorage = StorageContract.attach(ethStorageProxy.address);
const tx = await ethStorage.sendValue({ value: hre.ethers.utils.parseEther("1") });
const tx = await ethStorage.sendValue({ value: hre.ethers.utils.parseEther("50") });
await tx.wait();
console.log("balance of " + ethStorage.address, await hre.ethers.provider.getBalance(ethStorage.address));

Expand Down

0 comments on commit 96d0d6a

Please sign in to comment.