Skip to content

Commit

Permalink
fix: gauge mock
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Sep 20, 2023
1 parent b676423 commit b4bb489
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 @@ -12,6 +12,7 @@ export function aPrismaPoolStakingGauge(...options: Partial<PrismaPoolStakingGau
status: 'ACTIVE',
version: 1,
workingSupply: '0',
totalSupply: '0',
};
return Object.assign({}, defaultGauge, ...options);
}
Expand Down

0 comments on commit b4bb489

Please sign in to comment.