Skip to content

Commit

Permalink
fix: updated abis and protos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed May 3, 2024
1 parent 6c6d31a commit 5fa92db
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 146 deletions.
49 changes: 18 additions & 31 deletions contracts-abi/abi/PreConfCommitmentStore.abi
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"internalType": "address"
},
{
"name": "_blockTracker",
"name": "_oracle",
"type": "address",
"internalType": "address"
},
{
"name": "_oracle",
"name": "_owner",
"type": "address",
"internalType": "address"
},
{
"name": "_owner",
"name": "_blockTracker",
"type": "address",
"internalType": "address"
},
Expand Down Expand Up @@ -325,9 +325,9 @@
"internalType": "bytes"
},
{
"name": "blockCommitedAt",
"type": "uint256",
"internalType": "uint256"
"name": "dispatchTimestamp",
"type": "uint64",
"internalType": "uint64"
}
],
"stateMutability": "view"
Expand Down Expand Up @@ -628,9 +628,9 @@
"internalType": "bytes"
},
{
"name": "blockCommitedAt",
"type": "uint256",
"internalType": "uint256"
"name": "dispatchTimestamp",
"type": "uint64",
"internalType": "uint64"
}
]
}
Expand Down Expand Up @@ -667,9 +667,9 @@
"internalType": "bytes"
},
{
"name": "blockCommitedAt",
"type": "uint256",
"internalType": "uint256"
"name": "dispatchTimestamp",
"type": "uint64",
"internalType": "uint64"
}
]
}
Expand Down Expand Up @@ -1026,19 +1026,6 @@
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "updateCommitmentDispatchWindow",
"inputs": [
{
"name": "newDispatchWindow",
"type": "uint64",
"internalType": "uint64"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "updateOracle",
Expand Down Expand Up @@ -1255,10 +1242,10 @@
"internalType": "bytes"
},
{
"name": "blockCommitedAt",
"type": "uint256",
"name": "dispatchTimestamp",
"type": "uint64",
"indexed": false,
"internalType": "uint256"
"internalType": "uint64"
},
{
"name": "sharedSecretKey",
Expand Down Expand Up @@ -1298,10 +1285,10 @@
"internalType": "bytes"
},
{
"name": "blockCommitedAt",
"type": "uint256",
"name": "dispatchTimestamp",
"type": "uint64",
"indexed": false,
"internalType": "uint256"
"internalType": "uint64"
}
],
"anonymous": false
Expand Down
Loading

0 comments on commit 5fa92db

Please sign in to comment.