diff --git a/src/Permit2Bundler.sol b/src/Permit2Bundler.sol index 5dde2030..615b15f0 100644 --- a/src/Permit2Bundler.sol +++ b/src/Permit2Bundler.sol @@ -13,7 +13,7 @@ import {BaseBundler} from "./BaseBundler.sol"; /// @title Permit2Bundler /// @author Morpho Labs -/// @custom:contact security@morpho.xyz +/// @custom:contact security@morpho.org /// @notice Bundler contract managing interactions with Uniswap's Permit2. abstract contract Permit2Bundler is BaseBundler { using SafeCast160 for uint256; diff --git a/src/PermitBundler.sol b/src/PermitBundler.sol index bc74c7e9..34a82b1b 100644 --- a/src/PermitBundler.sol +++ b/src/PermitBundler.sol @@ -7,7 +7,7 @@ import {BaseBundler} from "./BaseBundler.sol"; /// @title PermitBundler /// @author Morpho Labs -/// @custom:contact security@morpho.xyz +/// @custom:contact security@morpho.org /// @notice Bundler contract managing interactions with tokens implementing EIP-2612. abstract contract PermitBundler is BaseBundler { /// @notice Permits the given `amount` of `asset` from sender to be spent by the bundler via EIP-2612 Permit with diff --git a/src/UrdBundler.sol b/src/UrdBundler.sol index 5e9ddaf3..617835d1 100644 --- a/src/UrdBundler.sol +++ b/src/UrdBundler.sol @@ -10,7 +10,7 @@ import {BaseBundler} from "./BaseBundler.sol"; /// @title UrdBundler /// @author Morpho Labs -/// @custom:contact security@morpho.xyz +/// @custom:contact security@morpho.org /// @notice Bundler that allows to claim token rewards on the Universal Rewards Distributor. abstract contract UrdBundler is BaseBundler { /// @notice Claims `amount` of `reward` on behalf of `account` on the given rewards distributor, using `proof`.