From 607505a4a9655d840075e185ab5a4bb7d7949e21 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:09:21 +0100 Subject: [PATCH 1/3] Update FiatTokenV2_2.sol.flatten --- contracts/contracts/libraries/usdc/FiatTokenV2_2.sol.flatten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/contracts/libraries/usdc/FiatTokenV2_2.sol.flatten b/contracts/contracts/libraries/usdc/FiatTokenV2_2.sol.flatten index 9f8d3d41..0481d833 100644 --- a/contracts/contracts/libraries/usdc/FiatTokenV2_2.sol.flatten +++ b/contracts/contracts/libraries/usdc/FiatTokenV2_2.sol.flatten @@ -420,7 +420,7 @@ library SafeMath { } /** - * @dev Returns the substraction of two unsigned integers, with an overflow flag. + * @dev Returns the subtraction of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ From 58a35b72884b8241b52aa62c94c6cb81c81cbacb Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:09:54 +0100 Subject: [PATCH 2/3] Update MasterMinter.sol.flatten --- contracts/contracts/libraries/usdc/MasterMinter.sol.flatten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/contracts/libraries/usdc/MasterMinter.sol.flatten b/contracts/contracts/libraries/usdc/MasterMinter.sol.flatten index 94eb3dc2..8f29dbdb 100644 --- a/contracts/contracts/libraries/usdc/MasterMinter.sol.flatten +++ b/contracts/contracts/libraries/usdc/MasterMinter.sol.flatten @@ -155,7 +155,7 @@ library SafeMath { } /** - * @dev Returns the substraction of two unsigned integers, with an overflow flag. + * @dev Returns the subtraction of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ From 100f44639caae236e28e66aba1971fad0adc8f2c Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:10:25 +0100 Subject: [PATCH 3/3] Update README.md --- contracts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/README.md b/contracts/README.md index 2d6f3608..132df35d 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -9,7 +9,7 @@ This package contains the smart contracts that compose the on-chain component. | Name | Proxy Type | Description | | ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | | [`L1CrossDomainMessenger`](../../specs/messengers.md) | [`ResolvedDelegateProxy`](./contracts/legacy/ResolvedDelegateProxy.sol) | High-level interface for sending messages to and receiving messages from M | -| [`L1StandardBridge`](../../specs/bridges.md) | [`L1ChugSplashProxy`](./contracts/legacy/L1ChugSplashProxy.sol) | Standardized system for transfering ERC20 tokens to/from Mo r p h | +| [`L1StandardBridge`](../../specs/bridges.md) | [`L1ChugSplashProxy`](./contracts/legacy/L1ChugSplashProxy.sol) | Standardized system for transferring ERC20 tokens to/from Mo r p h | | [`Rollup`](../../specs/proposals.md#rollup.sol) | [`Proxy`](./contracts/universal/Proxy.sol) | Stores commitments to the state of Morph which can be used by contracts on L1 to access L2 state | | [`MorphPortal`](../../specs/deposits.md#deposit-contract) | [`Proxy`](./contracts/universal/Proxy.sol) | Low-level message passing interface | | [`MorphMintableERC20Factory`](../../specs/predeploys.md#morphmintableerc20factory) | [`Proxy`](./contracts/universal/Proxy.sol) | Deploys standard `MorphMintableERC20` tokens that are compatible with either `StandardBridge` |