Skip to content

Commit

Permalink
Merge pull request #374 from ensdomains/update-readme
Browse files Browse the repository at this point in the history
add a guide on deploying
  • Loading branch information
talentlessguy authored Jul 31, 2024
2 parents 80e76e2 + 91dc6b3 commit a449512
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ bun run test
bun run pub
```

### Deployment

```
NODE_OPTIONS='--experimental-loader ts-node/esm/transpile-only' bun run hardhat --network <network_name> deploy
```

Full list of available networks for deployment is [here](hardhat.config.cts#L38).

### Release flow

1. Create a `feature` branch from `staging` branch
Expand Down

0 comments on commit a449512

Please sign in to comment.