what is this fork URL?? #31
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Hello @web3baji Please describe a little bit more your question so we can provide better support. |
Beta Was this translation helpful? Give feedback.
-
The reason is that $RPC_URL is a env variable, don't forget to add it on your console with:
or you can just put it manually instead of using the |
Beta Was this translation helpful? Give feedback.
-
@web3baji Follow these steps;
SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/...
PRIVATE_KEY=... Update your keys here; [rpc_endpoints]
sepolia = "${SEPOLIA_RPC_URL}"
forge script DeploySimpleStorage --rpc-url sepolia --private-key $PRIVATE_KEY --broadcast Let me know the result |
Beta Was this translation helpful? Give feedback.
-
My problem was that I didn't save my .env file. Rookie mistake. |
Beta Was this translation helpful? Give feedback.
My problem was that I didn't save my .env file. Rookie mistake.