Skip to content

Commit

Permalink
chore: hide okx & coinbase (#10438)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Aug 17, 2023
1 parent 1556ba3 commit 2ea5852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web3-shared/evm/src/constants/descriptors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export const PROVIDER_DESCRIPTORS: Array<ProviderDescriptor<ChainId, ProviderTyp
icon: new URL('../assets/coinbase.png', import.meta.url).href,
enableRequirements: {
supportedChainIds: [ChainId.Mainnet, ChainId.Arbitrum, ChainId.Avalanche, ChainId.Optimism, ChainId.Matic],
supportedEnhanceableSites: EnhanceableSiteList,
supportedEnhanceableSites: [],
supportedExtensionSites: [],
},
homeLink: 'https://www.coinbase.com/wallet',
Expand All @@ -427,7 +427,7 @@ export const PROVIDER_DESCRIPTORS: Array<ProviderDescriptor<ChainId, ProviderTyp
icon: new URL('../assets/okx.png', import.meta.url).href,
enableRequirements: {
supportedChainIds: [ChainId.Mainnet, ChainId.Arbitrum, ChainId.Avalanche, ChainId.Optimism, ChainId.Matic],
supportedEnhanceableSites: EnhanceableSiteList,
supportedEnhanceableSites: [],
supportedExtensionSites: [],
},
homeLink: 'https://www.okx.com/web3',
Expand Down

0 comments on commit 2ea5852

Please sign in to comment.