Skip to content

Commit

Permalink
Remove INSTANT_POOL_OWNER role from MaticX contract
Browse files Browse the repository at this point in the history
  • Loading branch information
evercoinx committed Sep 6, 2024
1 parent 5b12398 commit 075d66e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CHILD_GAS_PRICE=<GAS PRICE IN WEI>
STAKE_MANAGER=<STAKE MANAGER ADDRESS (POLYGON FOUNDATION)>
MATIC_TOKEN=<ADDRESS OF THE MATIC ERC20 TOKEN>
MANAGER=<ADDRESS THAT WILL BE USED AS A MANAGER>
INSTANT_POOL_OWNER=<ADDRESS THAT WILL BE USED AS AN OWNER FOR INSTANT POOL>
TREASURY=<ADDRESS THAT WILL BE USED AS A TREASURY FOR REVENUE COLLECTION>
FX_ROOT=<FX ROOT ADDRESS ON ETHEREUM (POLYGON FOUNDATION)>
FX_CHILD=<FX CHILD ADDRESS ON POLYGON (POLYGON FOUNDATION)>
Expand Down
1 change: 0 additions & 1 deletion contracts/MaticX.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ contract MaticX is
{
using SafeERC20Upgradeable for IERC20Upgradeable;

bytes32 public constant INSTANT_POOL_OWNER = keccak256("IPO");
bytes32 public constant PREDICATE_ROLE = keccak256("PREDICATE_ROLE");
bytes32 public constant BOT = keccak256("BOT");

Expand Down
1 change: 0 additions & 1 deletion scripts/deployers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export class MaticXDeployer
envVars.STAKE_MANAGER,
envVars.MATIC_TOKEN,
envVars.MANAGER,
envVars.INSTANT_POOL_OWNER,
envVars.TREASURY
);
};
Expand Down

0 comments on commit 075d66e

Please sign in to comment.