Skip to content

Commit

Permalink
add codeowners (#124)
Browse files Browse the repository at this point in the history
* replace maintainers with CODEOWNERS

* add codeowners
  • Loading branch information
sukoneck authored Aug 31, 2023
1 parent d566f8c commit 9652d51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# they will be requested for review when someone opens a pull request.
* @dvush @Wazzymandias @TymKh @metachris
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ Example Single request:
curl localhost:9000 -f -d '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["latest", false],"id":1}'
```

## Maintainers

This project is currently maintained by:

* [@bertcmiller](https://twitter.com/bertcmiller)
* [@metachris](https://twitter.com/metachris)

## Contributing

[Flashbots](https://flashbots.net) is a research and development collective working on mitigating the negative externalities of decentralized economies. We contribute with the larger free software community to illuminate the dark forest.
Expand Down

0 comments on commit 9652d51

Please sign in to comment.