Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Jan 16, 2025
1 parent 11be560 commit b22dec0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Facets/AcrossFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Validatable } from "../Helpers/Validatable.sol";
/// @title Across Facet
/// @author LI.FI (https://li.fi)
/// @notice Provides functionality for bridging through Across Protocol
/// @custom:version 2.0.0
/// @custom:version 2.1.0
contract AcrossFacet is ILiFi, ReentrancyGuard, SwapperV2, Validatable {
/// Storage ///

Expand Down Expand Up @@ -46,6 +46,8 @@ contract AcrossFacet is ILiFi, ReentrancyGuard, SwapperV2, Validatable {
wrappedNative = _wrappedNative;
}

function bla() external {}

/// External Methods ///

/// @notice Bridges tokens via Across
Expand Down

0 comments on commit b22dec0

Please sign in to comment.