Skip to content

Commit

Permalink
feat: added nosonar statements to test mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt561 committed Feb 28, 2025
1 parent 6d4dbca commit b500f68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/UI/Stake/__mocks__/earnControllerMockData.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
//NOSONAR
export const MOCK_POOLED_STAKES_DATA = {
account: '0x1234',
lifetimeRewards: '100',
assets: '1000',
exitRequests: [],
};

//NOSONAR
export const MOCK_VAULT_DATA = {
apy: '3.3',
capacity: '1000000',
Expand All @@ -13,4 +15,5 @@ export const MOCK_VAULT_DATA = {
vaultAddress: '0xabcd',
};

//NOSONAR
export const MOCK_EXCHANGE_RATE = '1.5';

0 comments on commit b500f68

Please sign in to comment.