Drop wallet_watchAsset support for now

This commit is contained in:
Ivan Grachyov 2021-12-15 23:55:06 +03:00
parent 2991a3cb95
commit 5ad500a0ba
2 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -185,8 +185,6 @@ class TokenaryWeb3Provider extends EventEmitter {
return this.eth_sendTransaction(payload);
case "eth_requestAccounts":
return this.eth_requestAccounts(payload);
case "wallet_watchAsset":
return this.wallet_watchAsset(payload);
case "wallet_addEthereumChain":
return this.wallet_addEthereumChain(payload);
case "wallet_switchEthereumChain":