Skip to content

Commit

Permalink
Fix ps generator hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Apr 7, 2021
1 parent 5c9ee90 commit 4f69cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plutus-pab/app/PSGenerator.hs
Expand Up @@ -167,6 +167,7 @@ writeTestData outputDir = do
currencyInstance1 <- Simulator.activateContract defaultWallet Currency
void $ Simulator.activateContract defaultWallet Currency
void $ Simulator.activateContract defaultWallet Game
void $ Simulator.waitForEndpoint currencyInstance1 "Create native token"
void $ Simulator.callEndpointOnInstance currencyInstance1 "Create native token" SimpleMPS {tokenName = "TestCurrency", amount = 10000000000}
void $ Simulator.waitUntilFinished currencyInstance1
report :: FullReport TestContracts <- Webserver.getFullReport
Expand Down
2 changes: 1 addition & 1 deletion plutus-pab/plutus-pab.yaml
Expand Up @@ -25,7 +25,7 @@ nodeServerConfig:
- getWallet: 3

chainIndexConfig:
ciBaseUrl: http://localhost:8083
ciBaseUrl: http://localhost:9083
ciWatchedAddresses: []

requestProcessingConfig:
Expand Down

0 comments on commit 4f69cbd

Please sign in to comment.