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
+
2
4
3
5
export const metadata = createMetadata ({
4
6
image: {
@@ -23,7 +25,8 @@ You can configure your client ID to restrict interactions only with your own con
23
25
24
26
With a thirdweb API key, you get access to bundler and paymaster infrastructure on the following chains:
25
27
26
- <AAChainList />
28
+ [ View all supported chains with Account Abstraction] ( https://thirdweb.com/chainlist?service=account-abstraction ) .
29
+ <DocImage src = { SupportedChains } />
27
30
28
31
To support a chain not listed, [ contact us] ( https://thirdweb.com/contact-us ) .
29
32
You can’t perform that action at this time.
0 commit comments