Skip to content

Commit

Permalink
removed excluded wallet ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Podporinov authored and Yehor Podporinov committed Apr 8, 2024
1 parent 64cb1f9 commit d8d03c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/composables/use-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export const useProvider = (): IUseProvider => {
'--w3m-border-radius-master': '0',
'--w3m-z-index': 1500,
},
excludeWalletIds: config.excludedWalletIds,
})

_unsubscribeProvider = _web3Modal.subscribeProvider(newState => {
Expand Down
6 changes: 0 additions & 6 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ export const config = {

chainsMap: {} as Record<ETHEREUM_CHAINS, EthereumType.Chain>,

excludedWalletIds: [] as string[],

apolloClient: {} as ApolloClient<NormalizedCacheObject>,
}

Expand Down Expand Up @@ -213,10 +211,6 @@ config.chainsMap = {
},
}

config.excludedWalletIds = [
'c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96',
]

config.apolloClient = new ApolloClient({
link: createHttpLink({ uri: config.GRAPHQL_API_URL }),
cache: new InMemoryCache(),
Expand Down

0 comments on commit d8d03c0

Please sign in to comment.