Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Jan 3, 2025
1 parent 32bdfa1 commit 1974325
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Facets/GasZipFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { InvalidCallData, CannotBridgeToSameNetwork, InvalidAmount } from "lifi/
/// @title GasZipFacet
/// @author LI.FI (https://li.fi)
/// @notice Provides functionality to swap ERC20 tokens to native and deposit them to the gas.zip protocol (https://www.gas.zip/)
/// @custom:version 2.0.0
/// @custom:version 2.0.1
contract GasZipFacet is ILiFi, ReentrancyGuard, SwapperV2, Validatable {
using SafeTransferLib for address;

Expand Down
2 changes: 1 addition & 1 deletion src/Libraries/LibAsset.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { LibSwap } from "./LibSwap.sol";

/// @title LibAsset
/// @custom:version 1.0.1
/// @custom:version 1.0.2
/// @notice This library contains helpers for dealing with onchain transfers
/// of assets, including accounting for the native asset `assetId`
/// conventions and any noncompliant ERC20 transfers
Expand Down
2 changes: 1 addition & 1 deletion src/Periphery/GasZipPeriphery.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { InvalidCallData } from "../Errors/GenericErrors.sol";
/// @title GasZipPeriphery
/// @author LI.FI (https://li.fi)
/// @notice Provides functionality to swap ERC20 tokens to use the gas.zip protocol as a pre-bridge step (https://www.gas.zip/)
/// @custom:version 1.0.0
/// @custom:version 1.0.1
contract GasZipPeriphery is ILiFi, WithdrawablePeriphery {
using SafeTransferLib for address;

Expand Down
2 changes: 1 addition & 1 deletion src/Periphery/Permit2Proxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { WithdrawablePeriphery } from "lifi/Helpers/WithdrawablePeriphery.sol";
/// @author LI.FI (https://li.fi)
/// @notice Proxy contract allowing gasless calls via Permit2 as well as making
/// token approvals via ERC20 Permit (EIP-2612) to our diamond contract
/// @custom:version 1.0.0
/// @custom:version 1.0.1
contract Permit2Proxy is WithdrawablePeriphery {
/// Storage ///

Expand Down
2 changes: 1 addition & 1 deletion src/Periphery/ReceiverAcrossV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { SafeTransferLib } from "solady/utils/SafeTransferLib.sol";
/// @title ReceiverAcrossV3
/// @author LI.FI (https://li.fi)
/// @notice Arbitrary execution contract used for cross-chain swaps and message passing via AcrossV3
/// @custom:version 1.0.1
/// @custom:version 1.0.2
contract ReceiverAcrossV3 is ILiFi, TransferrableOwnership {
using SafeTransferLib for address;

Expand Down

0 comments on commit 1974325

Please sign in to comment.