File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ main :: IO ()
7373main = do
7474 pabConf <-
7575 either error id
76- <$> BotPlutusInterface. loadPABConfig " pabConfig.value"
76+ <$> BotPlutusInterface. loadPABConfig " ./ pabConfig.value"
7777 BotPlutusInterface. runPAB @ MyContracts pabConf
7878```
7979
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ main :: IO ()
4242main = do
4343 pabConf <-
4444 either error id
45- <$> BotPlutusInterface. loadPABConfig " config /pabConfig.value"
45+ <$> BotPlutusInterface. loadPABConfig " . /pabConfig.value"
4646 BotPlutusInterface. runPAB @ GameContracts pabConf
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ signingKeyFileDir: "./signing-keys"
1313-- Directory where the encoded transaction files will be saved
1414txFileDir: "./txs"
1515-- Protocol params file location relative to the cardano-cli working directory (needed for the cli)
16- protocolParamsFile: "./config/ protocol.json"
16+ protocolParamsFile: "./protocol.json"
1717-- Dry run mode will build the tx, but skip the submit step
1818dryRun: true
1919logLevel: debug
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ main :: IO ()
4242main = do
4343 pabConf <-
4444 either error id
45- <$> BotPlutusInterface. loadPABConfig " config /pabConfig.value"
45+ <$> BotPlutusInterface. loadPABConfig " . /pabConfig.value"
4646 BotPlutusInterface. runPAB @ MintNFTContracts pabConf
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ signingKeyFileDir: "./signing-keys"
1313-- Directory where the encoded transaction files will be saved
1414txFileDir: "./txs"
1515-- Protocol params file location relative to the cardano-cli working directory (needed for the cli)
16- protocolParamsFile: "./config/ protocol.json"
16+ protocolParamsFile: "./protocol.json"
1717-- Dry run mode will build the tx, but skip the submit step
1818dryRun: true
1919logLevel: debug
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ main :: IO ()
4141main = do
4242 pabConf <-
4343 either error id
44- <$> BotPlutusInterface. loadPABConfig " config /pabConfig.value"
44+ <$> BotPlutusInterface. loadPABConfig " . /pabConfig.value"
4545 BotPlutusInterface. runPAB @ TransferContracts pabConf
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ signingKeyFileDir: "./signing-keys"
1313-- Directory where the encoded transaction files will be saved
1414txFileDir: "./txs"
1515-- Protocol params file location relative to the cardano-cli working directory (needed for the cli)
16- protocolParamsFile: "./config/ protocol.json"
16+ protocolParamsFile: "./protocol.json"
1717-- Dry run mode will build the tx, but skip the submit step
1818dryRun: true
1919logLevel: debug
You can’t perform that action at this time.
0 commit comments