Skip to content

Commit 4be4e61

Browse files
Merge pull request #376 from rsksmart/feature/GBI-1386-VULN-417
Fixed version names
2 parents dfbab79 + 07fbc3e commit 4be4e61

18 files changed

+23
-1481
lines changed

bridge/.solcover.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ module.exports = {
66
'Bridge/IBridgeV3.sol',
77
'SideToken/SideTokenV1.sol',
88
'Federation/FederationV2.sol',
9-
'AllowTokens/AllowTokensV0.sol',
9+
'AllowTokensV1.sol/AllowTokensV0.sol.sol',
1010
'SideTokenFactory/SideTokenFactoryV1.sol',
1111
],
1212
providerOptions: {
1313
network_id: 5888,
1414
//vmErrorsOnRPCResponse: false
1515
}
16-
};
16+
};

0 commit comments

Comments
 (0)