Skip to content

Commit

Permalink
Restrict lsp7 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lykhonis committed Jan 25, 2024
1 parent 8be4fbb commit 227d00c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions artifacts/abi/marketplace/lsp7/LSP7Listings.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,27 @@
}
]
},
{
"type": "error",
"name": "InvalidListingType",
"inputs": [
{
"name": "asset",
"type": "address",
"internalType": "address"
},
{
"name": "lsp4TokenType",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "isNonDivisible",
"type": "bool",
"internalType": "bool"
}
]
},
{
"type": "error",
"name": "InvalidListingZeroItems",
Expand Down

0 comments on commit 227d00c

Please sign in to comment.