Skip to content

Commit

Permalink
chore: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Jul 18, 2024
1 parent 157f833 commit 916bc48
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ contract GhoTokenPoolRemoteSetupV2 is RouterSetup, GhoBaseTest {
PROXY_ADMIN
);

s_pool = UpgradeableBurnMintTokenPoolV2(address(s_pool));

// Give mint and burn privileges to source UpgradeableTokenPool (GHO-specific related)
vm.startPrank(AAVE_DAO);
GhoToken(address(s_burnMintERC677)).grantRole(
Expand Down

0 comments on commit 916bc48

Please sign in to comment.