Skip to content

Commit 9384188

Browse files
caleighcclaude
andauthored
feat: updating aa supported chains page (#1108)
* feat: updating aa supported chains page * feat: updating aa supported chains page * feat: wallets supported chains * feat: update wallets supported chains list and table format Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat: rename ERC20 Payments column to ERC20 Gas Payments Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat: add Wallet APIs framing and reference links in description Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat: update reference links for Wallet APIs, Bundler, and Gas Manager Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat: replace ERC20 Gas Payments link with Wallet APIs in description Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * feat: add BSO support column to supported chains table Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: rename BSO column to BSOs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: remove BSO support for Solana networks Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update Solana chain support status --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ce01901 commit 9384188

1 file changed

Lines changed: 60 additions & 42 deletions

File tree

content/wallets/pages/overview/supported-chains.mdx

Lines changed: 60 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,77 @@ title: Wallet APIs supported chains
33
description: View all blockchain networks supported by Alchemy Wallet APIs, including mainnet and testnet chain IDs, bundler support, and gas sponsorship availability.
44
---
55

6-
Wallet APIs are supported on all major chains! Login and authentication is chain-agnostic, so the SDK works everywhere out of the box.
6+
Alchemy [**Wallet APIs**](/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-request-account) are supported on all major chains!
77

8-
To send transactions and sponsor gas, infrastructure is provided on the chains listed below. You can use multiple chains at once in the same app -- see the [multi-chain guide](/docs/wallets/recipes/multi-chain-setup) for details.
8+
To send transactions and sponsor gas, we provide the [**Bundler API**](/docs/wallets/transactions/low-level-infra/bundler/overview/api-endpoints), [**Gas Manager API**](/docs/wallets/low-level-infra/gas-manager/gas-sponsorship/api-endpoints), and [**Wallet APIs**](/docs/wallets/api-reference/smart-wallets/wallet-api-endpoints/wallet-api-endpoints/wallet-request-account) on the networks in the table below. You can use [multiple chains at once](/docs/wallets/recipes/multi-chain-setup) in the same app.
99

1010
Import chains from `@account-kit/infra`.
1111

1212
## Need another chain?
1313

14-
Support is constantly expanding and new chains can be spun up on request. This is the best way to ensure everything works seamlessly with Wallet APIs.
15-
16-
<Info>
17-
Request support by reaching out to wallets@alchemy.com or filling out this
18-
[form](https://alchemy.chilipiper.com/router/wallet-services-chain-support-requests).
19-
</Info>
14+
We're expanding support and can add new chains on request.
2015

2116
<Tip>
22-
Wallet APIs will be supported on **MegaETH mainnet** Day 1 (coming soon).
17+
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).
2318
</Tip>
2419

25-
The chain identifiers (e.g. base-mainnet) are used for RPC endpoint URLs:
26-
https://NETWORK_IDENTIFIER.g.alchemy.com/v2/API_KEY.
27-
2820
<StickyTable>
2921

30-
| Chain | Mainnet | Testnet | Bundler | Gas Sponsorship |
31-
| --------------------------------------------------------- | ---------------------------- | ---------------------------- | ------- | --------------- |
32-
| AnimeChain | ✅ 69000 (anime-mainnet) | ✅ 6900 (anime-sepolia) |||
33-
| Arbitrum One | ✅ 42161 (arb-mainnet) | ✅ 421614 (arb-sepolia) |||
34-
| Base | ✅ 8453 (base-mainnet) | ✅ 84532 (base-sepolia) |||
35-
| BNB | ✅ 56 (bnb-mainnet) | ✅ 97 (bnb-testnet) |||
36-
| BeraChain | ✅ 80094 (berachain-mainnet) | ✅ 80084 (berachain-bartio) |||
37-
| Celo | ✅ 42220 (celo-mainnet) | ✅ 44787 (celo-alfajores) |||
38-
| Ethereum | ✅ 1 (eth-mainnet) | ✅ 11155111 (eth-sepolia) |||
39-
| Frax | ✅ 252 (frax-mainnet) ||||
40-
| Hyperliquid | ✅ 999 (hyperliquid-mainnet) | ✅ 998 (hyperliquid-testnet) |||
41-
| Ink | ✅ 57073 (ink-mainnet) | ✅ 763373 (ink-sepolia) |||
42-
| Monad | ✅ 143 (monad-mainnet) | ✅ 10143 (monad-testnet) |||
43-
| opBNB | ✅ 204 (opbnb-mainnet) | ✅ 5611 (opbnb-testnet) |||
44-
| Optimism | ✅ 10 (opt-mainnet) | ✅ 11155420 (opt-sepolia) |||
45-
| [Polygon](/docs/wallets/resources/chain-reference/polygon-pos) | ✅ 137 (polygon-mainnet) | ✅ 80002 (polygon-amoy) |||
46-
| Polynomial | ✅ 8008 (polynomial-mainnet) | ✅ 8009 (polynomial-sepolia) |||
47-
| Race | ✅ 6805 (race-mainnet) | ✅ 6806 (race-sepolia) |||
48-
| Rise || ✅ 11155931 (rise-testnet) |||
49-
| Shape | ✅ 360 (shape-mainnet) | ✅ 11011 (shape-sepolia) |||
50-
| Solana | ✅ (solana-mainnet) | ✅ solana-devnet |||
51-
| Soneium | ✅ 1868 (soneium-mainnet) | ✅ 1946 (soneium-minato) |||
52-
| Story | ✅ 1514 (story-mainnet) | ✅ 1315 (story-aeneid) |||
53-
| UniChain | ✅ 130 (unichain-mainnet) | ✅ 1301 (unichain-sepolia) |||
54-
| WorldChain | ✅ 480 (worldchain-mainnet) | ✅ 4801 (worldchain-sepolia) |||
55-
| Zora | ✅ 7777777 (zora-mainnet) | ✅ 999999999 (zora-sepolia) |||
56-
| Boba | ✅ 288 (boba-mainnet) | ✅ 28882 (boba-sepolia) |||
57-
| Degen | ✅ 666666666 (degen-mainnet) ||||
58-
| Openloot || ✅ 905905 (openloot-sepolia) |||
59-
| Tea || ✅ 10218 (tea-sepolia) |||
22+
| Network | Bundler | Gas Sponsorship | ERC20 Gas Payments | BSOs |
23+
| ------- | :-----: | :-------------: | :----------------: | :-: |
24+
| ApeChain Mainnet |||||
25+
| ApeChain Curtis |||||
26+
| Arc Testnet |||||
27+
| Arbitrum Nova Mainnet |||||
28+
| Arbitrum One Mainnet |||||
29+
| Arbitrum Sepolia |||||
30+
| Base Mainnet |||||
31+
| Base Sepolia |||||
32+
| Berachain Mainnet |||||
33+
| BNB Mainnet |||||
34+
| BNB Testnet |||||
35+
| Celo Mainnet |||||
36+
| Celo Sepolia |||||
37+
| Cronos Mainnet |||||
38+
| Cronos Testnet |||||
39+
| Edge Mainnet |||||
40+
| Edge Testnet |||||
41+
| Ethereum Mainnet |||||
42+
| Ethereum Sepolia |||||
43+
| Frax Mainnet |||||
44+
| Gensyn Mainnet |||||
45+
| Gensyn Testnet |||||
46+
| Hyperliquid Mainnet |||||
47+
| Hyperliquid Testnet |||||
48+
| Ink Mainnet |||||
49+
| Ink Sepolia |||||
50+
| MegaETH Mainnet |||||
51+
| MegaETH Testnet |||||
52+
| Monad Mainnet |||||
53+
| Monad Testnet |||||
54+
| opBNB Mainnet |||||
55+
| opBNB Testnet |||||
56+
| Optimism Mainnet |||||
57+
| Optimism Sepolia |||||
58+
| Plasma Mainnet |||||
59+
| Plasma Testnet |||||
60+
| [Polygon Mainnet](/docs/wallets/resources/chain-reference/polygon-pos) |||||
61+
| Polygon Amoy |||||
62+
| Polynomial Mainnet |||||
63+
| Polynomial Testnet |||||
64+
| Rise Testnet |||||
65+
| Robinhood Testnet |||||
66+
| Shape Mainnet |||||
67+
| Shape Sepolia |||||
68+
| Solana Mainnet |||||
69+
| Solana Testnet |||||
70+
| Soneium Mainnet |||||
71+
| Soneium Minato |||||
72+
| Stable Mainnet |||||
73+
| Stable Testnet |||||
74+
| Unichain Mainnet |||||
75+
| Unichain Sepolia |||||
76+
| Worldchain Mainnet |||||
77+
| Worldchain Sepolia |||||
6078

6179
</StickyTable>

0 commit comments

Comments
 (0)