Skip to content

Commit

Permalink
chore: rename sepolia bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Mar 4, 2024
1 parent a4d073d commit 5165fdf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ import {UrdBundler} from "../UrdBundler.sol";
import {MorphoBundlerV2} from "../MorphoBundlerV2.sol";
import {ERC20WrapperBundler} from "../ERC20WrapperBundler.sol";

/// @title SepoliaBundler
/// @title SepoliaBundlerV2
/// @author Morpho Labs
/// @custom:contact [email protected]
/// @notice Bundler contract specific to the Sepolia testnet.
contract SepoliaBundler is
contract SepoliaBundlerV2 is
TransferBundler,
PermitBundler,
Permit2Bundler,
Expand Down

0 comments on commit 5165fdf

Please sign in to comment.