Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Dec 5, 2024
1 parent 476fcba commit ae6f4c7
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions apps/web/src/components/Ecosystem/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,41 @@ export type EcosystemApp = {
};

const config: Record<string, string[]> = {
wallet: ['self-custody', 'account abstraction', 'multisig'],
wallet: ['account abstraction', 'multisig', 'self-custody'],
defi: [
'stablecoin',
'dex',
'dex aggregator',
'insurance',
'lending/borrowing',
'liquidity management',
'portfolio',
'insurance',
'stablecoin',
'yield vault',
],
consumer: [
'creator',
'social',
'crypto taxes',
'dao',
'gaming',
'messaging',
'payments',
'music',
'real world',
'nft',
'dao',
'crypto taxes',
'payments',
'real world',
'social',
],
onramp: ['centralized exchange', 'fiat on-ramp'],
infra: ['ai', 'data', 'depin', 'bridge', 'security', 'developer tool', 'node provider', 'raas'],
infra: [
'ai',
'bridge',
'data',
'depin',
'developer tool',
'identity',
'node provider',
'raas',
'security',
],
};

function orderedEcosystemAppsAsc() {
Expand Down

0 comments on commit ae6f4c7

Please sign in to comment.