Skip to content

Commit

Permalink
chore: update abi
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Aug 7, 2024
1 parent 636973c commit 7948c1e
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 40 deletions.
54 changes: 45 additions & 9 deletions abi/PreConfCommitmentStore.abi
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"name": "_owner",
"type": "address",
"internalType": "address"
},
{
"name": "_commitment_dispatch_window",
"type": "uint64",
"internalType": "uint64"
}
],
"stateMutability": "nonpayable"
Expand All @@ -33,6 +38,19 @@
"type": "receive",
"stateMutability": "payable"
},
{
"type": "function",
"name": "COMMITMENT_DISPATCH_WINDOW",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint64",
"internalType": "uint64"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "DOMAIN_SEPARATOR_BID",
Expand Down Expand Up @@ -226,9 +244,9 @@
"internalType": "bytes"
},
{
"name": "blockCommitedAt",
"type": "uint256",
"internalType": "uint256"
"name": "dispatchTimestamp",
"type": "uint64",
"internalType": "uint64"
}
],
"stateMutability": "view"
Expand Down Expand Up @@ -368,9 +386,9 @@
"internalType": "bytes"
},
{
"name": "blockCommitedAt",
"type": "uint256",
"internalType": "uint256"
"name": "dispatchTimestamp",
"type": "uint64",
"internalType": "uint64"
}
]
}
Expand Down Expand Up @@ -447,9 +465,9 @@
"internalType": "bytes"
},
{
"name": "blockCommitedAt",
"type": "uint256",
"internalType": "uint256"
"name": "dispatchTimestamp",
"type": "uint64",
"internalType": "uint64"
}
]
}
Expand Down Expand Up @@ -726,6 +744,11 @@
"name": "commitmentSignature",
"type": "bytes",
"internalType": "bytes"
},
{
"name": "dispatchTimestamp",
"type": "uint64",
"internalType": "uint64"
}
],
"outputs": [
Expand Down Expand Up @@ -776,6 +799,19 @@
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "updateCommitmentDispatchWindow",
"inputs": [
{
"name": "newDispatchWindow",
"type": "uint64",
"internalType": "uint64"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "updateOracle",
Expand Down
Loading

0 comments on commit 7948c1e

Please sign in to comment.