Skip to content

Commit

Permalink
Merge pull request #694 from chriswessels/patch-1
Browse files Browse the repository at this point in the history
fix(contracts): remove univ4 remnants from deployment-manifest-to-app-env.ts script
  • Loading branch information
bpierre authored Jan 18, 2025
2 parents 78561b6 + d5708a6 commit 560a435
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/utils/deployment-manifest-to-app-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const ZDeploymentManifest = z.object({
LQTYToken: ZAddress,
LQTYStaking: ZAddress.default(ZERO_ADDRESS),
governance: ZAddress,
uniV4DonationsInitiative: ZAddress,
curveV2GaugeRewardsInitiative: ZAddress,
}),

Expand Down Expand Up @@ -222,8 +221,6 @@ function contractNameToAppEnvVariable(contractName: string, prefix: string = "")
return `${prefix}_GOVERNANCE`;

// governance initiatives
case "uniV4DonationsInitiative":
return `${prefix}_UNI_V4_DONATIONS`;
case "curveV2GaugeRewardsInitiative":
return `${prefix}_CURVE_V2_GAUGE_REWARDS`;
}
Expand Down

0 comments on commit 560a435

Please sign in to comment.