Skip to content

Commit 58cd794

Browse files
authored
[Portal] Fix: Updating AA supported chains (#6459)
Signed-off-by: Joe-Thirdweb <160192317+Joe-Thirdweb@users.noreply.github.com>
1 parent 185e8f4 commit 58cd794

File tree

1 file changed

+5
-2
lines changed
  • apps/portal/src/app/connect/account-abstraction/infrastructure

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import { createMetadata, AAChainList } from "@doc";
1+
import { createMetadata, DocImage } 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)