Skip to content

Commit

Permalink
chore: add layerZero dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Apr 23, 2024
1 parent bbc2471 commit 70a413b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 153 deletions.
6 changes: 3 additions & 3 deletions contracts/agToken/layerZero/utils/NonblockingLzApp.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
pragma solidity ^0.8.12;

import "oz-upgradeable/proxy/utils/Initializable.sol";
import "../../../interfaces/external/layerZero/ILayerZeroReceiver.sol";
import "../../../interfaces/external/layerZero/ILayerZeroUserApplicationConfig.sol";
import "../../../interfaces/external/layerZero/ILayerZeroEndpoint.sol";
import "layer-zero/interfaces/ILayerZeroReceiver.sol";
import "layer-zero/interfaces/ILayerZeroUserApplicationConfig.sol";
import "layer-zero/interfaces/ILayerZeroEndpoint.sol";
import "../../../interfaces/ITreasury.sol";

/// @title NonblockingLzApp
Expand Down
112 changes: 0 additions & 112 deletions contracts/interfaces/external/layerZero/ILayerZeroEndpoint.sol

This file was deleted.

12 changes: 0 additions & 12 deletions contracts/interfaces/external/layerZero/ILayerZeroReceiver.sol

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ oz-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/
chainlink/=lib/chainlink/contracts/
utils/=lib/utils/
contracts/=contracts/
chainlink=lib/chainlink/contracts/
chainlink/=lib/chainlink/contracts/
layer-zero/=lib/LayerZero/contracts/

0 comments on commit 70a413b

Please sign in to comment.