Skip to content

Commit

Permalink
docs: update diagram
Browse files Browse the repository at this point in the history
Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
  • Loading branch information
MathisGD authored May 19, 2024
1 parent f720cc7 commit 7f7aceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Structure

![bundler drawio-2](https://github.com/morpho-org/morpho-blue-bundlers/assets/74971347/ade830a4-05c3-4180-974f-66ba75a7fc32)
![bundler-2 drawio](https://github.com/morpho-org/morpho-blue-bundlers/assets/74971347/59549998-45e5-4154-a93e-6d684247105b)

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/)).

Expand Down

0 comments on commit 7f7aceb

Please sign in to comment.