boardroom-inc-protocol-Info/index.ts

160 lines
4.5 KiB
TypeScript
Raw Normal View History

2021-01-11 12:44:42 +00:00
// supported protocols
export const protocols = {
compound: {
name: "Compound",
path: "compound",
description:
"Compound is a decentralized money market protocol to borrow and lend assets.",
2021-01-11 12:44:42 +00:00
suffix: "COMP",
folder: "compound",
2021-01-12 08:12:20 +00:00
},
2021-01-11 12:44:42 +00:00
uniswap: {
name: "Uniswap",
path: "uniswap",
2021-01-12 08:12:20 +00:00
description:
"Uniswap is a decentralized protocol for automated liquidity provision on Ethereum.",
2021-01-11 12:44:42 +00:00
suffix: "UNI",
folder: "uniswap",
2021-01-12 08:12:20 +00:00
},
2021-01-11 12:44:42 +00:00
synthetix: {
name: "Synthetix",
2021-03-03 17:36:18 +00:00
path: "snxgov.eth",
2021-01-11 12:44:42 +00:00
description:
"Synthetix is a decentralised synthetic asset issuance protocol built on Ethereum.",
2021-03-04 08:55:01 +00:00
suffix: "SC-NFT",
2021-01-11 12:44:42 +00:00
folder: "synthetix",
2021-03-15 12:37:50 +00:00
safeAddress: "0x438679ECE13EDB95aDD18Ed02dDbf5e2418FF730",
2021-01-12 08:12:20 +00:00
},
2021-01-11 12:44:42 +00:00
yearn: {
name: "Yearn",
path: "yearn",
description:
"yEarn is an automated liquidity aggregator offering a number of yield farming opportunities.",
2021-01-11 12:44:42 +00:00
suffix: "YFI",
folder: "yearn",
2021-01-12 08:12:20 +00:00
},
2021-01-11 12:44:42 +00:00
powerpool: {
name: "Powerpool",
path: "powerpool",
description:
"PowerPool is a cross-chain lending protocol for governance tokens.",
2021-01-11 12:44:42 +00:00
suffix: "CVP",
folder: "compound",
2021-01-12 08:12:20 +00:00
},
2021-01-11 12:44:42 +00:00
rarible: {
name: "Rarible",
path: "rarible",
description:
"Rarible is the premiere NFT marketplace to mint, buy, and sell digital collectibles.",
2021-01-11 12:44:42 +00:00
suffix: "RARI",
folder: "rarible",
2021-01-12 08:12:20 +00:00
},
2021-01-11 12:44:42 +00:00
pooltogether: {
name: "PoolTogether",
path: "pooltogether",
description:
"PoolTogether is a protocol enabling governance-managed, no-loss prize games on Ethereum.",
2021-01-11 12:44:42 +00:00
suffix: "PcDAI",
folder: "pooltogether",
2021-01-12 08:12:20 +00:00
},
2021-03-02 18:43:35 +00:00
"gnosis.eth": {
2021-01-11 12:44:42 +00:00
name: "Gnosis",
2021-03-02 18:43:35 +00:00
path: "gnosis.eth",
2021-01-11 12:44:42 +00:00
description:
2021-03-26 16:15:35 +00:00
"GnosisDAO uses Gnosis products to transparently guide decisions on development, support, and governance of its token ecosystem.",
2021-01-11 12:44:42 +00:00
suffix: "GNO",
2021-03-02 18:43:35 +00:00
folder: "gnosis.eth",
2021-01-12 08:12:20 +00:00
},
2021-01-11 12:44:42 +00:00
defidollar: {
2021-01-18 18:05:57 +00:00
name: "DefiDollar DAO",
2021-04-03 21:05:39 +00:00
path: "defidolla.eth",
2021-01-11 12:44:42 +00:00
description:
"DUSD is a stablecoin controlled by a DAO using DeFi primitives to remain pegged to the Dollar.",
2021-01-12 07:28:27 +00:00
suffix: "DFD",
folder: "defidollar",
2021-01-12 08:12:20 +00:00
},
indexCoop: {
name: "Index",
path: "index",
2021-01-12 07:28:27 +00:00
description:
"The Index Coop is an autonomous asset manager governed, maintained, and upgraded by INDEX token holders.",
2021-02-16 22:26:07 +00:00
suffix: "INDEX",
2021-01-12 08:12:20 +00:00
folder: "indexCoop",
},
2021-02-21 01:41:33 +00:00
rally: {
name: "Rally",
path: 'rally',
2021-02-24 23:37:43 +00:00
description: "Rallys is a decentralized network enabling creators to monetize and align themselves with their community.",
2021-02-21 01:41:33 +00:00
suffix: "RLY",
folder: 'rally'
},
2021-01-11 12:44:42 +00:00
siren: {
name: "Siren",
path: "siren",
description:
"Siren is a distributed protocol for creating, trading, and redeeming fully-collateralized options contracts.",
2021-01-11 12:44:42 +00:00
suffix: "SI",
folder: "siren",
2021-01-12 08:12:20 +00:00
},
2021-01-11 12:44:42 +00:00
aave: {
name: "Aave",
path: "aave",
description:
"Aave is an open source and non-custodial protocol enabling the creation of money markets.",
2021-01-11 12:44:42 +00:00
suffix: "LEND",
folder: "aave",
2021-01-12 08:12:20 +00:00
},
balancer: {
name: "Balancer",
path: "balancer",
description: "Balancer is a non-custodial portfolio manager, liquidity provider, and price sensor.",
suffix: "BAL",
folder: "balancer",
},
yamv2: {
name: "Yam",
path: "yamv2",
description: "Yam is an experiment in fair farming, governance, and elasticity controlled by the community.",
suffix: "YAM",
folder: "yamv2",
},
2021-03-01 19:16:19 +00:00
"yup.eth": {
2021-02-25 19:52:15 +00:00
name: "Yup",
2021-03-01 19:16:19 +00:00
path: "yup.eth",
description: "Your opinion matters. Curate the web. Earn & influence.",
2021-02-25 19:52:15 +00:00
suffix: "YUP",
2021-03-03 07:50:09 +00:00
folder: "yup",
snapshotSpaceName: "yup.eth",
2021-03-24 17:07:07 +00:00
safeAddress: "0xbd5224f66D5ce49a8Afefc14a76248D158D14c6F",
2021-03-03 07:50:09 +00:00
},
2021-03-23 11:03:37 +00:00
"gov.dhedge.eth": {
name: "dHEDGE",
path: "gov.dhedge.eth",
2021-03-25 22:23:36 +00:00
description: "Non-custodial, decentralized asset management for synthetic assets on Ethereum",
2021-03-23 11:03:37 +00:00
suffix: "DHT",
folder: "dhedge",
snapshotSpaceName: "gov.dhedge.eth",
},
2021-04-05 16:31:19 +00:00
"compoundgrants.eth": {
name: "Compound Grants Program",
path: "compoundgrants.eth",
description: "The Compound Grants Program is a 4/7 multisig controlled committee that will deploy a maximum of $1mm per quarter and run for two quarters.",
suffix: "CGP",
folder: "compoundgrants",
snapshotSpaceName: "compoundgrants.eth"
}
2021-01-11 12:44:42 +00:00
};
export const protocolBranding = {
2021-01-11 14:08:18 +00:00
pooltogether: {
2021-01-15 19:35:44 +00:00
"--background-primary-nav": "#290b5a",
2021-01-11 12:44:42 +00:00
"--color-text-nav": "#e7e8eb",
2021-01-15 19:35:44 +00:00
"--background-switcher-active": "#341762",
2021-01-12 08:12:20 +00:00
},
2021-01-16 00:16:30 +00:00
defidollar: {
"--background-primary-nav": "#212529",
"--color-text-nav": "#e7e8eb",
"--background-switcher-active": "#5553e8",
},
2021-01-11 12:44:42 +00:00
};