Fix: minor compilation error

This commit is contained in:
Thrilok Kumar 2021-04-13 03:27:20 +05:30
parent 39756b1efe
commit ef7edc7607

View File

@ -6,12 +6,12 @@ import { RootChainManagerInterface } from "./interface.sol";
abstract contract Helpers is DSMath, Basic {
/**
* Polygon POS Bridge ERC20 Predicate
* @dev Polygon POS Bridge ERC20 Predicate
*/
address internal constant erc20Predicate = 0x40ec5B33f54e0E8A33A975908C5BA1c14e5BbbDf;
/**
* Polygon POS Bridge Manager
* @dev Polygon POS Bridge Manager
*/
RootChainManagerInterface internal constant migrator = RootChainManagerInterface(0xA0c68C638235ee32657e8f720a23ceC1bFc77C77);
}