@@ -86,7 +86,6 @@ Refer to the Directory Structure section below to understand which packages are
│ ├── <ahref="./packages/replica-healthcheck">replica-healthcheck</a>: Service for monitoring the health of a replica node
│ └── <ahref="./packages/sdk">sdk</a>: provides a set of tools for interacting with Optimism
├── <ahref="./indexer">indexer</a>: indexes and syncs transactions
├── <ahref="./l2geth">l2geth</a>: Optimism client software, a fork of <ahref="https://github.com/ethereum/go-ethereum/tree/v1.9.10">geth v1.9.10</a>
├── <ahref="./op-exporter">op-exporter</a>: A prometheus exporter to collect/serve metrics from an Optimism node
├── <ahref="./proxyd">proxyd</a>: Configurable RPC request router and proxy
└── <ahref="./technical-documents">technical-documents</a>: audits and post-mortem documents
...
...
@@ -160,6 +159,4 @@ It's strongly recommended to avoid merging PRs into develop during an active rel
## License
Code forked from [`go-ethereum`](https://github.com/ethereum/go-ethereum) under the name [`l2geth`](https://github.com/ethereum-optimism/optimism/tree/master/l2geth) is licensed under the [GNU GPLv3](https://gist.github.com/kn9ts/cbe95340d29fc1aaeaa5dd5c059d2e60) in accordance with the [original license](https://github.com/ethereum/go-ethereum/blob/master/COPYING).
All other files within this repository are licensed under the [MIT License](https://github.com/ethereum-optimism/optimism/blob/master/LICENSE) unless stated otherwise.