Skip to content

Commit

Permalink
fix: deployed on sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Oct 3, 2024
1 parent 7ee75af commit 4f28586
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 78 deletions.
5 changes: 0 additions & 5 deletions deploy/008-configure-acm-commands-aggregator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,11 +634,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
permission[2] = timelock.address;
}

for (const permission of revokePermissions[hre.network.name]) {
const timelock = await ethers.getContract(permission[2]);
permission[2] = timelock.address;
}

const _grantPermissions: ACMCommandsAggregator.PermissionStruct[] = networkGrantPermissions.map(permission => ({
contractAddress: permission[0],
functionSig: permission[1],
Expand Down
Loading

0 comments on commit 4f28586

Please sign in to comment.