Skip to content

Commit

Permalink
Adds utility endpoints for marketplace operation
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Jun 8, 2021
1 parent dc32ec2 commit 0718aa5
Show file tree
Hide file tree
Showing 5 changed files with 413 additions and 71 deletions.
2 changes: 1 addition & 1 deletion dquadrant/nft/pab/Main.hs
Expand Up @@ -68,7 +68,7 @@ waitForLast cid =
_ -> Nothing

wallets :: [Wallet]
wallets = [Wallet i | i <- [1 .. 9]]
wallets = [Wallet i | i <- [1 .. 5]]

defaultMarket :: Market
defaultMarket = Market
Expand Down
3 changes: 2 additions & 1 deletion dquadrant/nft/plutus-tokens.cabal
Expand Up @@ -45,7 +45,8 @@ library
lens,
text,
containers,
utf8-string
utf8-string,
string-conversions
hs-source-dirs: src
default-language: Haskell2010
ghc-options:
Expand Down

0 comments on commit 0718aa5

Please sign in to comment.