Skip to content

Commit

Permalink
fix: remove depricated actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickk137 committed Sep 4, 2024
1 parent e4938fa commit fabac21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 76 deletions.
37 changes: 0 additions & 37 deletions v2/cypress/cypress/e2e/burn.e2e.js

This file was deleted.

34 changes: 0 additions & 34 deletions v2/cypress/cypress/e2e/mint.e2e.js

This file was deleted.

10 changes: 5 additions & 5 deletions v2/ui/containers/Connector/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const injected = injectedModule({ custom: [customMetaMask, customBrave, customDe

const coinbaseWalletSdk = coinbaseWalletModule({ darkMode: true });

// const walletConnect = walletConnectModule({
// version: 2,
// projectId: process.env.NEXT_PUBLIC_WC_PROJECT_ID,
// });
const walletConnect = walletConnectModule({
version: 2,
projectId: process.env.NEXT_PUBLIC_WC_PROJECT_ID,
});

// const ledger = ledgerModule({
// walletConnectVersion: 2,
Expand Down Expand Up @@ -106,7 +106,7 @@ export const onboard: OnboardAPI = Onboard({
injected,
brave,
// ledger,
// walletConnect,
walletConnect,
trezor,
trust,
gnosis,
Expand Down

0 comments on commit fabac21

Please sign in to comment.