Skip to content

Commit

Permalink
fix: deployed on ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
narayanprusty committed Apr 26, 2024
1 parent 66bdcd0 commit 1fb3387
Show file tree
Hide file tree
Showing 4 changed files with 688 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/013-vip-based-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,11 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const unregisteredRewardsDistributors = await getUnregisteredRewardsDistributors(poolConfig, hre);
const owner = preconfiguredAddresses.NormalTimelock || deployer;
const commands = [
...(await configureAccessControls(deploymentConfig, hre)),
...(await acceptOwnership("PoolRegistry", owner, hre)),
...(await addPools(unregisteredPools, owner, hre)),
// ...(await configureAccessControls(deploymentConfig, hre)),
// ...(await acceptOwnership("PoolRegistry", owner, hre)),
// ...(await addPools(unregisteredPools, owner, hre)),
...(await addMarkets(unregisteredVTokens, deploymentConfig, hre)),
...(await configureRewards(unregisteredRewardsDistributors, owner, hre)),
// ...(await configureRewards(unregisteredRewardsDistributors, owner, hre)),
];

if (hre.network.live) {
Expand Down
263 changes: 263 additions & 0 deletions deployments/ethereum/VToken_vPT-weETH-26DEC2024_LiquidStakedETH.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1fb3387

Please sign in to comment.