boardroom-inc-protocol-Info/dist/index.js

133 lines
4.2 KiB
JavaScript
Raw Normal View History

2021-02-04 20:37:33 +00:00
'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
exports.protocolBranding = exports.protocols = void 0;
// supported protocols
exports.protocols = {
compound: {
name: "Compound",
path: "compound",
2021-04-05 16:31:19 +00:00
description: "Compound is a decentralized money market protocol to borrow and lend assets.",
2021-02-04 20:37:33 +00:00
suffix: "COMP",
folder: "compound",
},
uniswap: {
name: "Uniswap",
path: "uniswap",
2021-04-05 16:31:19 +00:00
description: "Uniswap is a decentralized protocol for automated liquidity provision on Ethereum.",
2021-02-04 20:37:33 +00:00
suffix: "UNI",
folder: "uniswap",
},
synthetix: {
name: "Synthetix",
path: "synthetix",
2021-04-05 16:31:19 +00:00
description: "Synthetix is a decentralised synthetic asset issuance protocol built on Ethereum.",
2021-02-04 20:37:33 +00:00
suffix: "SNX",
folder: "synthetix",
},
yearn: {
name: "Yearn",
path: "yearn",
2021-04-05 16:31:19 +00:00
description: "yEarn is an automated liquidity aggregator offering a number of yield farming opportunities.",
2021-02-04 20:37:33 +00:00
suffix: "YFI",
folder: "yearn",
},
powerpool: {
name: "Powerpool",
path: "powerpool",
2021-04-05 16:31:19 +00:00
description: "PowerPool is a cross-chain lending protocol for governance tokens.",
2021-02-04 20:37:33 +00:00
suffix: "CVP",
folder: "compound",
},
rarible: {
name: "Rarible",
path: "rarible",
2021-04-05 16:31:19 +00:00
description: "Rarible is the premiere NFT marketplace to mint, buy, and sell digital collectibles.",
2021-02-04 20:37:33 +00:00
suffix: "RARI",
folder: "rarible",
},
pooltogether: {
name: "PoolTogether",
path: "pooltogether",
2021-04-05 16:31:19 +00:00
description: "PoolTogether is a protocol enabling governance-managed, no-loss prize games on Ethereum.",
2021-02-04 20:37:33 +00:00
suffix: "PcDAI",
folder: "pooltogether",
},
2021-04-05 16:31:19 +00:00
"gnosis.eth": {
2021-02-04 20:37:33 +00:00
name: "Gnosis",
2021-04-05 16:31:19 +00:00
path: "gnosis.eth",
description: "Gnosis is an open-source, decentralized prediction market governed by the GnosisDAO.",
2021-02-04 20:37:33 +00:00
suffix: "GNO",
2021-04-05 16:31:19 +00:00
folder: "gnosis.eth",
2021-02-04 20:37:33 +00:00
},
defidollar: {
name: "DefiDollar DAO",
path: "defidollar",
2021-04-05 16:31:19 +00:00
description: "DUSD is a stablecoin controlled by a DAO using DeFi primitives to remain pegged to the Dollar.",
2021-02-04 20:37:33 +00:00
suffix: "DFD",
folder: "defidollar",
},
indexCoop: {
name: "Index",
path: "index",
2021-04-05 16:31:19 +00:00
description: "The Index Coop is an autonomous asset manager governed, maintained, and upgraded by INDEX token holders.",
suffix: "INDEX",
2021-02-04 20:37:33 +00:00
folder: "indexCoop",
},
2021-04-05 16:31:19 +00:00
rally: {
name: "Rally",
path: 'rally',
description: "Rallys is a decentralized network enabling creators to monetize and align themselves with their community.",
suffix: "RLY",
folder: 'rally'
},
2021-02-04 20:37:33 +00:00
siren: {
name: "Siren",
path: "siren",
2021-04-05 16:31:19 +00:00
description: "Siren is a distributed protocol for creating, trading, and redeeming fully-collateralized options contracts.",
2021-02-04 20:37:33 +00:00
suffix: "SI",
folder: "siren",
},
aave: {
name: "Aave",
path: "aave",
2021-04-05 16:31:19 +00:00
description: "Aave is an open source and non-custodial protocol enabling the creation of money markets.",
2021-02-04 20:37:33 +00:00
suffix: "LEND",
folder: "aave",
},
balancer: {
name: "Balancer",
path: "balancer",
2021-04-05 16:31:19 +00:00
description: "Balancer is a non-custodial portfolio manager, liquidity provider, and price sensor.",
2021-02-04 20:37:33 +00:00
suffix: "BAL",
folder: "balancer",
},
yamv2: {
name: "Yam",
path: "yamv2",
2021-04-05 16:31:19 +00:00
description: "Yam is an experiment in fair farming, governance, and elasticity controlled by the community.",
2021-02-04 20:37:33 +00:00
suffix: "YAM",
folder: "yamv2",
},
2021-04-05 16:31:19 +00:00
"yup.eth": {
name: "Yup",
path: "yup.eth",
description: "Your opinion matters. Curate the web. Earn & influence.",
suffix: "YUP",
folder: "yup.eth",
snapshotSpaceName: "yup.eth"
}
2021-02-04 20:37:33 +00:00
};
exports.protocolBranding = {
pooltogether: {
"--background-primary-nav": "#290b5a",
"--color-text-nav": "#e7e8eb",
"--background-switcher-active": "#341762",
},
defidollar: {
"--background-primary-nav": "#212529",
"--color-text-nav": "#e7e8eb",
"--background-switcher-active": "#5553e8",
},
};