Skip to content

Commit

Permalink
chore: remove todo from WC2 test suite (#795)
Browse files Browse the repository at this point in the history
* chore: add implements

* chore: remove todo

* evert "chore: remove todo"

This reverts commit 0a2ed569ff3936e283b70ceff8d974f2be08b3ae.

* chore: remove again

* revert changes
  • Loading branch information
grabbou authored Apr 5, 2023
1 parent 19fc54d commit 98eb5a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/walletconnect-v2/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ const createTestEnvironment = (opts: Omit<WalletConnectOptions, 'projectId'>) =>
const accounts = ['0x0000000000000000000000000000000000000000']
const chains = [1, 2, 3]

/*
* TODO: Move this to `@web3-react/types` and further narrow down types for `RequestArguments`
*/
type SwitchEthereumChainRequestArguments = {
method: 'wallet_switchEthereumChain',
params: [{ chainId: string }]
Expand Down

0 comments on commit 98eb5a2

Please sign in to comment.