diff --git a/README.md b/README.md index a064e9ad..801a3001 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,14 @@ bun run test bun run pub ``` +### Deployment + +``` +NODE_OPTIONS='--experimental-loader ts-node/esm/transpile-only' bun run hardhat --network deploy +``` + +Full list of available networks for deployment is [here](hardhat.config.cts#L38). + ### Release flow 1. Create a `feature` branch from `staging` branch