From 5865b1419bfbf79dfa0f0492bdb2972b0858e3a7 Mon Sep 17 00:00:00 2001 From: Ariel Barmat Date: Sun, 19 Jun 2022 19:23:18 -0300 Subject: [PATCH] v1.12.0 - Add a threshold above which rewards start accruing for a subgraph (#528) - Verify contracts with sourcify (#574) - Add GraphCurationToken to addressbook (#575) - Rework graph config files (#572) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5510d8ae9..f37fdc894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/contracts", - "version": "1.11.1", + "version": "1.12.0", "description": "Contracts for the Graph Protocol", "directories": { "test": "test"