From 50a6082eee74b8a1342bcf840e931bba196a510e Mon Sep 17 00:00:00 2001 From: aazhou1 Date: Mon, 18 Nov 2024 15:42:20 -0500 Subject: [PATCH] remove governor and management from deploy script for strategies --- .github/workflows/deploy-sepolia-strategy.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/deploy-sepolia-strategy.yaml b/.github/workflows/deploy-sepolia-strategy.yaml index 5d5500ad..1fcb0134 100644 --- a/.github/workflows/deploy-sepolia-strategy.yaml +++ b/.github/workflows/deploy-sepolia-strategy.yaml @@ -10,14 +10,6 @@ on: description: 'Yearn strategy name' required: true default: '0x' - governorRoleAddress: - description: 'Governor role address' - required: true - default: '0x' - strategyManagementAddress: - description: 'Strategy management address' - required: false - default: '0x' discountRateMarkup: description: 'Discount rate markup' required: false @@ -66,7 +58,7 @@ jobs: REPOTOKEN_CONCENTRATION_LIMIT: ${{ github.event.inputs.repoTokenConcentrationLimit }} ADMIN_ADDRESS: ${{ vars.ADMIN_ADDRESS }} DEVOPS_ADDRESS: ${{ vars.DEVOPS_ADDRESS }} - GOVERNOR_ROLE_ADDRESS: ${{ github.event.inputs.governorRoleAddress }} + GOVERNOR_ROLE_ADDRESS: ${{ vars.GOVERNANCE_FACTORY }} STRATEGY_MANAGEMENT_ADDRESS: ${{ vars.GOVERNANCE_FACTORY }} NEW_REQUIRED_RESERVE_RATIO: ${{ github.event.inputs.requiredReserveRatio }} \ No newline at end of file