jungtaesu
jungtaesu
{ "name": "web3modal", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "android:build": "cd android && ./gradlew assembleRelease", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" },...
### Description  everything works fine except for respondSessionRequest. connection great, response, request all good. but with respondSessionRequest, I get that Non-base16 error. My app signs with hardwallet which worked...