From 4560984813cccab008272b6f6ee410ca3c7ad3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Levente=20T=C3=B3th?= Date: Tue, 29 Oct 2024 14:36:11 +0100 Subject: [PATCH] fix(hardhat): fdpPlay with ipv4 url --- orchestrator/hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/hardhat.config.ts b/orchestrator/hardhat.config.ts index 918e28e..9993d62 100644 --- a/orchestrator/hardhat.config.ts +++ b/orchestrator/hardhat.config.ts @@ -16,7 +16,7 @@ const config: HardhatUserConfig = { }, networks: { fdpPlay: { - url: 'http://localhost:9545', + url: 'http://127.0.0.1:9545', chainId: 4020, gasPrice: 10000000000, //10 gwei accounts: ['0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d'],