hardhat deploying application to sepolia testnet
To deploy to a testnet, let's use this endpoint as my testnet - https://eth-sepolia.g.alchemy.com/v2/xxxxxxxxxxxxxxxxxxxxxxxxx. Please register and create a free account and select all the testnet A nd we also need to set the wallet private keys (please do not share actual private key). This account here must have some $$$$. If you don't have you can use sepolia to send this over to your MetaMask or any other wall. https://cloud.google.com/application/web3/faucet/ethereum/sepolia Why use google? Others like Alchemy requires atleast some $$$ in your wallet before you can deploy anything.Ensure that we have the followings configurations:- hardhatOp : { type : " edr-simulated " , chainType : " op " , }, sepolia : { type : " http " , chainType : " l1 " , url : configVariable ( SEPOLIA_RPC_URL ) , accounts : ...