Closed ShivamBisen closed 2 months ago
This PR addresses an issue with the deployment command for the Sepolia testnet. Previously, the command deploy-sepolia was used, which resulted in a "command not found" error. The correct command should be make deploy-sepolia,
deploy-sepolia
make deploy-sepolia,
This PR addresses an issue with the deployment command for the Sepolia testnet. Previously, the command
deploy-sepolia
was used, which resulted in a "command not found" error. The correct command should bemake deploy-sepolia,