Skip to content

Commit

Permalink
Merge pull request #369 from morpho-org/feat/goerli-wrapper-bundler
Browse files Browse the repository at this point in the history
feat(goerli): add erc20Wrapper bundler
  • Loading branch information
MerlinEgalite authored Nov 9, 2023
2 parents 37902bb + 8de125d commit 9f4d43f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/goerli/GoerliBundler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {WNativeBundler} from "../WNativeBundler.sol";
import {StEthBundler} from "../StEthBundler.sol";
import {UrdBundler} from "../UrdBundler.sol";
import {MorphoBundler} from "../MorphoBundler.sol";
import {ERC20WrapperBundler} from "../ERC20WrapperBundler.sol";

/// @title GoerliBundler
/// @author Morpho Labs
Expand All @@ -25,7 +26,8 @@ contract GoerliBundler is
WNativeBundler,
StEthBundler,
UrdBundler,
MorphoBundler
MorphoBundler,
ERC20WrapperBundler
{
/* CONSTRUCTOR */

Expand Down

0 comments on commit 9f4d43f

Please sign in to comment.