From d2ae25aaed1ca7b0515347fab3aea7b7b7f5dc05 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sat, 8 Jun 2024 19:56:19 +0300 Subject: [PATCH] Update Makefile Signed-off-by: vvzvlad --- projects/hello-world/contracts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/hello-world/contracts/Makefile b/projects/hello-world/contracts/Makefile index 2af9de7..64cbe8c 100644 --- a/projects/hello-world/contracts/Makefile +++ b/projects/hello-world/contracts/Makefile @@ -2,8 +2,8 @@ .phony: deploy # anvil's third default address -sender := 0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a -RPC_URL := http://localhost:8545 +sender := ###PRIVATE_KEY### +RPC_URL := https://base-rpc.publicnode.com # deploying the contract deploy: