From ec7f51a9726d15f6ff2e9e64204bdf825d045de6 Mon Sep 17 00:00:00 2001 From: Ariel Barmat Date: Mon, 27 Sep 2021 22:18:59 -0300 Subject: [PATCH] v1.8.0 - Update GNS implementation address - Allow unstake passing a larger amount than available (#487) - Revert when not enough precision to assign a delegation share --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fea2573b1..1b1a8d010 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/contracts", - "version": "1.7.0", + "version": "1.8.0", "description": "Contracts for the Graph Protocol", "directories": { "test": "test"