We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbab79 commit d4651b6Copy full SHA for d4651b6
bridge/.solcover.js
@@ -6,11 +6,11 @@ module.exports = {
6
'Bridge/IBridgeV3.sol',
7
'SideToken/SideTokenV1.sol',
8
'Federation/FederationV2.sol',
9
- 'AllowTokens/AllowTokensV0.sol',
+ 'AllowTokens/AllowTokensOld.sol',
10
'SideTokenFactory/SideTokenFactoryV1.sol',
11
],
12
providerOptions: {
13
network_id: 5888,
14
//vmErrorsOnRPCResponse: false
15
}
16
-};
+};
bridge/contracts/AllowTokens/AllowTokensV0.sol renamed to bridge/contracts/AllowTokens/AllowTokensOld.sol
@@ -5,7 +5,7 @@ pragma solidity ^0.8.0;
5
import "../zeppelin/math/SafeMath.sol";
import "../zeppelin/ownership/Ownable.sol";
-contract AllowTokensV0 is Ownable {
+contract AllowTokensOld is Ownable {
using SafeMath for uint256;
address constant private NULL_ADDRESS = address(0);
0 commit comments