Skip to content

Commit

Permalink
add kton staking (#405)
Browse files Browse the repository at this point in the history
* add kton staking

* typo fix

* typo fix

* add kton-staking to defi
  • Loading branch information
wuminzhe authored Apr 1, 2024
1 parent 89500ce commit 616f6bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added src/assets/projects/kton-staking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/config/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,16 @@ import gnosisMultisigWallet from "../assets/projects/gnosis-multisig-wallet.svg"
import subApiDao from "../assets/projects/subapi-dao.png";
import helixDao from "../assets/projects/helix-dao.png";
import immunefi from "../assets/projects/immunefi.png";
import ktonStaking from "../assets/projects/kton-staking.png";

export const projects = (t: TFunction): PortalMeta[] => [
{
logo: ktonStaking,
name: t("KTON Staking"),
link: t("https://kton-staking.darwinia.network/"),
description: t("Stake KTON to earn rewards."),
tags: ["Defi", "Tool"],
},
{
logo: metamask,
name: t("MetaMask"),
Expand Down

0 comments on commit 616f6bf

Please sign in to comment.