Skip to content

Commit

Permalink
fix: redeploy to polygon zkevm testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Nov 30, 2023
1 parent 54053b1 commit fc406ec
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 140 deletions.
228 changes: 114 additions & 114 deletions deployments/allDeployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,106 +4,6 @@
"name": "polygonZkevmTestnet",
"chainId": "1442",
"contracts": {
"PoseidonT3": {
"address": "0x926D62A7b0EBAeF934949499F89554DAa32DD7D5",
"abi": [
{
"inputs": [
{
"internalType": "uint256[2]",
"name": "",
"type": "uint256[2]"
}
],
"name": "hash",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "pure",
"type": "function"
}
]
},
"PoseidonHasher": {
"address": "0xe893c04DfB939CFC2FBC024Dae1B17623a487e0A",
"abi": [
{
"inputs": [],
"name": "Q",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256[2]",
"name": "inputs",
"type": "uint256[2]"
}
],
"name": "hash",
"outputs": [
{
"internalType": "uint256",
"name": "result",
"type": "uint256"
}
],
"stateMutability": "pure",
"type": "function"
}
]
},
"Verifier": {
"address": "0xDFD4FC1c81Bd499d814fF876e34637bE58F85b90",
"abi": [
{
"inputs": [
{
"internalType": "uint256[2]",
"name": "a",
"type": "uint256[2]"
},
{
"internalType": "uint256[2][2]",
"name": "b",
"type": "uint256[2][2]"
},
{
"internalType": "uint256[2]",
"name": "c",
"type": "uint256[2]"
},
{
"internalType": "uint256[2]",
"name": "input",
"type": "uint256[2]"
}
],
"name": "verifyProof",
"outputs": [
{
"internalType": "bool",
"name": "r",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
]
},
"BinaryIMT": {
"address": "0x16eff5b01123605924d9BF74Ed947F8Fd3015f44",
"abi": [
Expand Down Expand Up @@ -583,8 +483,69 @@
}
]
},
"PoseidonHasher": {
"address": "0xe893c04DfB939CFC2FBC024Dae1B17623a487e0A",
"abi": [
{
"inputs": [],
"name": "Q",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256[2]",
"name": "inputs",
"type": "uint256[2]"
}
],
"name": "hash",
"outputs": [
{
"internalType": "uint256",
"name": "result",
"type": "uint256"
}
],
"stateMutability": "pure",
"type": "function"
}
]
},
"PoseidonT3": {
"address": "0x926D62A7b0EBAeF934949499F89554DAa32DD7D5",
"abi": [
{
"inputs": [
{
"internalType": "uint256[2]",
"name": "",
"type": "uint256[2]"
}
],
"name": "hash",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "pure",
"type": "function"
}
]
},
"RLN": {
"address": "0x5536F82a106D8C1f5F61D111DF57cae6218F6b54",
"address": "0x0EE706eAfC3cc76B28fc6607756234ada6a7c377",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -774,19 +735,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "computeRoot",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "deployedBlockNumber",
Expand Down Expand Up @@ -924,6 +872,19 @@
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [],
"name": "root",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1006,6 +967,45 @@
"type": "function"
}
]
},
"Verifier": {
"address": "0xDFD4FC1c81Bd499d814fF876e34637bE58F85b90",
"abi": [
{
"inputs": [
{
"internalType": "uint256[2]",
"name": "a",
"type": "uint256[2]"
},
{
"internalType": "uint256[2][2]",
"name": "b",
"type": "uint256[2][2]"
},
{
"internalType": "uint256[2]",
"name": "c",
"type": "uint256[2]"
},
{
"internalType": "uint256[2]",
"name": "input",
"type": "uint256[2]"
}
],
"name": "verifyProof",
"outputs": [
{
"internalType": "bool",
"name": "r",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
]
}
}
}
Expand Down
52 changes: 26 additions & 26 deletions deployments/polygonZkevmTestnet/RLN.json

Large diffs are not rendered by default.

Loading

0 comments on commit fc406ec

Please sign in to comment.