Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/ecosystemData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function getSeiEcosystemAppsData(): Promise<EcosystemResponse> {
}
}

export type EcosystemDocsCategory = 'indexer' | 'explorer' | 'wallet' | 'centralized-exchange' | 'rpc-provider' | 'faucet' | 'launchpad' | 'oracle' | 'bridge';
export type EcosystemDocsCategory = 'indexer' | 'explorer' | 'wallet' | 'centralized-exchange' | 'rpc-provider' | 'faucet' | 'launchpad' | 'oracle' | 'bridge' | 'account-abstraction';

export async function getSeiEcosystemAppByCategory(category: EcosystemDocsCategory): Promise<EcosystemResponse> {
const url = `https://app-api.seinetwork.io/webflow/ecosystem/docs/${category}`;
Expand Down
5 changes: 5 additions & 0 deletions data/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,11 @@
"destination": "/providers/nfts",
"permanent": true
},
{
"source": "/dev-ecosystem-providers/account-abstraction",
"destination": "/providers/account-abstraction",
"permanent": true
},
{
"source": "/dev-ecosystem-providers/ecosystem-map",
"destination": "/providers/ecosystem-map",
Expand Down
1 change: 1 addition & 0 deletions pages/providers/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"centralized-exchanges": "Centralized Exchanges",
"bridges": "Bridges",
"nfts": "NFTs",
"account-abstraction": "Account Abstraction",

"-- Network Tools & Services": {
"type": "separator",
Expand Down
8 changes: 8 additions & 0 deletions pages/providers/account-abstraction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { AppCardsGridCategory } from "../../components";
import { Tag } from "../../data/appData";

# Account Abstraction

Account abstraction is a feature that allows users to customize their accounts with smart contract logic. Here are some providers on Sei:

<AppCardsGridCategory category="account-abstraction" />