From e64b517e2ae74d5520dd7340354c218f3e45b457 Mon Sep 17 00:00:00 2001 From: Thrilok Kumar Date: Wed, 23 Jun 2021 15:23:35 +0530 Subject: [PATCH] Updated contract addresses --- contracts/mainnet/connectors/INST/helpers.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/mainnet/connectors/INST/helpers.sol b/contracts/mainnet/connectors/INST/helpers.sol index 7bdab7a1..f923efdf 100644 --- a/contracts/mainnet/connectors/INST/helpers.sol +++ b/contracts/mainnet/connectors/INST/helpers.sol @@ -9,10 +9,10 @@ abstract contract Helpers is DSMath, Basic { /** * @dev InstaGovernorBravo */ - InstaGovernorInterface internal constant instaGovernor = InstaGovernorInterface(0x3d9819210A31b4961b30EF54bE2aeD79B9c9Cd3B); + InstaGovernorInterface internal constant instaGovernor = InstaGovernorInterface(0x0204Cd037B2ec03605CFdFe482D8e257C765fA1B); /** * @dev INST Token */ - InstaTokenInterface internal constant instToken = InstaTokenInterface(0xc00e94Cb662C3520282E6f5717214004A7f26888); + InstaTokenInterface internal constant instToken = InstaTokenInterface(0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb); } \ No newline at end of file