Integrate Embedded Wallets with the Optimism Blockchain
Integrate Web3Auth seamlessly with EVM-based Optimism Blockchain. For Web SDKs, Web3Auth returns a provider that can be directly used to initialize the libraries like ethers.js, web3.js etc. and make blockchain calls, while for Mobile & Gaming SDKs, the private key is available in the user scope which can be used in a similar way to initialize the respective blockchain interaction libraries and make calls to the network.
This documentation provides a straightforward guide for developers looking to implement blockchain connections quickly and effortlessly across various platforms.
Chain Details for Optimism
- Mainnet
 - Testnet
 
- Chain ID: 0xA (hex of 10)
 - Public RPC URL: https://mainnet.optimism.io (Avoid using public rpcTarget in production, use services like Infura)
 - Display Name: Optimism Mainnet
 - Block Explorer Link: https://optimistic.etherscan.io
 - Ticker: ETH
 - Ticker Name: ETH
 - Logo: https://cryptologos.cc/logos/optimism-ethereum-op-logo.png
 
- Chain ID: 0xAA37DC (hex of 11155420)
 - Public RPC URL: https://sepolia.optimism.io (Avoid using public rpcTarget in production, use services like Infura)
 - Display Name: OP Sepolia
 - Block Explorer Link: https://sepolia-optimistic.etherscan.io
 - Ticker: ETH
 - Ticker Name: ETH
 - Logo: https://cryptologos.cc/logos/optimism-ethereum-op-logo.png
 





