Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
royvardhan committed May 14, 2024
1 parent 6bcd965 commit 086c171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 65 deletions.
5 changes: 5 additions & 0 deletions src/upgradeInitializers/DiamondInit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ contract DiamondInit {
address replenishmentPool;
address labsMultisig;
address burnWallet;
address rewardsController;
}

// You can add parameters to this function in order to pass in
Expand Down Expand Up @@ -148,5 +149,9 @@ contract DiamondInit {
s.miningPassFeeReceiversShares.push(6500); // 65%
s.miningPassFeeReceiversShares.push(3000); // 30%
s.miningPassFeeReceiversShares.push(500); // 5%

// Rewards Controller

s.rewardsControllerAddress = _args.rewardsController;
}
}
65 changes: 0 additions & 65 deletions test/foundry/GelatoResolver.t.sol

This file was deleted.

0 comments on commit 086c171

Please sign in to comment.