@ -34,7 +34,7 @@
},
"tracing": {
"level": "debug",
"style": "json"
"fmt": "json"
"db": "db_path"
}
@ -85,7 +85,7 @@ export type RustConfig = {
home: RustContractBlock;
tracing: {
level: string;
style: string;
fmt: 'json';
};
db: string;
@ -81,7 +81,7 @@ export class CoreDeploy extends Deploy<CoreContracts> {
home,
level: 'debug',
style: 'json',
fmt: 'json',
db: 'db_path',