Skip to content

Commit

Permalink
fix: revert code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Dec 4, 2024
1 parent ae5cfeb commit 6f0f82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/002-xvs-bridge-remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
);

const proxyOwnerAddress = await toAddress(preconfiguredAddresses.NormalTimelock, hre);
const accessControlManager = { address: "0x9E6CeEfDC6183e4D0DF8092A9B90cDF659687daB" }; // await ethers.getContract("AccessControlManager");
const resilientOracle = { address: "0xcBBf58bD5bAdE357b634419B70b215D5E9d6FbeD" }; // await ethers.getContract("ResilientOracle");
const accessControlManager = await ethers.getContract("AccessControlManager");
const resilientOracle = await ethers.getContract("ResilientOracle");

const XVS = await deploy("XVS", {
from: deployer,
Expand Down

0 comments on commit 6f0f82f

Please sign in to comment.