UNPKG

polar-bear-stash-contracts

Version:

Smart contracts for the PolarBearStash (COLD) ERC20 token on the Berachain (test)chain.

16 lines (15 loc) 317 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, }, }