Skip to content

Commit

Permalink
Update deploy-strategy-hardhat-mainnet.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robotoer authored Dec 20, 2024
1 parent 34df7cb commit 3354d23
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/deploy-strategy-hardhat-mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ on:
description: 'Asset address'
required: true
default: '0x'
strategyName:
description: 'Yearn strategy name'
strategyMeta:
description: 'Yearn strategy name and token symbol separated by a comma'
required: true
default: '0x'
symbol:
description: 'Yearn token symbol'
required: true
default: '0x'
default: 'SomeName,SOMESYMBOL'
strategyManagementAddress:
description: 'Strategy management address'
required: true
Expand Down Expand Up @@ -81,10 +77,9 @@ jobs:
NEW_REQUIRED_RESERVE_RATIO: ${{ github.event.inputs.requiredReserveRatio }}
ADMIN_ADDRESS: ${{ vars.ADMIN_ADDRESS }}
DEVOPS_ADDRESS: ${{ vars.DEVOPS_ADDRESS }}
STRATEGY_NAME: ${{ github.event.inputs.strategyName }}
STRATEGY_META: ${{ github.event.inputs.strategyMeta }}
PROFIT_MAX_UNLOCK_TIME: ${{ vars.PROFIT_MAX_UNLOCK_TIME }}
STRATEGY_MANAGEMENT_ADDRESS: ${{ github.event.inputs.strategyManagementAddress }}
SYMBOL: ${{ github.event.inputs.symbol }}
KEEPER_ADDRESS: ${{ vars.KEEPER }}
FEE_RECIPIENT: ${{ github.event.inputs.feeRecipient }}
COLLATERAL_TOKEN_ADDRESSES: ${{ github.event.inputs.collateralTokens }}
Expand Down

0 comments on commit 3354d23

Please sign in to comment.