Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Enable 1inch #1942

Merged
merged 1 commit into from
Nov 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/custom/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const SUPPORTED_WALLETS = Object.keys(SUPPORTED_WALLETS_UNISWAP).reduce((
}, {} as { [key: string]: WalletInfo })

// Smart contract wallets are filtered out by default, no need to add them to this list
export const UNSUPPORTED_WC_WALLETS = new Set(['DeFi Wallet', '1inch Wallet', 'WallETH'])
export const UNSUPPORTED_WC_WALLETS = new Set(['DeFi Wallet', 'WallETH'])

export const GP_SETTLEMENT_CONTRACT_ADDRESS: Partial<Record<number, string>> = {
[ChainId.MAINNET]: GPv2Settlement[ChainId.MAINNET].address,
Expand Down