From 13a3679f3b33338d841179643af7ae445907069f Mon Sep 17 00:00:00 2001 From: onahprosperity Date: Fri, 27 Oct 2023 06:23:14 +0100 Subject: [PATCH] fix: base-goerli rpc fix --- hardhat.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.js b/hardhat.config.js index 0c01b74..95ead0c 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -37,7 +37,7 @@ module.exports = { saveDeployments: true, }, baseGoerli: { - url: process.env.BASE_GOERLI_RPC_URL, + url: "https://goerli.base.org", accounts: DEPLOYER_PRIVATE_KEY, chainId: 84531, gasPrice: 1000000000,