diff --git a/src/assets/projects/helix-dao.png b/src/assets/projects/helix-dao.png new file mode 100644 index 00000000..c24b6e30 Binary files /dev/null and b/src/assets/projects/helix-dao.png differ diff --git a/src/assets/projects/subapi-dao.png b/src/assets/projects/subapi-dao.png new file mode 100644 index 00000000..b8d0153f Binary files /dev/null and b/src/assets/projects/subapi-dao.png differ diff --git a/src/assets/projects/tally.png b/src/assets/projects/tally.png new file mode 100644 index 00000000..51f3747e Binary files /dev/null and b/src/assets/projects/tally.png differ diff --git a/src/config/projects.ts b/src/config/projects.ts index 50c862f2..23dcb81f 100644 --- a/src/config/projects.ts +++ b/src/config/projects.ts @@ -53,6 +53,9 @@ import scaffoldEth from "../assets/projects/scaffold-eth.png"; import walletconnect from "../assets/projects/walletconnect.png"; import darwinia from "../assets/projects/darwinia.svg"; 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 tally from "../assets/projects/tally.png"; export const projects = (t: TFunction): PortalMeta[] => [ { @@ -495,4 +498,40 @@ export const projects = (t: TFunction): PortalMeta[] => [ ), tags: ["Infrastructure", "Wallet"], }, + { + logo: subApiDao, + name: t("SubAPI DAO"), + link: t("https://github.com/subapidao"), + description: t( + "SubAPI DAO is targeting to be a SubDAO of Darwinia, working on Oracle and API integration. The SubAPI solution, developed by SubAPI DAO, is based on API3's airnode. Darwinia Msgport is set to adopt the services provided by this SubAPI solution." + ), + tags: ["Infrastructure", "DAO"], + }, + { + logo: helixDao, + name: t("Helix DAO"), + link: t("https://github.com/helix-bridge/dao"), + description: t( + "Helix DAO plays a pivotal role in fostering discussions and executing impactful decisions for Helix Bridge. These decisions encompass a spectrum of actions, including adjusting execution parameters and exploring new chains and assets. Furthermore, Helix DAO holds and manages the significant revenues and assets within the Helix ecosystem." + ), + tags: ["Infrastructure", "DAO"], + }, + { + logo: openzeppelin, + name: t("OpenZeppelin Defender"), + link: t("https://docs.openzeppelin.com/defender/v2/"), + description: t( + "OpenZeppelin Defender is a mission-critical developer security platform to code, audit, deploy, monitor, and operate blockchain applications with confidence. Integrating directly into the developer workflow, Defender makes it easy and fast for developers and operators to prevent and fix security issues pre and post-deployment." + ), + tags: ["Infrastructure"], + }, + { + logo: tally, + name: t("Tally"), + link: t("https://www.tally.xyz/"), + description: t( + "Tally is a DAO operations platform. DAOs use Tally to create and pass proposals, enable delegation, and power voting." + ), + tags: ["Infrastructure", "DAO"], + }, ];