Skip to content

Commit

Permalink
Remove fee market (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Mar 15, 2024
1 parent a3cfc4b commit db48755
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Binary file removed src/assets/projects/fee-market-dapp.png
Binary file not shown.
8 changes: 0 additions & 8 deletions src/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import novawallet from "../assets/projects/novawallet.png";
// import ringoNft from "../assets/projects/ringo-nft.png";
import accountMigrationDapp from "../assets/projects/account-migration-dapp.png";
import stakingDapp from "../assets/projects/staking-dapp.png";
import feeMarketDapp from "../assets/projects/fee-market-dapp.png";
import tokenMigrationDapp from "../assets/projects/token-migration-dapp.png";
import localSubkeyMigration from "../assets/projects/local-subkey-migration.png";
import darwiniaPolkadotParachainAuction from "../assets/projects/darwinia-polkadot-parachain-auction.png";
Expand Down Expand Up @@ -297,13 +296,6 @@ export const projects = (t: TFunction): PortalMeta[] => [
description: t("The easiest way to stake on Darwinia."),
tags: ["Tool"],
},
{
logo: feeMarketDapp,
name: t("Fee Market Dapp"),
link: t("https://feemarket.darwinia.network/"),
description: t("To Provide data statistics and relayer operation functions for Darwinia."),
tags: ["Tool"],
},
{
logo: tokenMigrationDapp,
name: t("Token Migration Dapp"),
Expand Down

0 comments on commit db48755

Please sign in to comment.