Skip to content

Commit

Permalink
chore(deps): update submodules/wallet digest to ed4ee81
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent d76b7e1 commit bc4eaa7
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 bc4eaa7

Please sign in to comment.