From 25629ba582fa4a7248f572adf2873553ad515fce Mon Sep 17 00:00:00 2001 From: Roberto Cantu Date: Thu, 25 May 2023 11:48:23 -0500 Subject: [PATCH] Update workflow to create proposal for PROD --- releases/1.2.7/index.yml | 8 +++++--- releases/1.2.7/polygon/config/propose-admin.json | 6 ++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/releases/1.2.7/index.yml b/releases/1.2.7/index.yml index 447e4567..0fd2ea68 100644 --- a/releases/1.2.7/index.yml +++ b/releases/1.2.7/index.yml @@ -1,8 +1,10 @@ -title: Grant new roles -network: mumbai +title: Granting New Role, Revoking One Role +network: polygon deploy: prepare-upgrade 1.2.7 verify: verify-deployed finish: propose-admin description: | ## Output tx: - - Grant Core Dev multisig role of SCANNER_BETA_VERSION_ROLE \ No newline at end of file + - Grant Core Dev multisig role of SCANNER_BETA_VERSION_ROLE + - Revoke SCANNER_POOL_ADMIN_ROLE role from Core Dev multisig + - Previously granted to fix broken enabled scanner counts \ No newline at end of file diff --git a/releases/1.2.7/polygon/config/propose-admin.json b/releases/1.2.7/polygon/config/propose-admin.json index 1da90f2a..69545c78 100644 --- a/releases/1.2.7/polygon/config/propose-admin.json +++ b/releases/1.2.7/polygon/config/propose-admin.json @@ -5,6 +5,12 @@ "params": [ ["roles.SCANNER_BETA_VERSION_ROLE", "0xd1d4FaFd400fCD643132bb7eAF7682eE97E09C3e"] ] + }, + { + "methodName": "revokeRole", + "params": [ + ["roles.SCANNER_POOL_ADMIN_ROLE", "0xd1d4FaFd400fCD643132bb7eAF7682eE97E09C3e"] + ] } ] } \ No newline at end of file