Skip to content

Commit

Permalink
feat: update abis
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Jul 8, 2024
1 parent 31f36fc commit f5edaf3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 126 deletions.
53 changes: 6 additions & 47 deletions contracts-abi/abi/BidderRegistry.abi
Original file line number Diff line number Diff line change
Expand Up @@ -129,30 +129,25 @@
},
{
"type": "function",
"name": "depositForNWindows",
"name": "depositForWindow",
"inputs": [
{
"name": "window",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "n",
"type": "uint16",
"internalType": "uint16"
}
],
"outputs": [],
"stateMutability": "payable"
},
{
"type": "function",
"name": "depositForSpecificWindow",
"name": "depositForWindows",
"inputs": [
{
"name": "window",
"type": "uint256",
"internalType": "uint256"
"name": "windows",
"type": "uint256[]",
"internalType": "uint256[]"
}
],
"outputs": [],
Expand Down Expand Up @@ -334,24 +329,6 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "moveDepositToWindow",
"inputs": [
{
"name": "fromWindow",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "toWindow",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "owner",
Expand Down Expand Up @@ -597,25 +574,7 @@
},
{
"type": "function",
"name": "withdrawFromNWindows",
"inputs": [
{
"name": "window",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "n",
"type": "uint16",
"internalType": "uint16"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "withdrawFromSpecificWindows",
"name": "withdrawFromWindows",
"inputs": [
{
"name": "windows",
Expand Down
Loading

0 comments on commit f5edaf3

Please sign in to comment.