From 72ca5acfe478b17e034f88785bbbf3c0872a7429 Mon Sep 17 00:00:00 2001 From: yj Date: Tue, 4 May 2021 22:12:03 -0500 Subject: [PATCH 1/2] chore(release): 2.2.6 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf9fc9..591abd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.2.6](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.5...v2.2.6) (2021-05-05) + + +### Bug Fixes + +* add bankless ([b5fe438](https://github.com/boardroom-inc/protocol-Info/commit/b5fe438babd024d3a020ac00296440eeefc57536)) +* coingecko ([ad3ea99](https://github.com/boardroom-inc/protocol-Info/commit/ad3ea99cf2c85580b52666a9ff99115a8879619c)) +* reove all empty govnernae.jsons ([9310144](https://github.com/boardroom-inc/protocol-Info/commit/9310144878ce87f6d052b8363d309f6716ab4452)) + ### [2.2.5](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.4...v2.2.5) (2021-05-03) ### [2.2.4](https://github.com/boardroom-inc/protocol-Info/compare/v2.2.3...v2.2.4) (2021-05-02) diff --git a/package.json b/package.json index 082ad7d..91e2771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boardroom/protocol-info", - "version": "2.2.5", + "version": "2.2.6", "description": "Project information which will be served to display on the Boardroom Governance Portal.", "main": "dist/index.js", "typings": "dist/index.d.ts", From f5aafd07871d0dc406b8e6ebff958d43050f4985 Mon Sep 17 00:00:00 2001 From: yj Date: Thu, 6 May 2021 10:57:43 -0500 Subject: [PATCH 2/2] fix: claim compoundgrants --- protocols/compoundgrants/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protocols/compoundgrants/index.json b/protocols/compoundgrants/index.json index ce73efe..8857558 100644 --- a/protocols/compoundgrants/index.json +++ b/protocols/compoundgrants/index.json @@ -13,14 +13,14 @@ "hasOnchain": false, "isHybrid": false, "isCouncil": false, - "isEnabled": false, + "isEnabled": true, "invalidSnapshots": [], "branding": {}, "discourseForum": {}, "claim": { - "isClaimed": false, - "claimer": "", - "signature": "" + "isClaimed": true, + "claimer": "0x991d540e7ecfa15dbe3f52d0f758010dbec85f6d", + "signature": "0x50c0b52d98b52b5756652d67e42a56f5722493d6acbc3f801b947b033cfdaacf42b62d250021419cd2891089b1572986c2fcca0597c69b29cc48780927f182d31b" }, "safeAddress": "0xF1D8c2eED95D5fC2EaDe4E6Bb15a5969453E89a9" }