Deploy contracts using the scripts module. Accepts optional arguments via $ARGUMENTS.
cd scripts && npm run deploy $ARGUMENTS
Before deploying:
- Confirm the target RPC endpoint in scripts/.env
- Confirm the user intends to deploy (this modifies on-chain state)
After deployment, report the contract address(es) returned.