Skip to content

Commit 8b4d5b5

Browse files
authored
Supported Chain Updates
Replacing table with link to chainlist page. Adding image. Signed-off-by: Joe-Thirdweb <[email protected]>
1 parent 6911102 commit 8b4d5b5

File tree

1 file changed

+4
-1
lines changed
  • apps/portal/src/app/connect/account-abstraction/infrastructure

1 file changed

+4
-1
lines changed

apps/portal/src/app/connect/account-abstraction/infrastructure/page.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import { createMetadata, AAChainList } from "@doc";
2+
import SupportedChains from "../../../_images/supported-chains.png";
3+
24

35
export const metadata = createMetadata({
46
image: {
@@ -23,7 +25,8 @@ You can configure your client ID to restrict interactions only with your own con
2325

2426
With a thirdweb API key, you get access to bundler and paymaster infrastructure on the following chains:
2527

26-
<AAChainList />
28+
[View all supported chains with Account Abstraction](https://thirdweb.com/chainlist?service=account-abstraction).
29+
<DocImage src={SupportedChains} />
2730

2831
To support a chain not listed, [contact us](https://thirdweb.com/contact-us).
2932

0 commit comments

Comments
 (0)