reworked to optionally use Hardhat in mock; chain id 31337; refactored TransactionJob management; execute() mostly commented out for minimalism

This commit is contained in:
Tim Olson
2023-10-26 16:56:08 -04:00
parent bd127b00ce
commit e05f0cc8dc
8 changed files with 80 additions and 53 deletions

View File

@@ -3,7 +3,7 @@ import 'dotenv/config'
import {lookupToken} from "./token.js";
import {httpServer, io} from "./io.js";
import {ensureVault, loginAddress} from "./vault.js";
import {chainInfo, VAULT_INIT_CODE_HASH} from "./misc.js";
import {chainInfo, VAULT_INIT_CODE_HASH} from "./chain.js";
// setup socket.io