From 8b4d5b535d2dad0a1b391a468568249bad1a8048 Mon Sep 17 00:00:00 2001
From: Joe-Thirdweb <160192317+Joe-Thirdweb@users.noreply.github.com>
Date: Mon, 10 Mar 2025 14:57:45 -0500
Subject: [PATCH 1/2] Supported Chain Updates
Replacing table with link to chainlist page.
Adding image.
Signed-off-by: Joe-Thirdweb <160192317+Joe-Thirdweb@users.noreply.github.com>
---
.../app/connect/account-abstraction/infrastructure/page.mdx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/apps/portal/src/app/connect/account-abstraction/infrastructure/page.mdx b/apps/portal/src/app/connect/account-abstraction/infrastructure/page.mdx
index 884dadc55ba..7e66f064529 100644
--- a/apps/portal/src/app/connect/account-abstraction/infrastructure/page.mdx
+++ b/apps/portal/src/app/connect/account-abstraction/infrastructure/page.mdx
@@ -1,4 +1,6 @@
import { createMetadata, AAChainList } from "@doc";
+import SupportedChains from "../../../_images/supported-chains.png";
+
export const metadata = createMetadata({
image: {
@@ -23,7 +25,8 @@ You can configure your client ID to restrict interactions only with your own con
With a thirdweb API key, you get access to bundler and paymaster infrastructure on the following chains:
-
+[View all supported chains with Account Abstraction](https://thirdweb.com/chainlist?service=account-abstraction).
+
To support a chain not listed, [contact us](https://thirdweb.com/contact-us).
From c904a25006d3fcd6ddd46a670dea004395c54e87 Mon Sep 17 00:00:00 2001
From: Joe-Thirdweb <160192317+Joe-Thirdweb@users.noreply.github.com>
Date: Mon, 10 Mar 2025 15:04:42 -0500
Subject: [PATCH 2/2] Replacing Imports
Replacing AAchainlist import with DocImage
Signed-off-by: Joe-Thirdweb <160192317+Joe-Thirdweb@users.noreply.github.com>
---
.../src/app/connect/account-abstraction/infrastructure/page.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/portal/src/app/connect/account-abstraction/infrastructure/page.mdx b/apps/portal/src/app/connect/account-abstraction/infrastructure/page.mdx
index 7e66f064529..7bd9530950e 100644
--- a/apps/portal/src/app/connect/account-abstraction/infrastructure/page.mdx
+++ b/apps/portal/src/app/connect/account-abstraction/infrastructure/page.mdx
@@ -1,4 +1,4 @@
-import { createMetadata, AAChainList } from "@doc";
+import { createMetadata, DocImage } from "@doc";
import SupportedChains from "../../../_images/supported-chains.png";