diff --git a/README.md b/README.md index 077da4fa..ad58a199 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Structure -![bundler-2 drawio](https://github.com/morpho-org/morpho-blue-bundlers/assets/74971347/59549998-45e5-4154-a93e-6d684247105b) +![bundler](https://github.com/morpho-org/morpho-blue-bundlers/assets/74971347/965feec8-cd15-488e-b97f-644caef96bfc) Each Bundler is a domain-specific abstract layer of contract that implements some functions that can be bundled in a single call by EOAs to a single contract. They all inherit from [`CoreBundler`](./src/CoreBundler.sol) that enables bundling multiple function calls into a single `multicall(bytes[] calldata data)` call to the end bundler contract. Each chain-specific bundler is available under their chain-specific folder (e.g. [`ethereum`](./src/ethereum/)).