From fbc7947f96283faf64146fdf5506c733d708c292 Mon Sep 17 00:00:00 2001 From: web3rover <7037606+web3rover@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:51:50 +0530 Subject: [PATCH] fix: fixed url Co-authored-by: GitGuru7 <128375421+GitGuru7@users.noreply.github.com> --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 36877dcd..e9951857 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -414,7 +414,7 @@ const config: HardhatUserConfig = { network: "basemainnet", chainId: 8453, urls: { - apiURL: "https://mainnet.base.org", + apiURL: "https://api.basescan.org/api", browserURL: "https://basescan.org/", }, },