From bee2439421c1d9a4cd9d9e3750b6593c86bc20af Mon Sep 17 00:00:00 2001 From: MathisGD <74971347+MathisGD@users.noreply.github.com> Date: Tue, 14 May 2024 18:05:51 +0200 Subject: [PATCH] docs: document agnostic bunder Co-authored-by: Quentin Garchery Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com> --- src/mocks/AgnosticBundler.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mocks/AgnosticBundler.sol b/src/mocks/AgnosticBundler.sol index 0ab7ba5b..41ca66b0 100644 --- a/src/mocks/AgnosticBundler.sol +++ b/src/mocks/AgnosticBundler.sol @@ -11,6 +11,7 @@ import {UrdBundler} from "../UrdBundler.sol"; import {MorphoBundler} from "../MorphoBundler.sol"; import {ERC20WrapperBundler} from "../ERC20WrapperBundler.sol"; +/// @dev Mock contract, agnostic of the chain, used only for tests. contract AgnosticBundler is TransferBundler, PermitBundler,