Skip to content

Commit

Permalink
fix: incorrect value in schema for array length in ...Map
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Sep 15, 2023
1 parent bfa4258 commit 71d071b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion schemas/LSP10ReceivedVaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "LSP10VaultsMap:<address>",
"key": "0x192448c3c0f88c7f238c0000<address>",
"keyType": "Mapping",
"valueType": "(bytes4,bytes8)",
"valueType": "(bytes4,uint128)",
"valueContent": "(Bytes4,Number)"
},
{
Expand Down
2 changes: 1 addition & 1 deletion schemas/LSP12IssuedAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "LSP12IssuedAssetsMap:<address>",
"key": "0x74ac2555c10b9349e78f0000<address>",
"keyType": "Mapping",
"valueType": "(bytes4,bytes8)",
"valueType": "(bytes4,uint128)",
"valueContent": "(Bytes4,Number)"
}
]
4 changes: 2 additions & 2 deletions schemas/LSP3ProfileMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"name": "LSP12IssuedAssetsMap:<address>",
"key": "0x74ac2555c10b9349e78f0000<address>",
"keyType": "Mapping",
"valueType": "(bytes4,bytes8)",
"valueType": "(bytes4,uint128)",
"valueContent": "(Bytes4,Number)"
},
{
Expand All @@ -38,7 +38,7 @@
"name": "LSP5ReceivedAssetsMap:<address>",
"key": "0x812c4334633eb816c80d0000<address>",
"keyType": "Mapping",
"valueType": "(bytes4,bytes8)",
"valueType": "(bytes4,uint128)",
"valueContent": "(Bytes4,Number)"
},
{
Expand Down
2 changes: 1 addition & 1 deletion schemas/LSP4DigitalAsset.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"name": "LSP4CreatorsMap:<address>",
"key": "0x6de85eaf5d982b4e5da00000<address>",
"keyType": "Mapping",
"valueType": "(bytes4,bytes8)",
"valueType": "(bytes4,uint128)",
"valueContent": "(Bytes4,Number)"
}
]
2 changes: 1 addition & 1 deletion schemas/LSP5ReceivedAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "LSP5ReceivedAssetsMap:<address>",
"key": "0x812c4334633eb816c80d0000<address>",
"keyType": "Mapping",
"valueType": "(bytes4,bytes8)",
"valueType": "(bytes4,uint128)",
"valueContent": "(Bytes4,Number)"
}
]

0 comments on commit 71d071b

Please sign in to comment.