Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Jul 18, 2024
1 parent 95faba9 commit 2866652
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ contract GhoTokenPoolRemoteSetupV2 is RouterSetup, GhoBaseTest {
);

// Give mint and burn privileges to source UpgradeableTokenPool (GHO-specific related)
vm.stopPrank();
vm.startPrank(AAVE_DAO);
GhoToken(address(s_burnMintERC677)).grantRole(
GhoToken(address(s_burnMintERC677)).FACILITATOR_MANAGER_ROLE(),
Expand All @@ -99,8 +98,7 @@ contract GhoTokenPoolRemoteSetupV2 is RouterSetup, GhoBaseTest {

vm.startPrank(AAVE_DAO);
UpgradeableBurnMintTokenPool(pool).applyChainUpdates(chains);
vm.stopPrank();
vm.startPrank(OWNER);
changePrank(OWNER);

Router.OnRamp[] memory onRampUpdates = new Router.OnRamp[](1);
onRampUpdates[0] = Router.OnRamp({destChainSelector: DEST_CHAIN_SELECTOR, onRamp: s_burnMintOnRamp});
Expand Down

0 comments on commit 2866652

Please sign in to comment.