From 76b0f66e8a6fcd8b8133fbb32bf6b03bc9bee525 Mon Sep 17 00:00:00 2001 From: Goran Vladika Date: Wed, 20 Mar 2024 14:19:04 +0100 Subject: [PATCH] Update RPC --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 253ac5ca..420ce87a 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -139,7 +139,7 @@ module.exports = { url: 'http://localhost:8545', }, testnode_l1: { - url: 'http://localhost:8545', + url: 'http://geth:8545', accounts: process.env['DEPLOYER_PRIVKEY'] ? [process.env['DEPLOYER_PRIVKEY']] : [],