nithronium

Results 7 comments of nithronium

It supports custom networks so I assume it supports BSC too. Define your provider options like this; ``` const providerOptions = { walletconnect: { package: WalletConnectProvider, options: { rpc: {...

I have encountered the same error too with different testers on different browsers/computers. 1. It is not site dependent. 2. I believe it happens if QR code is read and...

> Even something as simple as this component results in an Error. > > ```ts > import React from "react" > import { FlatList, Text } from "react-native" > >...

Fixed the issue, Simply remove `@babel/plugin-proposal-class-properties` from the babel.config.js's plugins section. Then run `npx react-native start --reset-cache` Error will disappear.

Does 1.8.0 include anything with `atob`? The issue happens because Android & iOS devices doesn't have `atob` and `btoa` functions natively. If you try to run the app on debug...

> @nithronium thank you for this, i'd like to try to fix this for upcoming versions. would you happen to know if android apps were working properly before 1.8? The...

The problem sometimes happens when the expected return data is a JSON and the bot tries to re-fetch that. For example if I ask for it to JSON decode some...