Skip to content

Commit

Permalink
Merge pull request #112 from maticnetwork/zkevm-wrapper
Browse files Browse the repository at this point in the history
Zkevm wrapper
  • Loading branch information
nitinmittal23 committed Jul 18, 2023
2 parents 67ecc8f + 8f3cf82 commit 2ea228b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions network/mainnet/cherry/artifacts/zkevm/ZkEVMWrapper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"abi":[{"inputs":[{"internalType":"contract IZkEVMBridge","name":"zkEVMBridge_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"address","name":"destination","type":"address"},{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"deposit","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"address","name":"destination","type":"address"}],"name":"deposit","outputs":[],"stateMutability":"payable","type":"function"}]}
3 changes: 2 additions & 1 deletion network/mainnet/cherry/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"PolygonZkEVMBridge": "0x5ac4182a1dd41aeef465e40b82fd326bf66ab82c",
"PolygonZkEVMBridgeProxy": "0x2a3DD3EB832aF982ec71669E178424b10Dca2EDe",
"PolygonZkEVMGlobalExitRoot": "0xbc1ea504fC54D078514eFCCA1F6860B5219B6BC3",
"PolygonZkEVMGlobalExitRootProxy": "0x580bda1e7A0CFAe92Fa7F6c20A3794F169CE3CFb"
"PolygonZkEVMGlobalExitRootProxy": "0x580bda1e7A0CFAe92Fa7F6c20A3794F169CE3CFb",
"ZkEVMWrapper": "0x2efb4dcb6bca848b57637e5bb56ce75d2c693a02"
}
},
"zkEVM": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"abi":[{"inputs":[{"internalType":"contract IZkEVMBridge","name":"zkEVMBridge_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"address","name":"destination","type":"address"},{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"deposit","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"address","name":"destination","type":"address"}],"name":"deposit","outputs":[],"stateMutability":"payable","type":"function"}]}
3 changes: 2 additions & 1 deletion network/testnet/blueberry/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"PolygonZkEVMBridge": "0x39e780d8800f7396e8b7530a8925b14025aedc77",
"PolygonZkEVMBridgeProxy": "0xF6BEEeBB578e214CA9E23B0e9683454Ff88Ed2A7",
"PolygonZkEVMGlobalExitRoot": "0x8d0aad785905c5c9f942cb18a3ac1e50c4f52786",
"PolygonZkEVMGlobalExitRootProxy": "0x4d9427DCA0406358445bC0a8F88C26b704004f74"
"PolygonZkEVMGlobalExitRootProxy": "0x4d9427DCA0406358445bC0a8F88C26b704004f74",
"ZkEVMWrapper": "0x209a393d0392aeb420049e37acbf93fc0aa3c8f4"
}
},
"zkEVM": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maticnetwork/meta",
"version": "2.4.54",
"version": "2.4.55",
"description": "Matic network contracts' addresses and ABIs",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2ea228b

Please sign in to comment.