Fixes package-lock ci mistmatch. Fixes buidler config to prevent load types prior compilation.

This commit is contained in:
David Racero 2020-09-15 14:30:45 +02:00
parent bfc46daadd
commit 88ac98ab76
2 changed files with 8616 additions and 2070 deletions

View File

@ -1,8 +1,7 @@
import {usePlugin, BuidlerConfig} from '@nomiclabs/buidler/config';
import {usePlugin} from '@nomiclabs/buidler/config';
// @ts-ignore
import {accounts} from './test-wallets.js';
import {eEthereumNetwork} from './helpers/types';
import { BUIDLEREVM_CHAINID, COVERAGE_CHAINID } from './helpers/constants';
usePlugin('@nomiclabs/buidler-ethers');
usePlugin('buidler-typechain');
@ -11,6 +10,8 @@ usePlugin('@nomiclabs/buidler-waffle');
usePlugin('@nomiclabs/buidler-etherscan');
//usePlugin('buidler-gas-reporter');
const BUIDLEREVM_CHAINID = 31337;
const COVERAGE_CHAINID = 1337;
const DEFAULT_BLOCK_GAS_LIMIT = 10000000;
const DEFAULT_GAS_PRICE = 10;
const HARDFORK = 'istanbul';

10681
package-lock.json generated

File diff suppressed because it is too large Load Diff