Update BasicBridge version to 2.1.0
This commit is contained in:
parent
195f23c613
commit
fdf9d39abd
|
@ -10,7 +10,7 @@ import "openzeppelin-solidity/contracts/token/ERC20/ERC20Basic.sol";
|
|||
contract BasicBridge is EternalStorage, Validatable {
|
||||
using SafeMath for uint256;
|
||||
|
||||
Version.Version public getBridgeInterfacesVersion = Version.Version(2, 0, 0);
|
||||
Version.Version public getBridgeInterfacesVersion = Version.Version(2, 1, 0);
|
||||
|
||||
event GasPriceChanged(uint256 gasPrice);
|
||||
event RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations);
|
||||
|
|
Loading…
Reference in New Issue