@coinmeca/ethers
Version:
Solidty helpers and utilities for using ethers.
10 lines • 409 B
TypeScript
import { ethers } from 'hardhat';
import * as chai from 'chai';
import * as accounts from "./accounts";
import * as utils from "./utils";
import * as interfaces from './interfaces';
import * as diamond from './diamond';
import * as types from './types';
import * as commands from './commands';
export { ethers, chai, accounts, utils, interfaces, diamond, types, commands };
//# sourceMappingURL=index.d.ts.map