import { ethers } from './ethers'; import { log } from './log'; import { config } from './config'; export const mock = { log, ethers, config, };