From b354d46a84f6744d2f8b4da00605fb66c4aa4ad6 Mon Sep 17 00:00:00 2001 From: halaprix Date: Wed, 3 Aug 2022 12:37:53 +0200 Subject: [PATCH 1/6] fix --- hardhat.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/hardhat.config.ts b/hardhat.config.ts index 70954602..e58c5ba0 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -64,6 +64,7 @@ const config: HardhatUserConfig = { gas: 'auto', initialBaseFeePerGas: 1000000000, allowUnlimitedContractSize: false, + accounts: [{ privateKey: process.env.PRIVATE_KEY_GOERLI!, balance: '10000000000000000000' }], }, ...Object.fromEntries( [ From 5ef77cd745a0e27d4002b1047eb6ace4d7bbdd60 Mon Sep 17 00:00:00 2001 From: Halaprix Date: Thu, 4 Aug 2022 08:35:24 +0200 Subject: [PATCH 2/6] Update hardhat.config.ts --- hardhat.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index e58c5ba0..70954602 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -64,7 +64,6 @@ const config: HardhatUserConfig = { gas: 'auto', initialBaseFeePerGas: 1000000000, allowUnlimitedContractSize: false, - accounts: [{ privateKey: process.env.PRIVATE_KEY_GOERLI!, balance: '10000000000000000000' }], }, ...Object.fromEntries( [ From 6d1b188a01d0680a5e9484a49adb6d205ce0b35f Mon Sep 17 00:00:00 2001 From: Halaprix Date: Thu, 4 Aug 2022 08:35:45 +0200 Subject: [PATCH 3/6] Update deploy.ts --- scripts/deployment/deploy.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/deployment/deploy.ts b/scripts/deployment/deploy.ts index e335db98..04f3b219 100644 --- a/scripts/deployment/deploy.ts +++ b/scripts/deployment/deploy.ts @@ -4,7 +4,7 @@ // When running the script with `npx hardhat run