File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
apps/portal/src/app/connect/account-abstraction/infrastructure Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- import { createMetadata , AAChainList } from " @doc" ;
1+ import { createMetadata , DocImage } from " @doc" ;
2+ import SupportedChains from " ../../../_images/supported-chains.png" ;
3+
24
35export const metadata = createMetadata ({
46 image: {
@@ -23,7 +25,8 @@ You can configure your client ID to restrict interactions only with your own con
2325
2426With 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
2831To support a chain not listed, [ contact us] ( https://thirdweb.com/contact-us ) .
2932
You can’t perform that action at this time.
0 commit comments