Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

216
Views
Why Venly Web3Provider doesn't work on safari?

I use Web3Modal for connecting wallet. Their code don't support what social media I want to connect on Venly.

So I did a custom provider as their doc suggest.

options["custom-venly"] = {
        display: {},
        package: Venly,
        options: {
            clientId: Config.getInstance().get().wallet.ethereum.venly.clientId,
            secretType: Config.getInstance().get().wallet.ethereum.venly.secretType as SecretType,
            environment: Config.getInstance().get().wallet.ethereum.venly.environment,
            authenticationOptions: { idpHint },
            windowMode: Config.getInstance().get().wallet.ethereum.venly.windowMode,
            skipAuthentication: Config.getInstance().get().wallet.ethereum.venly.skipAuthentication,
        },
        connector: async (ProviderPackage: typeof Venly, options: VenlySubProviderOptions) => {
            try {
                const provider = await ProviderPackage.createProviderEngine(options);
                return provider;
            } catch (error) {
                return console.warn(error);
            }
        },
    };

It works well except on safari.

Anyone already comes through this issue ?

Edit: I made a codesandbox template to reproduce my problem -> https://codesandbox.io/s/beautiful-wilbur-qqbzs3?file=/src/App.js

As you can see, it works well on chrome etc... but not safari

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!