automatic vault creation working

This commit is contained in:
Tim Olson
2023-10-06 19:45:22 -04:00
parent c05c9b9c16
commit 0f7d2b0b5a
5 changed files with 65 additions and 28 deletions

View File

@@ -26,6 +26,7 @@ for (const chain of _chains) {
deployment = JSON.parse(fs.readFileSync(path, 'utf8')) //null synchronous is ok we only do this once on init
}
catch {
console.log(`warning: could not read deployment files for ${chain.id}`)
continue
}
for (const tx of deployment.transactions) {