WalletConnect / kotlin-walletconnect-lib

library to use WalletConnect with Kotlin or Java
MIT License
147 stars 100 forks source link

Fixing Double to Long conversion for chainId #76

Closed teresajiar closed 2 years ago

teresajiar commented 2 years ago

We discovered chainId was always set to null, the reason this was happening was because of a wrong cast from Double to Long. Another person also reported the issue here

ligi commented 2 years ago

thanks - validated the fix works with #77