mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Fix: minor compilation error
This commit is contained in:
parent
39756b1efe
commit
ef7edc7607
|
@ -6,12 +6,12 @@ import { RootChainManagerInterface } from "./interface.sol";
|
||||||
|
|
||||||
abstract contract Helpers is DSMath, Basic {
|
abstract contract Helpers is DSMath, Basic {
|
||||||
/**
|
/**
|
||||||
* Polygon POS Bridge ERC20 Predicate
|
* @dev Polygon POS Bridge ERC20 Predicate
|
||||||
*/
|
*/
|
||||||
address internal constant erc20Predicate = 0x40ec5B33f54e0E8A33A975908C5BA1c14e5BbbDf;
|
address internal constant erc20Predicate = 0x40ec5B33f54e0E8A33A975908C5BA1c14e5BbbDf;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Polygon POS Bridge Manager
|
* @dev Polygon POS Bridge Manager
|
||||||
*/
|
*/
|
||||||
RootChainManagerInterface internal constant migrator = RootChainManagerInterface(0xA0c68C638235ee32657e8f720a23ceC1bFc77C77);
|
RootChainManagerInterface internal constant migrator = RootChainManagerInterface(0xA0c68C638235ee32657e8f720a23ceC1bFc77C77);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user