From f5c1deb13892c62d91fe03c2e5b080f1994db9fb Mon Sep 17 00:00:00 2001 From: Peiyuan Liao Date: Thu, 26 Aug 2021 01:06:00 -0600 Subject: [PATCH] update --- eth/hardhat.config.js | 1 + eth/keys/out_private.json | 2 +- eth/keys/out_public.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/eth/hardhat.config.js b/eth/hardhat.config.js index 871f047..886f3aa 100644 --- a/eth/hardhat.config.js +++ b/eth/hardhat.config.js @@ -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'); diff --git a/eth/keys/out_private.json b/eth/keys/out_private.json index 28ade77..9878486 100644 --- a/eth/keys/out_private.json +++ b/eth/keys/out_private.json @@ -1 +1 @@ -"15365354736920653422361449583730545114384781071142691411053196294369466967231" \ No newline at end of file +"7436444985564257388641568453983430235240421637796288585915785835403346827224" \ No newline at end of file diff --git a/eth/keys/out_public.json b/eth/keys/out_public.json index bda0444..fcd824d 100644 --- a/eth/keys/out_public.json +++ b/eth/keys/out_public.json @@ -1,4 +1,4 @@ [ - "20570429079440876874232554648929749383768253844099848053194148867507251094789", - "21646617926073913709205925095909833688521659971275855627391956530616010432712" + "7740372084585987155484008265620943144342913409804205385745482832325610494802", + "13432246653756375231286144066765295473357154911140864565409792325468570091416" ] \ No newline at end of file