Skip to content

Commit

Permalink
fix: V1 staking not being added to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Jan 21, 2025
1 parent a3724d5 commit 353accb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/deployment-manifest-to-app-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ZDeploymentManifest = z.object({

governance: z.object({
LQTYToken: ZAddress,
LQTYStaking: ZAddress.default(ZERO_ADDRESS),
stakingV1: ZAddress,
governance: ZAddress,
}),

Expand Down

0 comments on commit 353accb

Please sign in to comment.