Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MetaMask/metamask-mobile into siwe_…
Browse files Browse the repository at this point in the history
…support
  • Loading branch information
jpuri committed Feb 4, 2025
2 parents e2559b9 + 518eeef commit f98bdfe
Show file tree
Hide file tree
Showing 61 changed files with 6,815 additions and 1,106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

create-release-pr:
needs: generate-build-version
uses: MetaMask/github-tools/.github/workflows/create-release-pr.yml@f8467f14f7d09c5b980565f15ebc8003b0272138
uses: MetaMask/github-tools/.github/workflows/create-release-pr.yml@4f594ca7d90378da66b7efce987eff379934524b
with:
platform: mobile
base-branch: ${{ inputs.base-branch }}
Expand Down
3 changes: 2 additions & 1 deletion app/components/UI/Stake/__mocks__/mockData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ export const MOCK_STAKING_API_SERVICE: Partial<StakingApiService> = {
getPooledStakes: jest.fn(),
getVaultData: jest.fn(),
getPooledStakingEligibility: jest.fn(),
getVaultDailyApys: jest.fn(),
getVaultApyAverages: jest.fn(),
baseUrl: 'https://staking.api.com',
};

Expand All @@ -151,7 +153,6 @@ const MOCK_POOLED_STAKING_CONTRACT_SERVICE = {

export const MOCK_POOL_STAKING_SDK: Stake = {
stakingContract: MOCK_POOLED_STAKING_CONTRACT_SERVICE,
stakingApiService: MOCK_STAKING_API_SERVICE as StakingApiService,
sdkType: StakingType.POOLED,
setSdkType: jest.fn(),
};
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ exports[`EarnTokenListItem render matches snapshot 1`] = `
}
}
>
3.0% [missing "en.stake.apr" translation]
3.0% APR
</Text>
<Text
accessibilityRole="text"
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit f98bdfe

Please sign in to comment.