Skip to content

Commit d4651b6

Browse files
committed
Fixed version names
1 parent dfbab79 commit d4651b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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+
'AllowTokens/AllowTokensOld.sol',
1010
'SideTokenFactory/SideTokenFactoryV1.sol',
1111
],
1212
providerOptions: {
1313
network_id: 5888,
1414
//vmErrorsOnRPCResponse: false
1515
}
16-
};
16+
};

bridge/contracts/AllowTokens/AllowTokensV0.sol renamed to bridge/contracts/AllowTokens/AllowTokensOld.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pragma solidity ^0.8.0;
55
import "../zeppelin/math/SafeMath.sol";
66
import "../zeppelin/ownership/Ownable.sol";
77

8-
contract AllowTokensV0 is Ownable {
8+
contract AllowTokensOld is Ownable {
99
using SafeMath for uint256;
1010

1111
address constant private NULL_ADDRESS = address(0);

0 commit comments

Comments
 (0)