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

@@ -9,7 +9,7 @@ import {getProvider} from "./blockchain.js";
const std_arbitrum_tokens = {}
const tokens = {
42161: std_arbitrum_tokens,
1338: std_arbitrum_tokens,
31337: std_arbitrum_tokens,
}
export async function lookupToken(chainId, address) {