@@ -43,7 +43,7 @@ web3.registerPlugin(new WalletRpcPlugin());
4343
4444Click on the method name for detailed documentation.
4545
46- #### [ addEthereumChain] ( https://web3.github.io/web3-wallet-rpc-utils /classes/WalletRpcPlugin.html#addEthereumChain )
46+ #### [ addEthereumChain] ( https://web3.github.io/web3-plugin- wallet-rpc/classes/WalletRpcPlugin.html#addEthereumChain )
4747
4848Invokes the ` wallet_addEthereumChain ` method as defined in [ EIP-3085] ( https://eips.ethereum.org/EIPS/eip-3085#wallet_addethereumchain ) .
4949
@@ -62,15 +62,15 @@ await web3.walletRpc.addEthereumChain({
6262});
6363```
6464
65- #### [ switchEthereumChain] ( https://web3.github.io/web3-wallet-rpc-utils /classes/WalletRpcPlugin.html#switchEthereumChain )
65+ #### [ switchEthereumChain] ( https://web3.github.io/web3-plugin- wallet-rpc/classes/WalletRpcPlugin.html#switchEthereumChain )
6666
6767Invokes the ` wallet_switchEthereumChain ` method as defined in [ EIP-3326] ( https://eips.ethereum.org/EIPS/eip-3326#wallet_switchethereumchain ) .
6868
6969``` typescript
7070await web3 .walletRpc .switchEthereumChain (5000 );
7171```
7272
73- #### [ watchAsset] ( https://web3.github.io/web3-wallet-rpc-utils /classes/WalletRpcPlugin.html#watchAsset )
73+ #### [ watchAsset] ( https://web3.github.io/web3-plugin- wallet-rpc/classes/WalletRpcPlugin.html#watchAsset )
7474
7575Invokes the ` wallet_watchAsset ` method as defined in [ EIP-747] ( https://eips.ethereum.org/EIPS/eip-747#specification ) .
7676
@@ -84,7 +84,7 @@ await web3.walletRpc.watchAsset({
8484});
8585```
8686
87- #### [ requestPermissions] ( https://web3.github.io/web3-wallet-rpc-utils /classes/WalletRpcPlugin.html#requestPermissions )
87+ #### [ requestPermissions] ( https://web3.github.io/web3-plugin- wallet-rpc/classes/WalletRpcPlugin.html#requestPermissions )
8888
8989Invokes the ` wallet_requestPermissions ` method as defined in [ EIP-2255] ( https://eips.ethereum.org/EIPS/eip-2255#specification ) .
9090
@@ -94,15 +94,15 @@ const permissions = await web3.walletRpc.requestPermissions({
9494});
9595```
9696
97- #### [ getPermissions] ( https://web3.github.io/web3-wallet-rpc-utils /classes/WalletRpcPlugin.html#getPermissions )
97+ #### [ getPermissions] ( https://web3.github.io/web3-plugin- wallet-rpc/classes/WalletRpcPlugin.html#getPermissions )
9898
9999Invokes the ` wallet_getPermissions ` method as defined in [ EIP-2255] ( https://eips.ethereum.org/EIPS/eip-2255#specification ) .
100100
101101``` typescript
102102const permissions = await web3 .walletRpc .getPermissions ();
103103```
104104
105- #### [ revokePermissions] ( https://web3.github.io/web3-wallet-rpc-utils /classes/WalletRpcPlugin.html#revokePermissions )
105+ #### [ revokePermissions] ( https://web3.github.io/web3-plugin- wallet-rpc/classes/WalletRpcPlugin.html#revokePermissions )
106106
107107Invokes the ` wallet_revokePermissions ` method as defined in [ MetaMask docs] ( https://docs.metamask.io/wallet/reference/json-rpc-methods/wallet_revokepermissions/ ) .
108108
@@ -114,7 +114,7 @@ const permissions = await web3.walletRpc.revokePermissions({
114114
115115## Contributing
116116
117- We welcome pull requests! For major changes, please [ open an issue] ( https://github.com/web3/web3-wallet-rpc-utils ) first to discuss the proposed modifications.
117+ We welcome pull requests! For major changes, please [ open an issue] ( https://github.com/web3/web3-plugin- wallet-rpc ) first to discuss the proposed modifications.
118118Also, ensure that you update tests as needed to reflect the changes.
119119
120120## License
0 commit comments