Fix formatting

This commit is contained in:
sudheer 2021-01-12 13:42:20 +05:30
parent 46fe4c08cb
commit 290c85c969
No known key found for this signature in database
GPG Key ID: ADFACBFA5A788D12

View File

@ -1,4 +1,3 @@
// supported protocols
export const protocols = {
compound: {
@ -12,7 +11,8 @@ export const protocols = {
uniswap: {
name: "Uniswap",
path: "uniswap",
description: "Uniswap is a decentralized protocol for automated liquidity provision on Ethereum. The introduction of UNI (ERC-20) serves to foster community-led growth, development, and self-sustainability, enabling shared community ownership and a vibrant, diverse, and dedicated governance system, which will actively guide the protocol towards the future.",
description:
"Uniswap is a decentralized protocol for automated liquidity provision on Ethereum. The introduction of UNI (ERC-20) serves to foster community-led growth, development, and self-sustainability, enabling shared community ownership and a vibrant, diverse, and dedicated governance system, which will actively guide the protocol towards the future.",
suffix: "UNI",
folder: "uniswap",
},
@ -72,13 +72,13 @@ export const protocols = {
suffix: "DFD",
folder: "defidollar",
},
defidollar: {
name: "Defi Dollar",
path: "defidollar",
indexCoop: {
name: "Index",
path: "index",
description:
"DeFi Dollar is a stablecoin that uses the primitives of DeFi to stay close to the Dollar, protecting users from counterparty risk, holdings seizure risk, bank run risk, etc. DUSD offers investors an opportunity to index varying stablecoins in its single token. This invariably protects such users from any underlying risks that may be attached with such tokens.",
suffix: "DFD",
folder: "defidollar",
"Index Coop creates and maintains the world's best crypto index products. Index Coop is a Decentralized and Autonomous Asset Manager governed, maintained, and upgraded by INDEX token holders. All index products are always fully collateralized.",
suffix: "$INDEX",
folder: "indexCoop",
},
siren: {
name: "Siren",
@ -95,7 +95,7 @@ export const protocols = {
"Aave is an open source and non-custodial protocol enabling the creation of money markets. Users can earn interest on deposits and also borrow assets.",
suffix: "LEND",
folder: "aave",
}
},
};
export const protocolBranding = {
@ -105,5 +105,5 @@ export const protocolBranding = {
"--background-switcher": "#001529",
"--background-switcher-hover": "#004180",
"--background-switcher-active": "#000000",
}
},
};