Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update v2/CommitManagerV1U1 StateFinalized #222

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions abi/CommitManagerV2U1.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,13 +508,13 @@
"anonymous": false,
"inputs": [
{
"indexed": false,
"indexed": true,
"internalType": "address",
"name": "assetContract",
"type": "address"
},
{
"indexed": false,
"indexed": true,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
Expand Down
4 changes: 2 additions & 2 deletions contracts/v2/CommitManagerV1U1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ contract CommitManagerV2U1 is Named, Versioned, ContractStatus, Initializable {
uint40 score
);
event StateFinalized(
address assetContract,
uint256 tokenId,
address indexed assetContract,
uint256 indexed tokenId,
bytes keyword,
uint8 hashFunctionId,
uint16 epoch,
Expand Down
Loading