Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Peiyuan Liao committed Aug 26, 2021
1 parent 3f857c4 commit f5c1deb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions eth/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ task("remove_bounty", "Remove bounty without claiming")
.addParam("walletprivatekey", "wallet private key", "./keys/.private_key")
.addParam("mse", "mse cap, quantized", "18406")
.setAction(async (taskArgs) => {
const provider = new hre.ethers.providers.JsonRpcProvider();
const fs = require("fs");
const BountyManager = await hre.ethers.getContractFactory('BountyManager');
const CONTRACT_ADDRESS = fs.readFileSync('./artifacts/.env_contract', 'utf-8');
Expand Down
2 changes: 1 addition & 1 deletion eth/keys/out_private.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"15365354736920653422361449583730545114384781071142691411053196294369466967231"
"7436444985564257388641568453983430235240421637796288585915785835403346827224"
4 changes: 2 additions & 2 deletions eth/keys/out_public.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"20570429079440876874232554648929749383768253844099848053194148867507251094789",
"21646617926073913709205925095909833688521659971275855627391956530616010432712"
"7740372084585987155484008265620943144342913409804205385745482832325610494802",
"13432246653756375231286144066765295473357154911140864565409792325468570091416"
]

0 comments on commit f5c1deb

Please sign in to comment.