Skip to content

Commit 515554b

Browse files
committed
updated uFragments version and using interfaces defined in the base repo
1 parent 64af2cd commit 515554b

File tree

5 files changed

+3
-64
lines changed

5 files changed

+3
-64
lines changed

contracts/_interfaces/IAMPL.sol

Lines changed: 0 additions & 49 deletions
This file was deleted.

contracts/_interfaces/IAmpleforth.sol

Lines changed: 0 additions & 12 deletions
This file was deleted.

contracts/_interfaces/IXCAmple.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-3.0-or-later
22
pragma solidity 0.6.12;
33

4-
import "./IAMPL.sol";
4+
import "uFragments/contracts/interfaces/IAMPL.sol";
55

66
interface IXCAmple is IAMPL {
77
function globalAMPLSupply() external view returns (uint256);

contracts/base-chain/bridge-gateways/AMPLChainBridgeGateway.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
55
import {SafeMath} from "@openzeppelin/contracts/math/SafeMath.sol";
66

77
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
8-
import {IAmpleforth} from "../../_interfaces/IAmpleforth.sol";
8+
import {IAmpleforth} from "uFragments/contracts/interfaces/IAmpleforth.sol";
99
import {ITokenVault} from "../../_interfaces/ITokenVault.sol";
1010
import {IBridgeGateway} from "../../_interfaces/IBridgeGateway.sol";
1111

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)