Skip to content

Commit 392a294

Browse files
committed
fix: [LSP8] incorrect data key prefix for LSP8MetadataTokenURI
1 parent 4db0950 commit 392a294

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)