2021-01-11 12:44:42 +00:00
// supported protocols
export const protocols = {
compound : {
name : "Compound" ,
path : "compound" ,
description :
2021-02-15 21:36:35 +00:00
"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 :
2021-02-15 21:36:35 +00:00
"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" ,
path : "synthetix" ,
description :
2021-02-15 21:36:35 +00:00
"Synthetix is a decentralised synthetic asset issuance protocol built on Ethereum." ,
2021-01-11 12:44:42 +00:00
suffix : "SNX" ,
folder : "synthetix" ,
2021-01-12 08:12:20 +00:00
} ,
2021-01-11 12:44:42 +00:00
yearn : {
name : "Yearn" ,
path : "yearn" ,
description :
2021-02-15 21:36:35 +00:00
"yEarn is an automated liquidity aggregator offering a number of yield farming opportunities." ,
2021-01-11 12:44:42 +00:00
suffix : "YFI" ,
2021-01-19 16:25:07 +00:00
folder : "yearn" ,
2021-01-12 08:12:20 +00:00
} ,
2021-01-11 12:44:42 +00:00
powerpool : {
name : "Powerpool" ,
path : "powerpool" ,
description :
2021-02-15 21:36:35 +00:00
"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 :
2021-02-15 21:36:35 +00:00
"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 :
2021-02-15 21:36:35 +00:00
"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-01-11 12:44:42 +00:00
gnosis : {
name : "Gnosis" ,
path : "gnosis" ,
description :
2021-02-15 21:36:35 +00:00
"Gnosis is an open-source, decentralized prediction market governed by the GnosisDAO." ,
2021-01-11 12:44:42 +00:00
suffix : "GNO" ,
folder : "gnosis" ,
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-01-11 12:44:42 +00:00
path : "defidollar" ,
description :
2021-02-15 21:36:35 +00:00
"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 :
2021-02-15 21:36:35 +00:00
"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' ,
description : "Through blockchain technology, creators will be able to verifiably identify. their biggest fans and provide personalized rewards. Rally is for fans of all sizes." ,
suffix : "RLY" ,
folder : 'rally'
} ,
2021-01-11 12:44:42 +00:00
siren : {
name : "Siren" ,
path : "siren" ,
description :
2021-02-15 21:36:35 +00:00
"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 :
2021-02-15 21:36:35 +00:00
"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
} ,
2021-01-13 23:20:33 +00:00
balancer : {
name : "Balancer" ,
path : "balancer" ,
2021-02-15 21:36:35 +00:00
description : "Balancer is a non-custodial portfolio manager, liquidity provider, and price sensor." ,
2021-01-13 23:20:33 +00:00
suffix : "BAL" ,
folder : "balancer" ,
} ,
yamv2 : {
name : "Yam" ,
path : "yamv2" ,
2021-02-15 21:36:35 +00:00
description : "Yam is an experiment in fair farming, governance, and elasticity controlled by the community." ,
2021-01-13 23:20:33 +00:00
suffix : "YAM" ,
folder : "yamv2" ,
} ,
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
} ;