removed db migrations

This commit is contained in:
Tim Olson
2023-09-25 14:40:15 -04:00
parent 2e1d2aaa96
commit e36f7812eb
7 changed files with 43 additions and 582 deletions

View File

@@ -2,3 +2,5 @@ import fs from "fs";
import util from "util";
export const readFile = (fileName) => util.promisify(fs.readFile)(fileName, 'utf8');
export const ALL_CHAINS = [42161,]