diff --git a/.gitignore b/.gitignore index a9b9f4768d5..c2cdaf3c316 100644 --- a/.gitignore +++ b/.gitignore @@ -71,4 +71,5 @@ __pycache__/ # direnv .envrc +.envrc.local .direnv/ diff --git a/README.md b/README.md index 4f9f63c2d04..25544e8ce8b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # reth -[![bench status](https://github.com/paradigmxyz/reth/actions/workflows/bench.yml/badge.svg)](https://github.com/paradigmxyz/reth/actions/workflows/bench.yml) -[![CI status](https://github.com/paradigmxyz/reth/workflows/unit/badge.svg)][gh-ci] -[![cargo-lint status](https://github.com/paradigmxyz/reth/actions/workflows/lint.yml/badge.svg)][gh-lint] +[![bench status](https://github.com/AdekunleBamz/reth/actions/workflows/bench.yml/badge.svg)](https://github.com/AdekunleBamz/reth/actions/workflows/bench.yml) +[![CI status](https://github.com/AdekunleBamz/reth/workflows/unit/badge.svg)][gh-ci] +[![cargo-lint status](https://github.com/AdekunleBamz/reth/actions/workflows/lint.yml/badge.svg)][gh-lint] [![Telegram Chat][tg-badge]][tg-url] **Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol** @@ -14,8 +14,8 @@ | [Developer Docs](./docs) | [Crate Docs](https://reth.rs/docs) -[gh-ci]: https://github.com/paradigmxyz/reth/actions/workflows/unit.yml -[gh-lint]: https://github.com/paradigmxyz/reth/actions/workflows/lint.yml +[gh-ci]: https://github.com/AdekunleBamz/reth/actions/workflows/unit.yml +[gh-lint]: https://github.com/AdekunleBamz/reth/actions/workflows/lint.yml [tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fparadigm%5Freth ## What is Reth?