diff --git a/docs/v2/newDeployments/PolygonRollupManagerNotUpgraded.md b/docs/v2/newDeployments/PolygonRollupManagerNotUpgraded.md new file mode 100644 index 000000000..dd333a250 --- /dev/null +++ b/docs/v2/newDeployments/PolygonRollupManagerNotUpgraded.md @@ -0,0 +1,30 @@ +PolygonRollupManager Test + + +## Functions +### constructor +```solidity + function constructor( + contract IPolygonZkEVMGlobalExitRootV2 _globalExitRootManager, + contract IERC20Upgradeable _pol, + contract IPolygonZkEVMBridge _bridgeAddress + ) public +``` + + +#### Parameters: +| Name | Type | Description | +| :--- | :--- | :------------------------------------------------------------------- | +|`_globalExitRootManager` | contract IPolygonZkEVMGlobalExitRootV2 | Global exit root manager address +|`_pol` | contract IERC20Upgradeable | MATIC token address +|`_bridgeAddress` | contract IPolygonZkEVMBridge | Bridge address + +### initialize +```solidity + function initialize( + ) external +``` + + + +