diff --git a/README.md b/README.md index e0f0a9e..4488211 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ Wallet Connect client in dart highly inspired from [wallet-connect-kotlin](https onEthSignTransaction: (id, tx) { // Respond to eth_signTransaction request callback }, + onWalletSwitchNetwork: (int id, int chainId) { + // Respond to onWalletSwitchNetwork request callback + } ); ```