New wallets on polygon not visible at app.tor.us

We have successfully logged in new users and created polygon wallets for them, however the wallet is not available at polygon.tor.us

We have a growth license and have checked the box to make the wallet visible.

@russell Welcome Aboard!

Your issue is under review and we will get back with further updates.

which sdk did you use to create these wallets?
this button is only applicable if your wallets are created using pnp sdks

These are the API’s we used.

import { CHAIN_NAMESPACES } from ‘@web3auth/base’
import { EthereumPrivateKeyProvider } from ‘@web3auth/ethereum-provider’
import { Web3AuthNoModal } from ‘@web3auth/no-modal’
import { OpenloginAdapter } from ‘@web3auth/openlogin-adapter’
import { Web3AuthConnector } from ‘@web3auth/web3auth-wagmi-connector’

These are the APIs we used:

import { CHAIN_NAMESPACES } from ‘@web3auth/base’
import { EthereumPrivateKeyProvider } from ‘@web3auth/ethereum-provider’
import { Web3AuthNoModal } from ‘@web3auth/no-modal’
import { OpenloginAdapter } from ‘@web3auth/openlogin-adapter’
import { Web3AuthConnector } from ‘@web3auth/web3auth-wagmi-connector’

:pray: I appreciate the help

Pls also share your initialization config, login config etc. the full code for web3auth login process

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.