Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update page.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Verges <[email protected]>
  • Loading branch information
joaquim-verges authored Apr 10, 2024
1 parent 77e23b0 commit b4ead11
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/app/connect/account-abstraction/infrastructure/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ With a thirdweb API key, you get access to bundler and paymaster infrastructure
| ----------------- | ------- | -------------------- |
| Ethereum || ✅ (goerli, sepolia) |
| Polygon || ✅ (mumbai, amoy) |
| Arbitrum || ✅ (goerli, sepolia) |
| Arbitrum (one, nova) || ✅ (goerli, sepolia) |
| Optimism |||
| Gnosis |||
| Linea |||
Expand All @@ -39,7 +39,9 @@ With a thirdweb API key, you get access to bundler and paymaster infrastructure
| Xai Orbit |||
| Mode |||
| Zora |||
| Fraxtal |||
| Fraxtal |||
| Lisk |||
| Taiko |||

To support a chain not listed, [contact us](https://thirdweb.typeform.com/to/Q93CVgUc?typeform-source=thirdweb-www-git-mariano-ftd-1670.thirdweb-preview.com).

Expand All @@ -59,10 +61,12 @@ const config: SmartWalletOptions = {
};
```

## Using a Custom Paymaster

You can also provide an entirely custom paymaster logic by providing a `paymaster` function to the `SmartWalletOptions` overrides.

```ts
const config: SmartWalletConfig = {
const config: SmartWalletOptions = {
chain,
factoryAddress,
gasless,
Expand Down

0 comments on commit b4ead11

Please sign in to comment.