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

2
abi.js
View File

@@ -1,5 +1,5 @@
import {readFile} from './misc.js'
import {ethers} from "ethers";
import {readFile} from "./misc.js";
const ABI_BASE_PATH = '../contract/out'