From b3fafeea738ee5a2c5a1faad6eb87ac045e25af5 Mon Sep 17 00:00:00 2001 From: Piotr Dyraga Date: Fri, 13 Dec 2024 11:02:40 +0100 Subject: [PATCH] Bumping up solidity module version to v1.8.0-dev The v1.7.0 version has just been tagged with `solidity/v1.7.0` and pushed to NPM package repository. v1.7.0 includes the `Timelock` contract that will take over the ownership of `Bridge`, `WalletRegistry` and `RedemptionWatchtower` `ProxyAdmin` contracts. --- solidity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/package.json b/solidity/package.json index a13c51bb5..781cd2806 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,6 +1,6 @@ { "name": "@keep-network/tbtc-v2", - "version": "1.7.0-dev", + "version": "1.8.0-dev", "license": "GPL-3.0-only", "files": [ "artifacts/",