Skip to content

Commit

Permalink
[PLA-1990] Fixes marketplace prices (#245)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <[email protected]>
  • Loading branch information
leonardocustodio committed Sep 11, 2024
1 parent dc05bfb commit 5e77f29
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"creator": "AccountId",
"makeAssetId": "MultiTokensAssetId",
"takeAssetId": "MultiTokensAssetId",
"amount": "Compact<u128>",
"price": "Compact<u128>",
"minReceived": "Compact<u128>",
"amount": "Compact",
"price": "Compact",
"minReceived": "Compact",
"feeSide": "ListingFeeSide",
"creationBlock": "Compact<u32>",
"creationBlock": "Compact",
"deposit": "CreationDeposit",
"salt": "Bytes",
"data": "ListingDataV1010",
Expand Down

0 comments on commit 5e77f29

Please sign in to comment.