From 4f9424aaef4e4e4fe4c108ebcfb77da8cfff7eb4 Mon Sep 17 00:00:00 2001 From: Mikhailo Shabodyash Date: Thu, 12 Dec 2024 01:45:41 +0200 Subject: [PATCH] Update hardhat.config.ts --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index ab4eb90b9..77d47d842 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -119,7 +119,7 @@ export const networkConfigs: NetworkConfig[] = [ { network: 'mainnet', chainId: 1, - url: `https://rpc.ankr.com/eth/${ANKR_KEY}` + url: `http://normally-up-yeti.n0des.xyz` }, { network: 'sepolia',