Skip to content

Commit

Permalink
fix: valueContent from bytes32 -> Bytes32 for `LSP8ReferenceContr…
Browse files Browse the repository at this point in the history
…act`
  • Loading branch information
CJ42 committed May 3, 2024
1 parent 23e211d commit dffc421
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 @@ -18,6 +18,6 @@
"key": "0x708e7b881795f2e6b6c2752108c177ec89248458de3bf69d0d43480b3e5034e6",
"keyType": "Singleton",
"valueType": "(address,bytes32)",
"valueContent": "(Address,bytes32)"
"valueContent": "(Address,Bytes32)"
}
]

0 comments on commit dffc421

Please sign in to comment.