blob: c26fe5f258090fb774ebada3a329296d887bf106 (
plain) (
tree)
|
|
import { devConstants } from '@0xproject/dev-utils';
export const config = {
networkId: 50,
artifactsDir: 'artifacts',
contractsDir: 'contracts',
ganacheLogFile: 'ganache.log',
txDefaults: {
from: devConstants.TESTRPC_FIRST_ADDRESS,
},
mnemonic: 'concert load couple harbor equip island argue ramp clarify fence smart topic',
};
|