Skip to content

Commit

Permalink
fix: update lsp6 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kalote committed Nov 9, 2023
1 parent 24df265 commit 75c4044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/LSP6KeyManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"name": "AddressPermissions:AllowedCalls:<address>",
"key": "0x4b80742de2bf393a64c70000<address>",
"keyType": "MappingWithGrouping",
"valueType": "(bytes4,address,bytes4)[CompactBytesArray]",
"valueContent": "(Bytes4,Address,Bytes4)"
"valueType": "(bytes4,address,bytes4,bytes4)[CompactBytesArray]",
"valueContent": "(BitArray,Address,Bytes4,Bytes4)"
},
{
"name": "AddressPermissions:AllowedERC725YDataKeys:<address>",
Expand Down

0 comments on commit 75c4044

Please sign in to comment.