From e87333e693491095d0ad160bdf3ab663fcaa5bb7 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 3 Nov 2021 06:27:19 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa81113..b45d9ab 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # kotlin-walletconnect-lib Library to use WalletConnect with Kotlin or Java (Fixed many issues and improved code overall, works with Gradle 7 and Android Studio Artic fox) The changes here are also in the Pull Request PR40 in the original repository. The original repository doesn't compile currently and it doesn't seem to really be maintained, so better use this one for now. -Also added the improvement from the DYDX fork (specially to notice are the added signing methods). +Additions: +- The improvement from the DYDX fork (specially to notice are the added signing methods). +- 'chainId' support ## Add this library to your project