Skip to content

Commit

Permalink
chore(deps): update submodules/wallet digest to ed4ee81 (#1399)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| submodules/wallet | digest | `c4735b1` -> `ed4ee81` |

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "after 8:00 before 23:00 every weekday except on Friday" in
timezone UTC.

🚦 **Automerge**: Enabled.

β™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

πŸ”• **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/valora-inc/docs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJnaXQtc3VibW9kdWxlcyIsInJlbm92YXRlIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent d76b7e1 commit c399fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/wallet
Submodule wallet updated 77 files
+10 βˆ’1 locales/base/translation.json
+1 βˆ’1 src/account/Profile.tsx
+2 βˆ’2 src/account/SupportContact.tsx
+1 βˆ’1 src/backup/BackupPhraseContainer.tsx
+1 βˆ’1 src/backup/BackupQuiz.tsx
+1 βˆ’1 src/celoNews/CeloNewsFeed.tsx
+2 βˆ’1 src/components/CodeInput.tsx
+3 βˆ’3 src/components/CodeRow.tsx
+1 βˆ’1 src/components/ContactCircleSelf.tsx
+4 βˆ’3 src/components/Dropdown.tsx
+1 βˆ’1 src/components/ExchangesBottomSheet.tsx
+7 βˆ’12 src/components/FormTextInput.tsx
+0 βˆ’15 src/components/FormUnderline.tsx
+1 βˆ’1 src/components/HorizontalLine.tsx
+1 βˆ’1 src/components/ItemSeparator.tsx
+1 βˆ’1 src/components/ListItem.tsx
+1 βˆ’1 src/components/MessagingCard.tsx
+4 βˆ’1 src/components/PhoneNumberInput.tsx
+1 βˆ’1 src/components/RecoveryPhraseInput.tsx
+112 βˆ’0 src/components/ReviewTransaction.test.tsx
+102 βˆ’2 src/components/ReviewTransaction.tsx
+1 βˆ’1 src/components/RowDivider.tsx
+2 βˆ’1 src/components/SearchInput.tsx
+1 βˆ’1 src/components/SelectRecipientButton.tsx
+2 βˆ’2 src/components/SelectionOption.tsx
+1 βˆ’1 src/components/SingleDigitInput.tsx
+1 βˆ’0 src/components/TextInput.tsx
+6 βˆ’1 src/components/TokenEnterAmount.tsx
+1 βˆ’0 src/components/__snapshots__/CodeRow.test.tsx.snap
+38 βˆ’50 src/components/__snapshots__/PhoneNumberInput.test.tsx.snap
+2 βˆ’2 src/components/__snapshots__/SelectionOption.test.tsx.snap
+1 βˆ’1 src/components/multiSelect/MultiSelectBottomSheet.tsx
+1 βˆ’1 src/dapps/DappShortcutsRewards.tsx
+2 βˆ’1 src/dappsExplorer/DappCard.tsx
+1 βˆ’1 src/dappsExplorer/DappFeaturedActions.tsx
+11 βˆ’1 src/dappsExplorer/DiscoverDappsCard.tsx
+2 βˆ’2 src/earn/EarnConfirmationScreen.tsx
+0 βˆ’4 src/earn/EarnEnterAmount.tsx
+1 βˆ’1 src/earn/EarnEntrypoint.tsx
+1 βˆ’1 src/earn/EarnInfoScreen.tsx
+3 βˆ’3 src/earn/PoolCard.tsx
+6 βˆ’4 src/earn/poolInfoScreen/Cards.tsx
+3 βˆ’3 src/fiatExchanges/PaymentMethodSection.tsx
+1 βˆ’1 src/fiatExchanges/ReviewFees.tsx
+1 βˆ’1 src/fiatExchanges/SelectProvider.tsx
+2 βˆ’2 src/fiatconnect/FiatDetailsScreen.tsx
+1 βˆ’1 src/fiatconnect/KycLanding.tsx
+1 βˆ’1 src/fiatconnect/ReviewScreen.tsx
+1 βˆ’1 src/home/GetStarted.tsx
+1 βˆ’1 src/home/SendBar.tsx
+1 βˆ’1 src/icons/HiddenEyeIcon.tsx
+1 βˆ’1 src/jumpstart/JumpstartSendConfirmation.tsx
+1 βˆ’1 src/jumpstart/JumpstartTransactionDetailsScreen.tsx
+2 βˆ’2 src/keylessBackup/KeylessBackupIntro.tsx
+1 βˆ’0 src/onboarding/registration/ImportSelect.tsx
+1 βˆ’1 src/onboarding/registration/OnboardingRecoveryPhrase.tsx
+1 βˆ’1 src/points/ActivityCard.tsx
+1 βˆ’1 src/points/ActivityCardSection.tsx
+1 βˆ’1 src/points/PointsDiscoverCard.tsx
+8 βˆ’1 src/priceHistory/PriceHistoryChart.tsx
+1 βˆ’1 src/recipients/RecipientItemV2.tsx
+1 βˆ’5 src/send/EnterAmount.tsx
+1 βˆ’1 src/send/PasteAddressButton.tsx
+1 βˆ’1 src/send/SendSelectRecipient.tsx
+2 βˆ’1 src/send/SendSelectRecipientSearchInput.tsx
+5 βˆ’0 src/send/__snapshots__/ValidateRecipientAccount.test.tsx.snap
+3 βˆ’1 src/styles/colors.tsx
+1 βˆ’1 src/swap/FeeInfoBottomSheet.tsx
+2 βˆ’2 src/swap/SwapAmountInput.tsx
+1 βˆ’1 src/swap/SwapScreenV2.tsx
+0 βˆ’4 src/swap/SwapTransactionDetails.tsx
+1 βˆ’1 src/tokens/TokenDetails.tsx
+2 βˆ’2 src/tokens/TokenImport.tsx
+1 βˆ’1 src/verify/VerificationStartScreen.tsx
+1 βˆ’1 src/walletConnect/screens/Logos.tsx
+1 βˆ’1 src/walletConnect/screens/Sessions.tsx
+1 βˆ’1 src/webview/WebViewScreen.tsx

0 comments on commit c399fab

Please sign in to comment.