fix: redeploy to polygon zkevm testnet

This commit is contained in:
rymnc 2023-11-30 22:58:14 +05:30
parent 54053b1086
commit fc406eca9d
No known key found for this signature in database
GPG Key ID: AAA088D5C68ECD34
3 changed files with 192 additions and 140 deletions

View File

@ -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": [
@ -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": [
@ -774,19 +735,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "computeRoot",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "deployedBlockNumber",
@ -924,6 +872,19 @@
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [],
"name": "root",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
@ -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"
}
]
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long