boardroom-inc-protocol-Info/protocols/compound/index.json
sudheer 450deac425
Add a flag to disable treasury nav
* Key `"disableTreasuryNav": false` is defaulted to false
    so that any onboarded protocol will have it enabled by default

  * Add `"disableTreasuryNav": true` for compoundish projects
2021-06-23 14:35:21 +05:30

29 lines
882 B
JSON

{
"cname": "compound",
"name": "Compound",
"description": "Compound is a decentralized money market protocol to borrow and lend assets.",
"path": "compound",
"folder": "compound",
"type": "compoundish",
"suffix": "COMP",
"coinGeckoPriceString": "compound-governance-token",
"tokenContractAddress": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
"governanceContractAddress": "0xc0da02939e1441f497fd74f78ce7decb17b66529",
"isEnabled": true,
"hasOnchain": true,
"isHybrid": false,
"hasDelegation": true,
"snapshotSpaceName": "compound",
"invalidSnapshots": [],
"branding": {},
"discourseForum": {},
"safeAddress": null,
"claim": {
"isClaimed": true,
"claimer": "",
"signature": ""
},
"treasuryAddresses": ["0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b", "0x2775b1c75658Be0F640272CCb8c72ac986009e38"],
"disableTreasuryNav": true
}