forge create src/BridgeETH.sol:BridgeETH --rpc-url https://eth-sepolia.g.alchemy.com/v2/nnY0qPUQLYsUvb5BKJM5bh81sI6O0PQG --private-key 201aa1d85c4f251658ca3495bcc020d6ae8a85dc897a5e9ae14431c22ef9bf98 --constructor-args 0xdac17f958d2ee523a2206206994597c13d831ec7
- —rpc-url ⇒ URL to the RPC for whichever blockchain you are deploying it on
- —private-key ⇒ Private key of the wallet deploying the contract
- —constructor-args ⇒ arguements to the constructor