UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

14 lines (13 loc) 275 B
module.exports = { norpc: true, testCommand: 'npm test', compileCommand: 'npm run compile', skipFiles: ['mocks'], providerOptions: { default_balance_ether: '10000000000000000000000000', }, mocha: { fgrep: '[skip-on-coverage]', invert: true, }, };