Skip to content

Commit

Permalink
Updating contract ABI to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulejman committed Aug 12, 2024
1 parent 670ec06 commit 1d8940e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 66 deletions.
22 changes: 6 additions & 16 deletions pkgs/contract/abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
"type": "address[]"
}
],
"name": "assignSnapshotterToSlots",
"name": "assignSnapshotterToSlotBulk",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
Expand Down Expand Up @@ -1093,19 +1093,14 @@
"internalType": "uint256",
"name": "batchId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "idx",
"type": "uint256"
}
],
"name": "batchIdToProjects",
"outputs": [
{
"internalType": "string",
"internalType": "string[]",
"name": "",
"type": "string"
"type": "string[]"
}
],
"stateMutability": "view",
Expand Down Expand Up @@ -1479,19 +1474,14 @@
"internalType": "uint256",
"name": "epochId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "idx",
"type": "uint256"
}
],
"name": "epochIdToBatchIds",
"outputs": [
{
"internalType": "uint256",
"internalType": "uint256[]",
"name": "",
"type": "uint256"
"type": "uint256[]"
}
],
"stateMutability": "view",
Expand Down Expand Up @@ -2610,7 +2600,7 @@
},
{
"internalType": "uint256",
"name": "dailySnapshotQuota",
"name": "_dailySnapshotQuota",
"type": "uint256"
}
],
Expand Down
Loading

0 comments on commit 1d8940e

Please sign in to comment.