Skip to content

Commit 6dd9b1d

Browse files
committed
Change LicenseAliasSet type to bytes32
1 parent 32eb8fa commit 6dd9b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/contract-event-processor/abi/DevLicenseDimo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
},
9494
{
9595
"name": "licenseAlias",
96-
"type": "string",
96+
"type": "bytes32",
9797
"indexed": false,
98-
"internalType": "string"
98+
"internalType": "bytes32"
9999
}
100100
],
101101
"anonymous": false

0 commit comments

Comments
 (0)