From ef7edc76079b7aaa3ec81ad4bebcaa158da4f179 Mon Sep 17 00:00:00 2001 From: Thrilok Kumar Date: Tue, 13 Apr 2021 03:27:20 +0530 Subject: [PATCH] Fix: minor compilation error --- contracts/mainnet/connectors/polygon-bridge/helpers.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/mainnet/connectors/polygon-bridge/helpers.sol b/contracts/mainnet/connectors/polygon-bridge/helpers.sol index 82cd0f9b..6bbdd5c3 100644 --- a/contracts/mainnet/connectors/polygon-bridge/helpers.sol +++ b/contracts/mainnet/connectors/polygon-bridge/helpers.sol @@ -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); } \ No newline at end of file