Remove hybrid key

* Remove from types
 * Remove from all protocols
 * Remove from example
This commit is contained in:
sudheer 2021-04-23 17:42:15 +05:30
parent 9d73fd0ad2
commit d3956f6f59
No known key found for this signature in database
GPG Key ID: ADFACBFA5A788D12
12 changed files with 0 additions and 12 deletions

View File

@ -10,7 +10,6 @@
"tokenContractAddress": "0x0000000000000000000000000000000000000000",
"isEnabled": true,
"hasOnchain": false,
"isHybrid": false,
"hasDelegation": false,
"snapshotSpaceName": "example.eth",
"invalidSnapshots": [],

View File

@ -11,7 +11,6 @@
"governanceContractAddress": "0xc0da02939e1441f497fd74f78ce7decb17b66529",
"isEnabled": true,
"hasOnchain": true,
"isHybrid": false,
"hasDelegation": true,
"snapshotSpaceName": "compound",
"invalidSnapshots": [],

View File

@ -11,7 +11,6 @@
"snapshotSpaceName": "compoundgrants.eth",
"hasDelegation": false,
"hasOnchain": false,
"isHybrid": false,
"isCouncil": false,
"isEnabled": true,
"invalidSnapshots": [],

View File

@ -10,7 +10,6 @@
"tokenContractAddress": "0x20c36f062a31865bED8a5B1e512D9a1A20AA333A",
"isEnabled": true,
"hasOnchain": false,
"isHybrid": false,
"hasDelegation": false,
"snapshotSpaceName": "defidolla.eth",
"invalidSnapshots": [

View File

@ -10,7 +10,6 @@
"tokenContractAddress": "0x6810e776880c02933d47db1b9fc05908e5386b96",
"isEnabled": true,
"hasOnchain": false,
"isHybrid": false,
"hasDelegation": false,
"snapshotSpaceName": "gnosis.eth",
"invalidSnapshots": [

View File

@ -10,7 +10,6 @@
"tokenContractAddress": "0x0954906da0Bf32d5479e25f46056d22f08464cab",
"isEnabled": true,
"hasOnchain": false,
"isHybrid": false,
"hasDelegation": false,
"snapshotSpaceName": "index",
"invalidSnapshots": [

View File

@ -11,7 +11,6 @@
"tokenContractAddress": "0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b",
"isEnabled": true,
"hasOnchain": false,
"isHybrid": false,
"hasDelegation": false,
"snapshotSpaceName": "rallygov.eth",
"invalidSnapshots": [],

View File

@ -10,7 +10,6 @@
"tokenContractAddress": "0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF",
"isEnabled": true,
"hasOnchain": false,
"isHybrid": false,
"hasDelegation": false,
"snapshotSpaceName": "rarible",
"invalidSnapshots": [

View File

@ -10,7 +10,6 @@
"tokenContractAddress": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
"isEnabled": true,
"hasOnchain": false,
"isHybrid": false,
"hasDelegation": false,
"snapshotSpaceName": "snxgov.eth",
"invalidSnapshots": [],

View File

@ -11,7 +11,6 @@
"governanceContractAddress": "0x5e4be8Bc9637f0EAA1A755019e06A68ce081D58F",
"isEnabled": true,
"hasOnchain": true,
"isHybrid": true,
"hasDelegation": true,
"snapshotSpaceName": "uniswap",
"invalidSnapshots": [

View File

@ -10,7 +10,6 @@
"tokenContractAddress": "0x69bBC3F8787d573F1BBDd0a5f40C7bA0Aee9BCC9",
"isEnabled": true,
"hasOnchain": false,
"isHybrid": false,
"hasDelegation": false,
"snapshotSpaceName": "yup.eth",
"invalidSnapshots": [],

View File

@ -14,7 +14,6 @@ export const ProtocolIo = t.type({
governanceContractAddress: t.union([t.string, t.undefined]),
isEnabled: t.boolean,
hasOnchain: t.boolean,
isHybrid: t.boolean,
hasDelegation: t.boolean,
snapshotSpaceName: t.union([t.string, t.undefined]),
invalidSnapshots: t.union([t.array(t.string), t.undefined]),