We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89500ce commit 0a6992fCopy full SHA for 0a6992f
src/assets/projects/kton-staking.png
20.1 KB
src/config/projects.ts
@@ -47,8 +47,16 @@ import gnosisMultisigWallet from "../assets/projects/gnosis-multisig-wallet.svg"
47
import subApiDao from "../assets/projects/subapi-dao.png";
48
import helixDao from "../assets/projects/helix-dao.png";
49
import immunefi from "../assets/projects/immunefi.png";
50
+import ktonStaking from "../assets/projects/kton-staking.png";
51
52
export const projects = (t: TFunction): PortalMeta[] => [
53
+ {
54
+ logo: ktonStaking,
55
+ name: t("Kton Staking"),
56
+ link: t("https://kton-staking.darwinia.network/"),
57
+ description: t("Stake Kton to earn rewards."),
58
+ tags: ["Tool"],
59
+ },
60
{
61
logo: metamask,
62
name: t("MetaMask"),
0 commit comments