Fred's GitHub

Results 27 comments of Fred's GitHub

@DNDEBUG Why don't you make PRs? :)

I did it differently. I've modified my package.json the following way, and it compiled: ``` { "name": "my-dapp", "version": "0.0.0", "browser": { "os": false, "https": false, "http": false, "stream": false,...

Hi @Soletiq and @gregegan , you can work around this by defining custom options and filter the provider that you want to use. There are properties inside each providers that...

Hi @duxiaofeng-github, if you `localStorage.getItem("WEB3_CONNECT_CACHED_PROVIDER")` you get if a provider was cached and the name of it. Be sure to `await this.web3Modal.clearCachedProvider();` on disconnect because "If the cached provider is...

So if I understood you want the provider without the modal showing up, right? ``` (async function() { // Get the cached provider from LocalStorage const cachedProviderName = JSON.parse(localStorage.getItem("WEB3_CONNECT_CACHED_PROVIDER")); //...

First thing: @vanvantsyan thank you for the downvote. You can get providers the same way Web3Modal gets them (see [web3modal connectors](https://github.com/Web3Modal/web3modal/tree/master/src/providers/connectors)). I do this all the time. Web3Modal just abstracts...

> Hi sir! How often do you add new websites? I want to help as much as possible as I myself am battling porn addiction and I want to get...

> Ok thanks. > […](#) > On Sun, Nov 27, 2022 at 5:21 PM 4skinSkywalker ***@***.***> wrote: Hi sir! How often do you add new websites? I want to help...

@Pkhrl added, thanks.