Skip to content

Commit

Permalink
Update workflow to create proposal for PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed May 25, 2023
1 parent 83478fa commit 25629ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 5 additions & 3 deletions releases/1.2.7/index.yml
Original file line number Diff line number Diff line change
@@ -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
- 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
6 changes: 6 additions & 0 deletions releases/1.2.7/polygon/config/propose-admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"params": [
["roles.SCANNER_BETA_VERSION_ROLE", "0xd1d4FaFd400fCD643132bb7eAF7682eE97E09C3e"]
]
},
{
"methodName": "revokeRole",
"params": [
["roles.SCANNER_POOL_ADMIN_ROLE", "0xd1d4FaFd400fCD643132bb7eAF7682eE97E09C3e"]
]
}
]
}

0 comments on commit 25629ba

Please sign in to comment.