Update Makefile

Signed-off-by: vvzvlad <github@vvzvlad.xyz>
This commit is contained in:
vvzvlad 2024-06-08 19:56:19 +03:00 committed by GitHub
parent 261871db75
commit d2ae25aaed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: