Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: add loading icon to Sign/Execute buttons #2805

Closed
wants to merge 18 commits into from
Closed

Conversation

francovenica
Copy link
Contributor

@francovenica francovenica commented Nov 13, 2023

What it solves

When signing/executing for social login, since no popup shows up the user stays in the form for a few seconds not knowing if something is happening. I added a loading icon in the sign/execute button when clicked. The loading icon replaces the text to not messup with the buttons width

How this PR fixes it

Adds the icon when the button is grayed out (a tx is executing or being signed)

How to test it

The feature affects signing, execution and execution in bulk
Go to a form as an owner and click the sign/execute/submit, you sould see the loading icon replacing the text
Go to a form an disconnect. The button should NOT show the loading icon
Go to a form and switch to a non-owner. The button should NOT show the loading icon
Go to a fully sign tx with a non-owner. You SHOULD see the loading icon

Screenshots

Should look like this:
image

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻

Copy link

github-actions bot commented Nov 13, 2023

Branch preview

✅ Deploy successful!

https://loading_icon--walletweb.review-wallet-web.5afe.dev

Copy link

github-actions bot commented Nov 13, 2023

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

Copy link

github-actions bot commented Nov 13, 2023

Coverage report

❌ An unexpected error occurred. For more details, check console

Error: The process '/usr/local/bin/yarn' failed with exit code 1
St.
Category Percentage Covered / Total
🟡 Statements
77.5% (+1.59% 🔼)
3521/4543
🟡 Branches
66.44% (+16.28% 🔼)
788/1186
🟡 Functions
61.33% (+2.6% 🔼)
590/962
🟢 Lines
81.04% (+3.55% 🔼)
3133/3866

⚠️ Details were not displayed: the report size has exceeded the limit.

Test suite run failed

Failed tests: 0/622. Failed suites: 70/155.
  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/safe-apps/useRemoteSafeApps.ts
      src/hooks/safe-apps/useSafeApps.ts
      src/pages/apps/index.tsx
      src/tests/pages/apps.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/safe-apps/useRemoteSafeApps.ts:1032:66)
      at Object.<anonymous> (src/hooks/safe-apps/useSafeApps.ts:1023:26)
      at Object.<anonymous> (src/pages/apps/index.tsx:724:27)
      at Object.<anonymous> (src/tests/pages/apps.test.tsx:19:54)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/components/tx/SignOrExecuteForm/hooks.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/components/tx/SignOrExecuteForm/hooks.test.ts:8:60)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/services/tx/tx-sender/sdk.ts
      src/services/tx/tx-sender/create.ts
      src/services/tx/tx-sender/index.ts
      src/services/tx/tx-sender/__tests__/ts-sender.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/services/tx/tx-sender/sdk.ts:2235:27)
      at Object.<anonymous> (src/services/tx/tx-sender/create.ts:1513:28)
      at Object.<anonymous> (src/services/tx/tx-sender/index.ts:295:14)
      at Object.<anonymous> (src/services/tx/tx-sender/__tests__/ts-sender.test.ts:36:11)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/tx-flow/flows/SignMessage/SignMessage.tsx
      src/components/tx-flow/flows/SignMessage/SignMessage.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/tx-flow/flows/SignMessage/SignMessage.tsx:2802:65)
      at Object.<anonymous> (src/components/tx-flow/flows/SignMessage/SignMessage.test.tsx:22:61)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/tx-flow/flows/SuccessScreen/StatusStepper.tsx
      src/components/tx-flow/flows/SuccessScreen/index.tsx
      src/components/tx-flow/index.tsx
      src/services/safe-wallet-provider/useSafeWalletProvider.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/tx-flow/flows/SuccessScreen/StatusStepper.tsx:593:66)
      at Object.<anonymous> (src/components/tx-flow/flows/SuccessScreen/index.tsx:1126:66)
      at Object.<anonymous> (src/components/tx-flow/index.tsx:1460:28)
      at Object.<anonymous> (src/services/safe-wallet-provider/useSafeWalletProvider.tsx:3508:27)
      at Object.<anonymous> (src/services/walletconnect/WalletConnectContext.tsx:1787:67)
      at Object.<anonymous> (src/services/walletconnect/__tests__/WalletConnectContext.test.tsx:26:31)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/settings/PushNotifications/GlobalPushNotifications.tsx
      src/components/settings/PushNotifications/__tests__/GlobalPushNotifications.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/settings/PushNotifications/GlobalPushNotifications.tsx:5603:66)
      at Object.<anonymous> (src/components/settings/PushNotifications/__tests__/GlobalPushNotifications.test.ts:5:34)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/components/balances/AssetsTable/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/components/balances/AssetsTable/index.test.tsx:6:61)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/components/settings/PushNotifications/hooks/useNotificationRegistrations.ts
      src/components/settings/PushNotifications/hooks/__tests__/useNotificationRegistrations.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/components/settings/PushNotifications/hooks/useNotificationRegistrations.ts:1213:67)
      at Object.<anonymous> (src/components/settings/PushNotifications/hooks/__tests__/useNotificationRegistrations.test.ts:12:39)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts
      src/services/tx/txMonitor.ts
      src/services/tx/__tests__/txMonitor.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts:2113:26)
      at Object.<anonymous> (src/services/tx/txMonitor.ts:2018:27)
      at Object.<anonymous> (src/services/tx/__tests__/txMonitor.test.ts:7:60)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.test.tsx:10:65)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/safe-apps/useRemoteSafeApps.ts
      src/components/common/SafeTokenWidget/index.tsx
      src/hooks/useSafeTokenAllocation.ts
      src/hooks/__tests__/useSafeTokenAllocation.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/safe-apps/useRemoteSafeApps.ts:1032:66)
      at Object.<anonymous> (src/components/common/SafeTokenWidget/index.tsx:2159:27)
      at Object.<anonymous> (src/hooks/useSafeTokenAllocation.ts:1992:27)
      at Object.<anonymous> (src/hooks/__tests__/useSafeTokenAllocation.test.ts:7:73)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts
      src/components/new-safe/create/steps/StatusStep/__tests__/useSafeCreation.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts:2113:26)
      at Object.<anonymous> (src/components/new-safe/create/steps/StatusStep/__tests__/useSafeCreation.test.ts:6:26)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/tx/security/redefine/useRedefine.ts
      src/components/tx/security/redefine/useRedefine.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/tx/security/redefine/useRedefine.ts:1508:26)
      at Object.<anonymous> (src/components/tx/security/redefine/useRedefine.test.ts:12:22)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/tx-flow/flows/SuccessScreen/StatusStepper.tsx
      src/components/tx-flow/flows/SuccessScreen/index.tsx
      src/components/tx-flow/index.tsx
      src/services/safe-wallet-provider/useSafeWalletProvider.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/tx-flow/flows/SuccessScreen/StatusStepper.tsx:593:66)
      at Object.<anonymous> (src/components/tx-flow/flows/SuccessScreen/index.tsx:1126:66)
      at Object.<anonymous> (src/components/tx-flow/index.tsx:1460:28)
      at Object.<anonymous> (src/services/safe-wallet-provider/useSafeWalletProvider.test.tsx:17:17)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/hooks/loadables/useLoadBalances.ts
      src/hooks/__tests__/useLoadBalances.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/hooks/loadables/useLoadBalances.ts:1070:28)
      at Object.<anonymous> (src/hooks/__tests__/useLoadBalances.test.ts:9:65)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/components/settings/PushNotifications/hooks/useNotificationRegistrations.ts
      src/components/settings/PushNotifications/PushNotificationsBanner/index.tsx
      src/components/settings/PushNotifications/PushNotificationsBanner/PushNotificationsBanner.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/components/settings/PushNotifications/hooks/useNotificationRegistrations.ts:1213:67)
      at Object.<anonymous> (src/components/settings/PushNotifications/PushNotificationsBanner/index.tsx:2427:27)
      at Object.<anonymous> (src/components/settings/PushNotifications/PushNotificationsBanner/PushNotificationsBanner.test.tsx:11:11)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/services/tx/tx-sender/sdk.ts
      src/utils/safe-messages.ts
      src/services/safe-messages/safeMsgSender.ts
      src/services/safe-messages/__tests__/safeMsgSender.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/services/tx/tx-sender/sdk.ts:2235:27)
      at Object.<anonymous> (src/utils/safe-messages.ts:1543:28)
      at Object.<anonymous> (src/services/safe-messages/safeMsgSender.ts:624:27)
      at Object.<anonymous> (src/services/safe-messages/__tests__/safeMsgSender.test.ts:11:24)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/services/tx/tx-sender/sdk.ts
      src/utils/safe-messages.ts
      src/utils/__tests__/safe-messages.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/services/tx/tx-sender/sdk.ts:2235:27)
      at Object.<anonymous> (src/utils/safe-messages.ts:1543:28)
      at Object.<anonymous> (src/utils/__tests__/safe-messages.test.ts:6:23)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts
      src/components/new-safe/create/logic/index.ts
      src/components/new-safe/create/logic/index.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts:2113:26)
      at Object.<anonymous> (src/components/new-safe/create/logic/index.ts:2677:28)
      at Object.<anonymous> (src/components/new-safe/create/logic/index.test.ts:9:16)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/mpc/__tests__/useMPC.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/mpc/__tests__/useMPC.test.ts:10:61)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/loadables/useLoadSpendingLimits.ts
      src/hooks/__tests__/useLoadSpendingLimits.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/loadables/useLoadSpendingLimits.ts:1741:67)
      at Object.<anonymous> (src/hooks/__tests__/useLoadSpendingLimits.test.ts:9:32)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/safe-apps/useRemoteSafeApps.ts
      src/hooks/safe-apps/useTxBuilderApp.ts
      src/components/settings/FallbackHandler/__tests__/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/safe-apps/useRemoteSafeApps.ts:1032:66)
      at Object.<anonymous> (src/hooks/safe-apps/useTxBuilderApp.ts:311:27)
      at Object.<anonymous> (src/components/settings/FallbackHandler/__tests__/index.test.tsx:8:66)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/tx/GasParams/index.tsx
      src/components/tx/GasParams/GasParams.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/tx/GasParams/index.tsx:1375:27)
      at Object.<anonymous> (src/components/tx/GasParams/GasParams.test.tsx:7:55)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/components/tx/DecodedTx/index.tsx
      src/components/tx/DecodedTx/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/components/tx/DecodedTx/index.tsx:2147:65)
      at Object.<anonymous> (src/components/tx/DecodedTx/index.test.tsx:7:50)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/hooks/wallets/mpc/useMPC.ts
      src/services/mpc/SocialLoginModule.ts
      src/hooks/wallets/__tests__/useOnboard.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/hooks/wallets/mpc/useMPC.ts:2250:27)
      at Object.<anonymous> (src/services/mpc/SocialLoginModule.ts:2506:26)
      at Object.<anonymous> (src/hooks/wallets/__tests__/useOnboard.test.ts:10:28)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/hooks/safe-apps/useChainFromQueryParams.ts
      src/pages/share/safe-app.tsx
      src/tests/pages/apps-share.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/hooks/safe-apps/useChainFromQueryParams.ts:472:66)
      at Object.<anonymous> (src/pages/share/safe-app.tsx:845:27)
      at Object.<anonymous> (src/tests/pages/apps-share.test.tsx:8:57)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/components/common/SocialSigner/index.tsx
      src/components/common/SocialSigner/__tests__/SocialSignerLogin.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/components/common/SocialSigner/index.tsx:2763:67)
      at Object.<anonymous> (src/components/common/SocialSigner/__tests__/SocialSignerLogin.test.tsx:8:23)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/walletconnect/WcProposalForm/useCompatibilityWarning.ts
      src/components/walletconnect/WcProposalForm/__tests__/useCompatibilityWarning.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/walletconnect/WcProposalForm/useCompatibilityWarning.ts:1065:66)
      at Object.<anonymous> (src/components/walletconnect/WcProposalForm/__tests__/useCompatibilityWarning.test.ts:6:34)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useHiddenTokens.ts
      src/hooks/useVisibleBalances.ts
      src/hooks/__tests__/useVisibleBalances.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useHiddenTokens.ts:370:65)
      at Object.<anonymous> (src/hooks/useVisibleBalances.ts:892:66)
      at Object.<anonymous> (src/hooks/__tests__/useVisibleBalances.test.ts:9:29)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/usePendingActions.ts
      src/hooks/__tests__/usePendingActions.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/usePendingActions.ts:962:65)
      at Object.<anonymous> (src/hooks/__tests__/usePendingActions.test.ts:9:67)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/hooks/useRemainingRelays.ts
      src/hooks/__tests__/useRemainingRelays.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/hooks/useRemainingRelays.ts:1034:27)
      at Object.<anonymous> (src/hooks/__tests__/useRemainingRelays.test.ts:6:29)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useIsSafeOwner.ts
      src/hooks/messages/useSafeMessageNotifications.ts
      src/hooks/messages/__tests__/useSafeMessageNotifications.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useIsSafeOwner.ts:342:65)
      at Object.<anonymous> (src/hooks/messages/useSafeMessageNotifications.ts:1639:67)
      at Object.<anonymous> (src/hooks/messages/__tests__/useSafeMessageNotifications.test.ts:17:78)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/components/common/ChainIndicator/index.tsx
      src/components/common/WalletInfo/index.tsx
      src/components/common/WalletInfo/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/components/common/ChainIndicator/index.tsx:815:66)
      at Object.<anonymous> (src/components/common/WalletInfo/index.tsx:1977:65)
      at Object.<anonymous> (src/components/common/WalletInfo/index.test.tsx:8:16)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/safe-apps/useRemoteSafeApps.ts
      src/hooks/safe-apps/useSafeApps.ts
      src/components/dashboard/SafeAppsDashboardSection/SafeAppsDashboardSection.tsx
      src/components/dashboard/SafeAppsDashboardSection/__tests__/SafeAppsDashboardSection.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/safe-apps/useRemoteSafeApps.ts:1032:66)
      at Object.<anonymous> (src/hooks/safe-apps/useSafeApps.ts:1023:26)
      at Object.<anonymous> (src/components/dashboard/SafeAppsDashboardSection/SafeAppsDashboardSection.tsx:1529:27)
      at Object.<anonymous> (src/components/dashboard/SafeAppsDashboardSection/__tests__/SafeAppsDashboardSection.test.tsx:100:74)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/services/tx/tx-sender/sdk.ts
      src/services/tx/tx-sender/create.ts
      src/services/tx/__tests__/spendingLimitParams.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/services/tx/tx-sender/sdk.ts:2235:27)
      at Object.<anonymous> (src/services/tx/tx-sender/create.ts:1513:28)
      at Object.<anonymous> (src/services/tx/__tests__/spendingLimitParams.test.ts:8:57)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/__tests__/useChainId.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/__tests__/useChainId.test.ts:10:60)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/tx/ApprovalEditor/ApprovalItem.tsx
      src/components/tx/ApprovalEditor/ApprovalEditorForm.tsx
      src/components/tx/ApprovalEditor/ApprovalEditorForm.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/tx/ApprovalEditor/ApprovalItem.tsx:337:66)
      at Object.<anonymous> (src/components/tx/ApprovalEditor/ApprovalEditorForm.tsx:654:67)
      at Object.<anonymous> (src/components/tx/ApprovalEditor/ApprovalEditorForm.test.tsx:9:29)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/tx-flow/flows/SuccessScreen/StatusStepper.tsx
      src/components/tx-flow/flows/SuccessScreen/index.tsx
      src/components/tx-flow/index.tsx
      src/services/safe-wallet-provider/useSafeWalletProvider.tsx
      src/services/walletconnect/WalletConnectContext.tsx
      src/services/walletconnect/__tests__/useWalletConnectSessions.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/tx-flow/flows/SuccessScreen/StatusStepper.tsx:593:66)
      at Object.<anonymous> (src/components/tx-flow/flows/SuccessScreen/index.tsx:1126:66)
      at Object.<anonymous> (src/components/tx-flow/index.tsx:1460:28)
      at Object.<anonymous> (src/services/safe-wallet-provider/useSafeWalletProvider.tsx:3508:27)
      at Object.<anonymous> (src/services/walletconnect/WalletConnectContext.tsx:1787:67)
      at Object.<anonymous> (src/services/walletconnect/__tests__/useWalletConnectSessions.test.tsx:7:31)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/tx/ApprovalEditor/ApprovalItem.tsx
      src/components/tx/ApprovalEditor/ApprovalEditorForm.tsx
      src/components/tx/ApprovalEditor/index.tsx
      src/components/tx/ApprovalEditor/ApprovalEditor.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/tx/ApprovalEditor/ApprovalItem.tsx:337:66)
      at Object.<anonymous> (src/components/tx/ApprovalEditor/ApprovalEditorForm.tsx:654:67)
      at Object.<anonymous> (src/components/tx/ApprovalEditor/index.tsx:924:27)
      at Object.<anonymous> (src/components/tx/ApprovalEditor/ApprovalEditor.test.tsx:7:50)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/components/common/ConnectWallet/useConnectWallet.ts
      src/components/common/CheckWallet/index.tsx
      src/components/common/CheckWallet/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/components/common/ConnectWallet/useConnectWallet.ts:1217:66)
      at Object.<anonymous> (src/components/common/CheckWallet/index.tsx:801:66)
      at Object.<anonymous> (src/components/common/CheckWallet/index.test.tsx:29:50)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/__tests__/useIsValidExecution.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/__tests__/useIsValidExecution.test.ts:6:60)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/components/new-safe/create/useSyncSafeCreationStep.ts
      src/components/new-safe/create/__tests__/useSyncSafeCreationStep.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/components/new-safe/create/useSyncSafeCreationStep.ts:612:66)
      at Object.<anonymous> (src/components/new-safe/create/__tests__/useSyncSafeCreationStep.test.ts:6:73)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/hooks/wallets/mpc/useMPC.ts
      src/services/mpc/SocialLoginModule.ts
      src/services/mpc/__tests__/module.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/hooks/wallets/mpc/useMPC.ts:2250:27)
      at Object.<anonymous> (src/services/mpc/SocialLoginModule.ts:2506:26)
      at Object.<anonymous> (src/services/mpc/__tests__/module.test.ts:7:68)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts
      src/components/new-safe/create/logic/index.ts
      src/components/new-safe/create/__tests__/useEstimateSafeCreationGas.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts:2113:26)
      at Object.<anonymous> (src/components/new-safe/create/logic/index.ts:2677:28)
      at Object.<anonymous> (src/components/new-safe/create/__tests__/useEstimateSafeCreationGas.test.ts:5:56)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts
      src/components/new-safe/create/steps/StatusStep/__tests__/useSafeCreationEffects.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts:2113:26)
      at Object.<anonymous> (src/components/new-safe/create/steps/StatusStep/__tests__/useSafeCreationEffects.test.ts:6:26)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/components/common/ConnectWallet/useConnectWallet.ts
      src/components/welcome/WelcomeLogin/__tests__/WalletLogin.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/components/common/ConnectWallet/useConnectWallet.ts:1217:66)
      at Object.<anonymous> (src/components/welcome/WelcomeLogin/__tests__/WalletLogin.test.tsx:7:67)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/settings/PushNotifications/hooks/__tests__/useNotificationTracking.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/settings/PushNotifications/hooks/__tests__/useNotificationTracking.test.ts:11:60)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/transactions/TxInfo/index.tsx
      src/components/transactions/TxSummary/index.tsx
      src/components/transactions/TxListItem/ExpandableTransactionItem.tsx
      src/components/transactions/TxListItem/index.tsx
      src/components/transactions/TxList/index.tsx
      src/components/transactions/SingleTx/index.tsx
      src/pages/transactions/tx.tsx
      src/components/transactions/SingleTx/SingleTx.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/transactions/TxInfo/index.tsx:1571:27)
      at Object.<anonymous> (src/components/transactions/TxSummary/index.tsx:1360:65)
      at Object.<anonymous> (src/components/transactions/TxListItem/ExpandableTransactionItem.tsx:777:67)
      at Object.<anonymous> (src/components/transactions/TxListItem/index.tsx:519:65)
      at Object.<anonymous> (src/components/transactions/TxList/index.tsx:668:66)
      at Object.<anonymous> (src/components/transactions/SingleTx/index.tsx:1973:28)
      at Object.<anonymous> (src/pages/transactions/tx.tsx:334:66)
      at Object.<anonymous> (src/components/transactions/SingleTx/SingleTx.test.tsx:22:52)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/components/safe-apps/AppFrame/index.tsx
      src/components/safe-apps/AppFrame/__tests__/AppFrame.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/components/safe-apps/AppFrame/index.tsx:4434:67)
      at Object.<anonymous> (src/components/safe-apps/AppFrame/__tests__/AppFrame.test.tsx:7:58)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/tx/SendFromBlock/index.tsx
      src/components/tx-flow/flows/SignMessageOnChain/ReviewSignMessageOnChain.tsx
      src/components/tx-flow/flows/SignMessageOnChain/ReviewSignMessageOnChain.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/tx/SendFromBlock/index.tsx:410:65)
      at Object.<anonymous> (src/components/tx-flow/flows/SignMessageOnChain/ReviewSignMessageOnChain.tsx:1398:67)
      at Object.<anonymous> (src/components/tx-flow/flows/SignMessageOnChain/ReviewSignMessageOnChain.test.tsx:12:74)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/components/balances/HiddenTokenButton/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/components/balances/HiddenTokenButton/index.test.tsx:6:61)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/components/settings/SettingsHeader/index.tsx
      src/components/settings/SettingsHeader/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/components/settings/SettingsHeader/index.tsx:672:65)
      at Object.<anonymous> (src/components/settings/SettingsHeader/index.test.tsx:6:55)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/messages/__tests__/useSafeMessageStatus.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/messages/__tests__/useSafeMessageStatus.test.ts:7:60)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/hooks/useAddressResolver.ts
      src/hooks/__tests__/useAddressResolver.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/hooks/useAddressResolver.ts:663:65)
      at Object.<anonymous> (src/hooks/__tests__/useAddressResolver.test.ts:5:29)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/safe-messages/MsgSigners/index.tsx
      src/components/safe-messages/MsgSigners/MsgSigners.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/safe-messages/MsgSigners/index.tsx:1297:67)
      at Object.<anonymous> (src/components/safe-messages/MsgSigners/MsgSigners.test.tsx:9:50)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/__tests__/useRemoteSafeApps.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/__tests__/useRemoteSafeApps.test.ts:8:61)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/settings/TransactionGuards/index.tsx
      src/components/settings/TransactionGuards/__tests__/TransactionGuards.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/settings/TransactionGuards/index.tsx:800:66)
      at Object.<anonymous> (src/components/settings/TransactionGuards/__tests__/TransactionGuards.test.tsx:9:50)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/settings/SafeModules/index.tsx
      src/components/settings/SafeModules/__tests__/SafeModules.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/settings/SafeModules/index.tsx:747:65)
      at Object.<anonymous> (src/components/settings/SafeModules/__tests__/SafeModules.test.tsx:8:50)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useTxTracking.ts
      src/hooks/__tests__/useTxTracking.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useTxTracking.ts:811:66)
      at Object.<anonymous> (src/hooks/__tests__/useTxTracking.test.ts:18:24)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/sidebar/SafeList/index.tsx
      src/components/sidebar/SafeList/__tests__/SafeList.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/sidebar/SafeList/index.tsx:3196:67)
      at Object.<anonymous> (src/components/sidebar/SafeList/__tests__/SafeList.test.ts:5:11)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/components/common/ChainIndicator/index.tsx
      src/components/new-safe/create/steps/ReviewStep/index.tsx
      src/components/new-safe/create/steps/ReviewStep/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/components/common/ChainIndicator/index.tsx:815:66)
      at Object.<anonymous> (src/components/new-safe/create/steps/ReviewStep/index.tsx:2074:66)
      at Object.<anonymous> (src/components/new-safe/create/steps/ReviewStep/index.test.tsx:7:16)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useIsSafeOwner.ts
      src/hooks/messages/__tests__/useIsSafeMessageSignableBy.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useIsSafeOwner.ts:342:65)
      at Object.<anonymous> (src/hooks/messages/__tests__/useIsSafeMessageSignableBy.test.ts:6:65)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/hooks/wallets/mpc/useSocialWallet.ts
      src/components/settings/SecurityLogin/SocialSignerMFA/index.tsx
      src/components/settings/SecurityLogin/SocialSignerMFA/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/hooks/wallets/mpc/useSocialWallet.ts:2119:65)
      at Object.<anonymous> (src/components/settings/SecurityLogin/SocialSignerMFA/index.tsx:2156:67)
      at Object.<anonymous> (src/components/settings/SecurityLogin/SocialSignerMFA/index.test.tsx:5:16)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/components/common/ChainIndicator/index.tsx
      src/components/common/ModalDialog/index.tsx
      src/components/address-book/ExportDialog/index.tsx
      src/components/address-book/ExportDialog/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/components/common/ChainIndicator/index.tsx:815:66)
      at Object.<anonymous> (src/components/common/ModalDialog/index.tsx:832:65)
      at Object.<anonymous> (src/components/address-book/ExportDialog/index.tsx:1025:67)
      at Object.<anonymous> (src/components/address-book/ExportDialog/index.test.tsx:6:51)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/common/WalletOverview/index.tsx
      src/components/common/ConnectWallet/AccountCenter.tsx
      src/components/common/ConnectWallet/__tests__/AccountCenter.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/common/WalletOverview/index.tsx:742:66)
      at Object.<anonymous> (src/components/common/ConnectWallet/AccountCenter.tsx:686:66)
      at Object.<anonymous> (src/components/common/ConnectWallet/__tests__/AccountCenter.test.tsx:7:24)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useChains.ts
      src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts
      src/components/new-safe/create/steps/StatusStep/__tests__/index.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useChains.ts:749:27)
      at Object.<anonymous> (src/components/new-safe/create/steps/StatusStep/useSafeCreation.ts:2113:26)
      at Object.<anonymous> (src/components/new-safe/create/steps/StatusStep/__tests__/index.test.tsx:6:66)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/AddressBookInput/index.tsx
      src/components/tx-flow/flows/NewSpendingLimit/CreateSpendingLimit.tsx
      src/components/tx-flow/flows/NewSpendingLimit/__tests__/SpendingLimitForm.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/AddressBookInput/index.tsx:2066:66)
      at Object.<anonymous> (src/components/tx-flow/flows/NewSpendingLimit/CreateSpendingLimit.tsx:1152:67)
      at Object.<anonymous> (src/components/tx-flow/flows/NewSpendingLimit/__tests__/SpendingLimitForm.test.ts:5:30)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/components/common/ConnectWallet/useConnectWallet.ts
      src/components/common/ConnectWallet/ConnectWalletButton.tsx
      src/components/common/ConnectWallet/ConnectionCenter.tsx
      src/components/common/ConnectWallet/__tests__/ConnectionCenter.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/components/common/ConnectWallet/useConnectWallet.ts:1217:66)
      at Object.<anonymous> (src/components/common/ConnectWallet/ConnectWalletButton.tsx:392:66)
      at Object.<anonymous> (src/components/common/ConnectWallet/ConnectionCenter.tsx:831:65)
      at Object.<anonymous> (src/components/common/ConnectWallet/__tests__/ConnectionCenter.test.tsx:6:27)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/services/tx/tx-sender/sdk.ts
      src/services/tx/tx-sender/__tests__/sdk.test.ts



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/services/tx/tx-sender/sdk.ts:2235:27)
      at Object.<anonymous> (src/services/tx/tx-sender/__tests__/sdk.test.ts:5:14)


  ● Test suite failed to run

    Cannot find module '@walletconnect/client' from 'src/services/pairing/hooks.ts'

    Require stack:
      src/services/pairing/hooks.ts
      src/hooks/wallets/useOnboard.ts
      src/hooks/wallets/useWallet.ts
      src/hooks/useChainId.ts
      src/hooks/useAddressBook.ts
      src/components/common/EthHashInfo/index.tsx
      src/components/transactions/TxDetails/TxData/DecodedData/ValueArray/index.tsx
      src/components/transactions/TxDetails/TxData/DecodedData/ValueArray/ValueArray.test.tsx



      at Resolver._throwModNotFoundError (node_modules/jest-resolve/build/resolver.js:427:11)
      at Object.<anonymous> (src/services/pairing/hooks.ts:2703:66)
      at Object.<anonymous> (src/hooks/wallets/useOnboard.ts:3902:28)
      at Object.<anonymous> (src/hooks/wallets/useWallet.ts:1356:67)
      at Object.<anonymous> (src/hooks/useChainId.ts:1517:67)
      at Object.<anonymous> (src/hooks/useAddressBook.ts:370:66)
      at Object.<anonymous> (src/components/common/EthHashInfo/index.tsx:926:66)
      at Object.<anonymous> (src/components/transactions/TxDetails/TxData/DecodedData/ValueArray/index.tsx:1104:65)
      at Object.<anonymous> (src/components/transactions/TxDetails/TxData/DecodedData/ValueArray/ValueArray.test.tsx:6:11)

Report generated by 🧪jest coverage report action from ee552fd

@katspaugh katspaugh changed the title Adding loading icon to buttons Fix: add loading icon to Sign/Execute buttons Nov 14, 2023
Copy link
Member

@katspaugh katspaugh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

📦 Next.js Bundle Analysis for safe-wallet-web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 1.88 MB (🟡 +21 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Copy link

📦 Next.js Bundle Analysis for safe-wallet-web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 1.88 MB (🟡 +21 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Two Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/apps/open 26.73 KB (🟡 +33 B) 1.9 MB
/transactions/queue 19.14 KB (🟡 +33 B) 1.9 MB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

Copy link

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

Copy link

github-actions bot commented Nov 20, 2023

📦 Next.js Bundle Analysis for safe-wallet-web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 1.39 MB (🟡 +23 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Two Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/apps/open 26.75 KB (🟡 +33 B) 1.42 MB
/transactions/queue 19.14 KB (🟡 +33 B) 1.41 MB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

Copy link

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

@katspaugh katspaugh closed this Nov 21, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Nov 21, 2023
@katspaugh katspaugh deleted the loading-icon branch December 13, 2023 08:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants