Skip to content

Commit ff9db92

Browse files
committed
Update plutus-game with correct ExBudget
Change-type: patch Signed-off-by: Giovanni Garufi <giovanni@mlabs.city>
1 parent 1caede2 commit ff9db92

File tree

4 files changed

+172
-172
lines changed

4 files changed

+172
-172
lines changed

examples/plutus-game/app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/plutus-game/guess.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

examples/plutus-game/lock.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)