From f70d6d9f18b1067381fc36e52f2516da65266b2c Mon Sep 17 00:00:00 2001 From: aazhou1 Date: Wed, 20 Nov 2024 15:16:58 -0500 Subject: [PATCH] collateral addresses in strategy deploy --- .github/workflows/deploy-sepolia-strategy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-sepolia-strategy.yaml b/.github/workflows/deploy-sepolia-strategy.yaml index 864e326a..1328e57d 100644 --- a/.github/workflows/deploy-sepolia-strategy.yaml +++ b/.github/workflows/deploy-sepolia-strategy.yaml @@ -74,6 +74,6 @@ jobs: GOVERNOR_ROLE_ADDRESS: ${{ vars.GOVERNANCE_FACTORY }} STRATEGY_MANAGEMENT_ADDRESS: ${{ github.event.inputs.strategyManagementAddress }} NEW_REQUIRED_RESERVE_RATIO: ${{ github.event.inputs.requiredReserveRatio }} - COLLATERAL_TOKENS: ${{ github.event.inputs.collateralTokens }} + COLLATERAL_TOKEN_ADDRESSES: ${{ github.event.inputs.collateralTokens }} MIN_COLLATERAL_RATIOS: ${{ github.event.inputs.minCollateralRatios }} \ No newline at end of file