diff --git a/04-testing/index.md b/04-testing/index.md index 89850bd..3155485 100644 --- a/04-testing/index.md +++ b/04-testing/index.md @@ -300,6 +300,7 @@ If you would like to see even more verbose log output from running your contract ```ts blockchain.verbosity = { + print: true, blockchainLogs: true, vmLogs: "vm_logs_full", debugLogs: true,