automatic vault creation working
This commit is contained in:
1
misc.js
1
misc.js
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user