diff --git a/content/wallets/pages/overview/supported-chains.mdx b/content/wallets/pages/overview/supported-chains.mdx index f59abe48b..216abc5d2 100644 --- a/content/wallets/pages/overview/supported-chains.mdx +++ b/content/wallets/pages/overview/supported-chains.mdx @@ -2,60 +2,75 @@ title: Supported Chains --- -Alchemy Smart Wallets are supported on all major chains! Login and authentication is chain-agnostic, so our SDK works everywhere out of the box. +Alchemy Smart Wallets are supported on all major chains! -To send transactions and sponsor gas, we provide infrastructure (bundler and gas manager) on the chains listed below. You can even use multiple chains at once in the same app — see our [multi-chain guide](/docs/wallets/recipes/multi-chain-setup) for details. +To send transactions and sponsor gas, we provide **Bundler API** and **Gas Manager API** on the networks in the table below. You can use [multiple chains at once](/docs/wallets/recipes/multi-chain-setup) in the same app. -Ensure to import chains from '@account-kit/infra'. +Import chains from `@account-kit/infra`. ## Need another chain? -We’re constantly expanding support and can quickly spin up new chains on request. This is the best way to ensure everything works seamlessly with Smart Wallets. - - - Request support by reaching out to wallets@alchemy.com or filling out this - [form](https://alchemy.chilipiper.com/router/wallet-services-chain-support-requests). - +We're expanding support and can add new chains on request. - Alchemy Smart Wallets will be supported on **MegaETH mainnet** Day 1 (coming soon). + Reach out to [wallets@alchemy.com](mailto:wallets@alchemy.com) or use this [request form](https://alchemy.chilipiper.com/router/wallet-services-chain-support-requests). -The chain identifiers (e.g. base-mainnet) are used for RPC endpoint URLs: -https://NETWORK_IDENTIFIER.g.alchemy.com/v2/API_KEY. - -| Chain | Mainnet | Testnet | Bundler | Gas Sponsorship | -| --------------------------------------------------------- | ---------------------------- | ---------------------------- | ------- | --------------- | -| AnimeChain | ✅ 69000 (anime-mainnet) | ✅ 6900 (anime-sepolia) | ✅ | ✅ | -| Arbitrum Nova | ✅ 42170 (arbnova-mainnet) | ❌ | ✅ | ✅ | -| Arbitrum One | ✅ 42161 (arb-mainnet) | ✅ 421614 (arb-sepolia) | ✅ | ✅ | -| Base | ✅ 8453 (base-mainnet) | ✅ 84532 (base-sepolia) | ✅ | ✅ | -| BNB | ✅ 56 (bnb-mainnet) | ✅ 97 (bnb-testnet) | ✅ | ✅ | -| BeraChain | ✅ 80094 (berachain-mainnet) | ✅ 80084 (berachain-bartio) | ✅ | ✅ | -| Celo | ✅ 42220 (celo-mainnet) | ✅ 44787 (celo-alfajores) | ✅ | ✅ | -| Ethereum | ✅ 1 (eth-mainnet) | ✅ 11155111 (eth-sepolia) | ✅ | ✅ | -| Frax | ✅ 252 (frax-mainnet) | ❌ | ✅ | ✅ | -| Hyperliquid | ✅ 999 (hyperliquid-mainnet) | ✅ 998 (hyperliquid-testnet) | ✅ | ✅ | -| Ink | ✅ 57073 (ink-mainnet) | ✅ 763373 (ink-sepolia) | ✅ | ✅ | -| Monad | ✅ 143 (monad-mainnet) | ✅ 10143 (monad-testnet) | ✅ | ✅ | -| opBNB | ✅ 204 (opbnb-mainnet) | ✅ 5611 (opbnb-testnet) | ✅ | ✅ | -| Optimism | ✅ 10 (opt-mainnet) | ✅ 11155420 (opt-sepolia) | ✅ | ✅ | -| [Polygon](/docs/wallets/resources/chain-reference/polygon-pos) | ✅ 137 (polygon-mainnet) | ✅ 80002 (polygon-amoy) | ✅ | ✅ | -| Polynomial | ✅ 8008 (polynomial-mainnet) | ✅ 8009 (polynomial-sepolia) | ✅ | ✅ | -| Race | ✅ 6805 (race-mainnet) | ✅ 6806 (race-sepolia) | ✅ | ✅ | -| Rise | ❌ | ✅ 11155931 (rise-testnet) | ✅ | ✅ | -| Shape | ✅ 360 (shape-mainnet) | ✅ 11011 (shape-sepolia) | ✅ | ✅ | -| Solana | ✅ (solana-mainnet) | ✅ solana-devnet | ❌ | ✅ | -| Soneium | ✅ 1868 (soneium-mainnet) | ✅ 1946 (soneium-minato) | ✅ | ✅ | -| Story | ✅ 1514 (story-mainnet) | ✅ 1315 (story-aeneid) | ✅ | ✅ | -| UniChain | ✅ 130 (unichain-mainnet) | ✅ 1301 (unichain-sepolia) | ✅ | ✅ | -| WorldChain | ✅ 480 (worldchain-mainnet) | ✅ 4801 (worldchain-sepolia) | ✅ | ✅ | -| Zora | ✅ 7777777 (zora-mainnet) | ✅ 999999999 (zora-sepolia) | ✅ | ✅ | -| Boba | ✅ 288 (boba-mainnet) | ✅ 28882 (boba-sepolia) | ✅ | ✅ | -| Degen | ✅ 666666666 (degen-mainnet) | ❌ | ❌ | ❌ | -| Openloot | ❌ | ✅ 905905 (openloot-sepolia) | ✅ | ✅ | -| Tea | ❌ | ✅ 10218 (tea-sepolia) | ✅ | ✅ | +| Chain | Network | Chain ID | Bundler | Gas | ERC20 | +| ----- | ------- | ---: | :---: | :---: | :---: | +| AnimeChain | Mainnet | `69000` | ✅ | ✅ | ✅ | +| AnimeChain | Testnet | `6900` | ✅ | ✅ | ✅ | +| Arbitrum Nova | Mainnet | `42170` | ✅ | ✅ | ✅ | +| Arbitrum One | Mainnet | `42161` | ✅ | ✅ | ✅ | +| Arbitrum One | Testnet | `421614` | ✅ | ✅ | ✅ | +| Base | Mainnet | `8453` | ✅ | ✅ | ✅ | +| Base | Testnet | `84532` | ✅ | ✅ | ✅ | +| BNB | Mainnet | `56` | ✅ | ✅ | ✅ | +| BNB | Testnet | `97` | ✅ | ✅ | ✅ | +| BeraChain | Mainnet | `80094` | ✅ | ✅ | ✅ | +| BeraChain | Testnet | `80084` | ✅ | ✅ | ✅ | +| Celo | Mainnet | `42220` | ✅ | ✅ | ✅ | +| Celo | Testnet | `44787` | ✅ | ✅ | ✅ | +| Ethereum | Mainnet | `1` | ✅ | ✅ | ✅ | +| Ethereum | Testnet | `11155111` | ✅ | ✅ | ✅ | +| Frax | Mainnet | `252` | ✅ | ✅ | ✅ | +| Hyperliquid | Mainnet | `999` | ✅ | ✅ | ✅ | +| Hyperliquid | Testnet | `998` | ✅ | ✅ | ✅ | +| Ink | Mainnet | `57073` | ✅ | ✅ | ✅ | +| Ink | Testnet | `763373` | ✅ | ✅ | ✅ | +| Monad | Mainnet | `143` | ✅ | ✅ | ✅ | +| Monad | Testnet | `10143` | ✅ | ✅ | ✅ | +| opBNB | Mainnet | `204` | ✅ | ✅ | ✅ | +| opBNB | Testnet | `5611` | ✅ | ✅ | ✅ | +| Optimism | Mainnet | `10` | ✅ | ✅ | ✅ | +| Optimism | Testnet | `11155420` | ✅ | ✅ | ✅ | +| [Polygon](/docs/wallets/resources/chain-reference/polygon-pos) | Mainnet | `137` | ✅ | ✅ | ✅ | +| [Polygon](/docs/wallets/resources/chain-reference/polygon-pos) | Testnet | `80002` | ✅ | ✅ | ✅ | +| Polynomial | Mainnet | `8008` | ✅ | ✅ | ✅ | +| Polynomial | Testnet | `8009` | ✅ | ✅ | ✅ | +| Race | Mainnet | `6805` | ✅ | ✅ | ✅ | +| Race | Testnet | `6806` | ✅ | ✅ | ✅ | +| Rise | Testnet | `11155931` | ✅ | ✅ | ✅ | +| Shape | Mainnet | `360` | ✅ | ✅ | ✅ | +| Shape | Testnet | `11011` | ✅ | ✅ | ✅ | +| Solana | Mainnet | — | ❌ | ✅ | ❌ | +| Solana | Testnet | — | ❌ | ✅ | ❌ | +| Soneium | Mainnet | `1868` | ✅ | ✅ | ✅ | +| Soneium | Testnet | `1946` | ✅ | ✅ | ✅ | +| Story | Mainnet | `1514` | ✅ | ✅ | ✅ | +| Story | Testnet | `1315` | ✅ | ✅ | ✅ | +| UniChain | Mainnet | `130` | ✅ | ✅ | ✅ | +| UniChain | Testnet | `1301` | ✅ | ✅ | ✅ | +| WorldChain | Mainnet | `480` | ✅ | ✅ | ✅ | +| WorldChain | Testnet | `4801` | ✅ | ✅ | ✅ | +| Zora | Mainnet | `7777777` | ✅ | ✅ | ✅ | +| Zora | Testnet | `999999999` | ✅ | ✅ | ✅ | +| Boba | Mainnet | `288` | ✅ | ✅ | ✅ | +| Boba | Testnet | `28882` | ✅ | ✅ | ✅ | +| Degen | Mainnet | `666666666` | ❌ | ❌ | ❌ | +| Openloot | Testnet | `905905` | ✅ | ✅ | ✅ | +| Tea | Testnet | `10218` | ✅ | ✅ | ✅ |