Skip to content

Commit

Permalink
update global exit root
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Dec 20, 2022
1 parent e5038c6 commit 9280fd1
Show file tree
Hide file tree
Showing 41 changed files with 213 additions and 4,881 deletions.
8 changes: 4 additions & 4 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ if npm run lint; then
npm run docgen
git add docs
cp artifacts/contracts/PolygonZKEVMBridge.sol/PolygonZKEVMBridge.json compiled-contracts/
cp artifacts/contracts/GlobalExitRootManager.sol/GlobalExitRootManager.json compiled-contracts/
cp artifacts/contracts/GlobalExitRootManagerL2.sol/GlobalExitRootManagerL2.json compiled-contracts/
cp artifacts/contracts/PolygonZKEVMGlobalExitRoot.sol/PolygonZKEVMGlobalExitRoot.json compiled-contracts/
cp artifacts/contracts/PolygonZKEVMGlobalExitRootL2.sol/PolygonZKEVMGlobalExitRootL2.json compiled-contracts/
cp artifacts/contracts/lib/TokenWrapped.sol/TokenWrapped.json compiled-contracts/
cp artifacts/contracts/mocks/PolygonZKEVMBridgeMock.sol/PolygonZKEVMBridgeMock.json compiled-contracts/
cp artifacts/contracts/mocks/ERC20PermitMock.sol/ERC20PermitMock.json compiled-contracts/
cp artifacts/contracts/mocks/GlobalExitRootManagerL2Mock.sol/GlobalExitRootManagerL2Mock.json compiled-contracts/
cp artifacts/contracts/mocks/GlobalExitRootManagerMock.sol/GlobalExitRootManagerMock.json compiled-contracts/
cp artifacts/contracts/mocks/PolygonZKEVMGlobalExitRootL2Mock.sol/PolygonZKEVMGlobalExitRootL2Mock.json compiled-contracts/
cp artifacts/contracts/mocks/PolygonZKEVMGlobalExitRootMock.sol/PolygonZKEVMGlobalExitRootMock.json compiled-contracts/
cp artifacts/contracts/mocks/PolygonZKEVMMock.sol/PolygonZKEVMMock.json compiled-contracts/
cp artifacts/contracts/mocks/VerifierRollupHelperMock.sol/VerifierRollupHelperMock.json compiled-contracts/
cp artifacts/contracts/PolygonZKEVM.sol/PolygonZKEVM.json compiled-contracts/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Private keys and mnemonics contained in this repository are used for internal te

- `contracts`: zkevm contracts
- `PolygonZKEVMBridge.sol`: transfer assets between chains
- `GlobalExitRootManager.sol`: manage global exit root in L1
- `GlobalExitRootManagerL2.sol`: manage global exit root in L2
- `PolygonZKEVMGlobalExitRoot.sol`: manage global exit root in L1
- `PolygonZKEVMGlobalExitRootL2.sol`: manage global exit root in L2
- `PolygonZKEVM.sol`: consensus algorithm used by polyhon hermez zkevm
- `docs`: specs and useful links
- `test`: contracts tests
Expand Down
Loading

0 comments on commit 9280fd1

Please sign in to comment.