File tree Expand file tree Collapse file tree 5 files changed +3
-64
lines changed
base-chain/bridge-gateways Expand file tree Collapse file tree 5 files changed +3
-64
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: GPL-3.0-or-later
22pragma solidity 0.6.12 ;
33
4- import ". /IAMPL.sol " ;
4+ import "uFragments/contracts/interfaces /IAMPL.sol " ;
55
66interface IXCAmple is IAMPL {
77 function globalAMPLSupply () external view returns (uint256 );
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
55import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol " ;
66
77import {IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol " ;
8- import {IAmpleforth} from "../../_interfaces /IAmpleforth.sol " ;
8+ import {IAmpleforth} from "uFragments/contracts/interfaces /IAmpleforth.sol " ;
99import {ITokenVault} from "../../_interfaces/ITokenVault.sol " ;
1010import {IBridgeGateway} from "../../_interfaces/IBridgeGateway.sol " ;
1111
Original file line number Diff line number Diff line change @@ -9060,7 +9060,7 @@ typewiselite@~1.0.0:
90609060
90619061" uFragments@https://github.com/ampleforth/uFragments#master " :
90629062 version "0.0.1"
9063- resolved "https://github.com/ampleforth/uFragments#6dde1cc08bc2febcf1b6b51e414727a35b66d11f "
9063+ resolved "https://github.com/ampleforth/uFragments#d64668761d6d39727a5c4f4b77f35a7d9fc2625b "
90649064 dependencies :
90659065 hardhat-gas-reporter "^1.0.4"
90669066 openzeppelin-eth "2.0.2-standalone"
You can’t perform that action at this time.
0 commit comments