Skip to content

Commit ee3ee8d

Browse files
authored
Merge pull request #251 from lukso-network/fix/lsp8-data-key
fix: [LSP8] incorrect data key prefix for `LSP8MetadataTokenURI`
2 parents 4db0950 + 392a294 commit ee3ee8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LSPs/LSP-8-IdentifiableDigitalAsset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The value stored under this data key is a tuple `(bytes4,string)` that contains
9595
```json
9696
{
9797
"name": "LSP8MetadataTokenURI:<address|uint256|bytes32|string>",
98-
"key": "0x4690256ef7e93288012f0000<address|uint256|bytes32|string>",
98+
"key": "0x1339e76a390b7b9ec9010000<address|uint256|bytes32|string>",
9999
"keyType": "Mapping",
100100
"valueType": "(bytes4,string)",
101101
"valueContent": "(Bytes4,URI)"
@@ -482,7 +482,7 @@ ERC725Y JSON Schema `LSP8IdentifiableDigitalAsset`:
482482
},
483483
{
484484
"name": "LSP8MetadataTokenURI:<address|uint256|bytes32|string>",
485-
"key": "0x4690256ef7e93288012f0000<address|uint256|bytes32|string>",
485+
"key": "0x1339e76a390b7b9ec9010000<address|uint256|bytes32|string>",
486486
"keyType": "Mapping",
487487
"valueType": "(bytes4,string)",
488488
"valueContent": "(Bytes4,URI)"

0 commit comments

Comments
 (0)