chore: fix dead link in example/README.md (#15065)

This commit is contained in:
Litvintech
2025-03-18 01:13:03 +03:00
committed by GitHub
parent 59ef9d9309
commit 95bf853eae

View File

@@ -16,7 +16,7 @@ to make a PR!
| [Custom event hooks](./node-event-hooks) | Illustrates how to hook to various node lifecycle events |
| [Custom dev node](./custom-dev-node) | Illustrates how to run a custom dev node programmatically and submit a transaction to it via RPC |
| [Custom EVM](./custom-evm) | Illustrates how to implement a node with a custom EVM |
| [Custom Precompile Cache](./stateful-precompile) | Illustrates how to implement a node with a stateful precompile cache |
| [Custom Precompile Cache](./precompile-cache) | Illustrates how to implement a node with a stateful precompile cache |
| [Custom inspector](./custom-inspector) | Illustrates how to use a custom EVM inspector to trace new transactions |
| [Custom engine types](./custom-engine-types) | Illustrates how to create a node with custom engine types |
| [Custom node components](./custom-node-components) | Illustrates how to configure custom node components |