Skip to content

Commit

Permalink
fix: redeploy to sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Nov 30, 2023
1 parent fc406ec commit a403bee
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 41 deletions.
28 changes: 14 additions & 14 deletions deployments/allDeployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@
]
},
"RLN": {
"address": "0x3d2dcfF8Ee904C3F5Bf3043642C605DFcA7BEBA9",
"address": "0xb4eb8135C8ba7Af1295EB9C363DddA996cdB813E",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -1746,19 +1746,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 @@ -1896,6 +1883,19 @@
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [],
"name": "root",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down
54 changes: 27 additions & 27 deletions deployments/sepolia/RLN.json

Large diffs are not rendered by default.

Loading

0 comments on commit a403bee

Please sign in to comment.