refactored watcher; produces logs

This commit is contained in:
Tim Olson
2023-09-01 18:58:04 -04:00
parent 97234c955f
commit 2e1d2aaa96
9 changed files with 238 additions and 68 deletions

View File

@@ -22,7 +22,7 @@ exports.up = async function (db) {
await db.createTable('eoa', {
chain: { type: 'int', primaryKey: true },
address: { type: 'bytea', primaryKey: true},
vaulted: 'boolean',
// vaulted: 'boolean',
})
await db.createTable('tokenusage', {
chain: { type: 'int', primaryKey: true },