Skip to content

Commit

Permalink
lint: fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Oct 30, 2023
1 parent c11276e commit 26ec037
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { act, render, waitFor } from '@/tests/test-utils'

import { SocialSigner, _getSupportedChains } from '@/components/common/SocialSigner'
import { ONBOARD_MPC_MODULE_LABEL } from '@/services/mpc/SocialLoginModule'
import { type ChainInfo } from '@safe-global/safe-gateway-typescript-sdk'
import { COREKIT_STATUS, type Web3AuthMPCCoreKit } from '@web3auth/mpc-core-kit'
import SocialWalletService from '@/services/mpc/SocialWalletService'
import { TxModalProvider } from '@/components/tx-flow'
Expand Down
2 changes: 1 addition & 1 deletion src/tests/builders/wallet.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type ConnectedWallet } from '@/services/onboard'
import { faker } from '@faker-js/faker'
import { Builder, type IBuilder } from '../Builder'
import { eip1193ProviderBuilder } from './eip1193provider'
import { eip1193ProviderBuilder } from './eip1193Provider'

const walletNames = ['MetaMask', 'Wallet Connect', 'Social Login', 'Rainbow']

Expand Down

0 comments on commit 26ec037

Please sign in to comment.