File tree Expand file tree Collapse file tree 4 files changed +172
-172
lines changed Expand file tree Collapse file tree 4 files changed +172
-172
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ main = do
6868 , pcDryRun = True
6969 , pcLogLevel = Debug
7070 , pcProtocolParamsFile = " ./protocol.json"
71- , pcForceBudget = Just (1000 , 1000 )
71+ , pcForceBudget = Just (9_000_000_000 , 15_000_000 )
7272 , pcEnableTxEndpoint = True
7373 }
7474 BotPlutusInterface. runPAB @ GameContracts pabConf
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CONTRACT_INST_ID=$(curl --location --request POST 'localhost:9080/api/contract/a
66 "caID": {
77 "tag": "Guess",
88 "contents": {
9- "guessGameId": 2 ,
9+ "guessGameId": 3 ,
1010 "guessSecret": "secret"
1111 }
1212 }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CONTRACT_INST_ID=$(curl --location --request POST 'localhost:9080/api/contract/a
66 "caID": {
77 "tag": "Lock",
88 "contents": {
9- "lockGameId": 2 ,
9+ "lockGameId": 3 ,
1010 "lockAmount": 1000000,
1111 "lockSecret": "secret"
1212 }
You can’t perform that action at this time.
0 commit comments