Skip to content

Commit

Permalink
fix: adding required parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Sep 13, 2023
1 parent e523986 commit 3d1a16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/vebal/prismaPoolStakingGauge.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export function aPrismaPoolStakingGauge(...options: Partial<PrismaPoolStakingGau
chain: 'MAINNET' as Chain,
status: 'ACTIVE',
version: 1,
workingSupply: '0',
};
return Object.assign({}, defaultGauge, ...options);
}
Expand Down

0 comments on commit 3d1a16d

Please sign in to comment.