Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Aug 2, 2024
1 parent e41bf63 commit 8c08949
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions packages/dapp-connector/src/adapters/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,34 +46,6 @@ export const dappConnectorApiMaker = ({request}: {request: FetchData} = initialD
})),
filters: value.filters,
}

// return {
// dapps: [
// {
// id: 'cns',
// name: 'CNS',
// description: 'Decentralized name registry and social graph creation',
// category: 'Identity',
// logo: 'cns.png',
// uri: 'https://cns.space/',
// origins: ['https://develop.cns.space'],
// },
// {
// id: 'djed',
// name: 'Djed',
// description: "Cardano's native overcollateralized stablecoin, developed by IOG and powered by COTI",
// category: 'Stablecoin',
// logo: 'djed.png',
// uri: 'https://djed.xyz/',
// origins: ['https://preprod.djed.xyz'],
// },
// ],
// filters: {
// Investment: ['Stablecoin'],
// Trading: ['Stablecoin'],
// NFT: ['Identity'],
// },
// }
}
return {getDApps}
}
Expand Down

0 comments on commit 8c08949

Please sign in to comment.