Skip to content

Commit

Permalink
Merge pull request #79 from 0xPolygonHermez/feature/update-contracts-…
Browse files Browse the repository at this point in the history
…version

update contract version
  • Loading branch information
krlosMata authored Dec 22, 2022
2 parents 6817d62 + db05851 commit 7df930d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/0xPolygonHermez/zkevm-commonjs#readme",
"devDependencies": {
"@0xpolygonhermez/zkevm-contracts": "github:0xPolygonHermez/zkevm-contracts#v0.5.0.0",
"@0xpolygonhermez/zkevm-contracts": "github:0xPolygonHermez/zkevm-contracts#v0.6.0.0",
"@ethersproject/abi": "^5.6.4",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.2",
Expand Down
8 changes: 4 additions & 4 deletions test/helpers/test-vectors/end-to-end/state-transition.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"storage": {
"0x0000000000000000000000000000000000000000000000000000000000000002": "0x9d98deabc42dd696deb9e40b4f1cab7ddbf55988"
},
"contractName": "GlobalExitRootManagerL2"
"contractName": "PolygonZkEVMGlobalExitRootL2"
},
{
"balance": "100000000000000000000000",
Expand Down Expand Up @@ -64,7 +64,7 @@
"0x000000000000000000000000000000000000000000000000000000000000003f": "0x93237c50ba75ee485f4c22adf2f741400bdf8d6a9cc7df7ecae576221665d735",
"0x0000000000000000000000000000000000000000000000000000000000000040": "0x8448818bb4ae4562849e949e17ac16e0be16688e156b5cf15e098c627c0056a9"
},
"contractName": "Bridge"
"contractName": "PolygonZkEVMBridge"
},
{
"balance": "0",
Expand Down Expand Up @@ -95,7 +95,7 @@
"to": "0x9d98deabc42dd696deb9e40b4f1cab7ddbf55988",
"nonce": 3,
"value": "0",
"contractName": "Bridge",
"contractName": "PolygonZkEVMBridge",
"function": "claimAsset",
"params": [
[
Expand Down Expand Up @@ -155,7 +155,7 @@
"to": "0x9d98deabc42dd696deb9e40b4f1cab7ddbf55988",
"nonce": 4,
"value": "1000000000000000000",
"contractName": "Bridge",
"contractName": "PolygonZkEVMBridge",
"function": "bridgeAsset",
"params": [
"0x0000000000000000000000000000000000000000",
Expand Down

0 comments on commit 7df930d

Please sign in to comment.