mirror of
https://github.com/lil-org/wallet.git
synced 2025-01-06 04:13:11 +03:00
Drop wallet_watchAsset support for now
This commit is contained in:
parent
2991a3cb95
commit
5ad500a0ba
File diff suppressed because one or more lines are too long
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user