Fixes: https://github.com/WalletConnect/walletconnect-monorepo/issues/854 There was a superfluous try/catch here which caused the rejection to be logged and then continue instead of throwing and allowing the JsonRpcHandler wrapper to handle the promise rejection.