Skip to content

Commit

Permalink
Merge pull request #339 from ERC725Alliance/fix/lsp8-tokenuri-schema
Browse files Browse the repository at this point in the history
fix: incorrect hex for `LSP8MetadataTokenURI`
  • Loading branch information
CallumGrindle authored Nov 6, 2023
2 parents b46e7e9 + 0500a75 commit c3d84c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/LSP8IdentifiableDigitalAsset.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"name": "LSP8MetadataTokenURI:<address|uint256|bytes32|string>",
"key": "0x4690256ef7e93288012f0000<address|uint256|bytes32|string>",
"key": "0x1339e76a390b7b9ec9010000<address|uint256|bytes32|string>",
"keyType": "Mapping",
"valueType": "(bytes4,string)",
"valueContent": "(Bytes4,URI)"
Expand Down

0 comments on commit c3d84c1

Please sign in to comment.