import BigNumber from 'bignumber.js'
const ether = (x) => BigNumber((parseFloat(x.toString()) * 10 ** 18).toString()).toString()
key: '0x70726f746f3a636f6e7472616374733a636f7665723a6366633a303100000000',
coverName: 'Compound Finance Cover',
projectName: 'Compound Finance',
tags: ['Smart Contract', 'DeFi', 'Lending'],
about: 'Compound is an algorithmic, autonomous interest rate protocol built for developers, to unlock a universe of open financial applications.',
name: 'Main Ethereum Network'
rules: 'Enter your cover rules here',
website: 'https://compound.finance/',
documentation: 'https://docs.compound.finance/',
twitter: 'https://twitter.com/compoundfinance',
github: 'https://github.com/compound',
facebook: 'https://facebook.com/compoundfinance',
blog: 'https://blog.medium.com/compoundfinance',
discord: 'https://discord.com/invite/cU7vmVW',
linkedin: 'https://linkedin.com/in/compoundfinance'
pricingCeiling: '120_000',
reportingPeriod: BigNumber(7 * DAYS),
cooldownPeriod: BigNumber(1 * DAYS),
claimPeriod: BigNumber(7 * DAYS),
minReportingStake: ether(5000).toString(),
resolutionSources: ['https://twitter.com/compoundfinance', 'https://medium.com/compound-finance', 'https://twitter.com/neptunemutual'],
stakeWithFees: ether(50_000),
reassurance: ether(50_000)