Skip to content

Commit

Permalink
feat: update deploy script use GaugeV3 moving forward
Browse files Browse the repository at this point in the history
  • Loading branch information
skellet0r committed May 25, 2021
1 parent be8c2a3 commit 3f81510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def main():
token.set_minter(swap, _tx_params())

# deploy the liquidity gauge
LiquidityGaugeV2 = load_project("curvefi/curve-dao-contracts@1.1.0").LiquidityGaugeV2
LiquidityGaugeV2.deploy(token, MINTER, GAUGE_OWNER, _tx_params())
LiquidityGaugeV3 = load_project("curvefi/curve-dao-contracts@1.2.0").LiquidityGaugeV3
LiquidityGaugeV3.deploy(token, MINTER, GAUGE_OWNER, _tx_params())

# deploy the zap
zap_name = next((i.stem for i in contracts_path.glob(f"{POOL_NAME}/Deposit*")), None)
Expand Down

0 comments on commit 3f81510

Please sign in to comment.