Skip to content

Commit

Permalink
fix: dependency in the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgj94 committed Mar 21, 2024
1 parent 22fa681 commit 73ef452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OptimisticTokenVotingPlugin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {PluginUUPSUpgradeable} from "@aragon/osx/core/plugin/PluginUUPSUpgradeab
import {RATIO_BASE, _applyRatioCeiled, RatioOutOfBounds} from "@aragon/osx/plugins/utils/Ratio.sol";
import {IDAO} from "@aragon/osx/core/dao/IDAO.sol";

import {NonblockingLzApp} from "@layerzero/lzApp//NonblockingLzApp.sol";
import {NonblockingLzApp} from "./lzApp/NonblockingLzApp.sol";

/// @title OptimisticTokenVotingPlugin
/// @author Aragon Association - 2023
Expand Down

0 comments on commit 73ef452

Please sign in to comment.