Skip to content

Commit 6ccf896

Browse files
committed
fix
1 parent 3cc93f1 commit 6ccf896

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contracts/mocks/token/ERC20BridgeableMock.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pragma solidity ^0.8.20;
44

55
import {AccessControl} from "@openzeppelin/contracts/access/AccessControl.sol";
6-
import {ERC20Bridgeable} from "../../token/ERC20/extensions/ERC20Bridgeable.sol";
6+
import {ERC20Bridgeable} from "@openzeppelin/contracts/token/ERC20/extensions/draft-ERC20Bridgeable.sol";
77

88
abstract contract ERC20BridgeableMock is ERC20Bridgeable, AccessControl {
99
bytes32 public constant BRIDGE_ROLE = keccak256("BRIDGE");

lib/@openzeppelin-contracts

0 commit comments

Comments
 (0)