Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Arbitrum Mainnet and Sepolia #2056

Open
moisesja opened this issue Jan 22, 2025 · 0 comments
Open

Support for Arbitrum Mainnet and Sepolia #2056

moisesja opened this issue Jan 22, 2025 · 0 comments

Comments

@moisesja
Copy link

I'm developing a prototype of a Web3Auth integration using Arbitrum as our L2. Apparently it is not supported.
When setting my chainConfig I get the following error:

Invalid network, net_version is: 11155111
at getEthProviderError (http://localhost:8080/js/chunk-vendors.js:39652:10)
at Object.chainDisconnected (http://localhost:8080/js/chunk-vendors.js:39797:12)
at EthereumPrivateKeyProvider.lookupNetwork (http://localhost:8080/js/chunk-vendors.js:43125:114)
at async EthereumPrivateKeyProvider.setupProvider (http://localhost:8080/js/chunk-vendors.js:43076:5)
at async AuthAdapter.connectWithProvider (http://localhost:8080/js/chunk-vendors.js:38464:7)
at async AuthAdapter.connect (http://localhost:8080/js/chunk-vendors.js:38321:7)
at async Web3Auth.connectTo (http://localhost:8080/js/chunk-vendors.js:45066:22)
at async LoginModal. (http://localhost:8080/js/chunk-vendors.js:44794:9)

While inspecting the error stack I see that Web3Auth/web3auth-web/packages/base/src/chain/config.ts does not have any support for Arbitrum.

The capabilities of Web3Auth are great but without support for Arbitrum this cannot be adopted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant