Skip to content

Commit 7296610

Browse files
authored
Merge EtherCollateralsUSD and rest of Fomalhaut into develop (Synthetixio#753)
1 parent 4d81960 commit 7296610

28 files changed

+8477
-1865
lines changed

.solcover.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const {
44

55
module.exports = {
66
port: 8545,
7-
skipFiles: ['test-helpers', 'EscrowChecker.sol'],
7+
skipFiles: ['test-helpers', 'EscrowChecker.sol', 'EtherCollateralsUSD.sol'],
88
providerOptions: {
99
default_balance_ether: 10000000000000, // extra zero just in case (coverage consumes more gas)
1010
time: new Date(inflationStartTimestampInSecs * 1000),

0 commit comments

Comments
 (0)