From a6ea49764ea708c6d9e4ade122729a1d8f2b5dba Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sun, 9 Jun 2024 03:26:26 +0300 Subject: [PATCH] Update 'projects/hello-world/contracts/Makefile' --- projects/hello-world/contracts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hello-world/contracts/Makefile b/projects/hello-world/contracts/Makefile index 64cbe8c..252e829 100644 --- a/projects/hello-world/contracts/Makefile +++ b/projects/hello-world/contracts/Makefile @@ -3,7 +3,7 @@ # anvil's third default address sender := ###PRIVATE_KEY### -RPC_URL := https://base-rpc.publicnode.com +RPC_URL := ###RPC_URL### # deploying the contract deploy: