Skip to content

Commit

Permalink
Remove unesed const/import
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Jun 25, 2024
1 parent be8d4ed commit b5f6777
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/hooks/walletConnect/walletConnectV2.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Web3Wallet } from '@walletconnect/web3wallet'
import { formatJsonRpcError, formatJsonRpcResult } from '@json-rpc-tools/utils'

import {
UNISWAP_PERMIT_EXCEPTIONS,
DEFAULT_EIP155_EVENTS,
WC2_SUPPORTED_METHODS
} from 'hooks/walletConnect/wcConsts'
Expand Down
8 changes: 0 additions & 8 deletions src/hooks/walletConnect/wcConsts.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
export const UNISWAP_PERMIT_EXCEPTIONS = [
// based on PeerMeta
// 'Uniswap', // Uniswap Interface - already using UniversalRouter that supports permit form sc wallets, and uniswap interface will not fallback to old routers if we reject the tx
'Sushi',
'QuickSwap', // QuickSwap Interface
'PancakeSwap' // 🥞 PancakeSwap - A next evolution DeFi exchange on BNB Smart Chain (BSC)
]

export const DEFAULT_EIP155_EVENTS = ['chainChanged', 'accountsChanged']

export const WC2_SUPPORTED_METHODS = [
Expand Down

0 comments on commit b5f6777

Please sign in to comment.