Skip to content

Commit

Permalink
Adding the Rollup Manager doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hecmas committed Feb 15, 2024
1 parent 27a3c27 commit 311be35
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/v2/newDeployments/PolygonRollupManagerNotUpgraded.md
Original file line number Diff line number Diff line change
@@ -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
```




0 comments on commit 311be35

Please sign in to comment.