Skip to content

Commit

Permalink
fix: add missing strategy namelikes in risk framework
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhoon committed Jun 12, 2022
1 parent 03c0817 commit 5156de1
Showing 1 changed file with 81 additions and 65 deletions.
146 changes: 81 additions & 65 deletions src/risk_framework/risks.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,58 +586,69 @@
"complexityScore": 5,
"teamKnowledgeScore": 5,
"criteria": {
"nameLike": ["all"],
"nameLike": [
"StrategyUSDC3pool",
"StrategyTUSDypool",
"StrategyDAI3pool",
"StrategyUSDT3pool",
"StrategyYFIGovernance",
"StrategyMKRVaultDAIDelegate",
"StrategyGUSDRescue",
"StrategyHegicETH",
"IBLevComp",
"StrategyMasterchefGenericMod",
"RescueMasterchef",
"StrategyLeagueDAOStakingLINK",
"StrategyUniverseStaking",
"StrategyLeagueDAOStakingSUSHI"
],
"strategies": [],
"exclude": [
"pooltogether",
"1INCHGovernance",
"88MPH",
"JointProvider",
"SSBv3",
"SingleSidedBalancer",
"SingleSidedBoostedBalancer",
"StkAaveCooldown",
"StrategyLiquityStabilityPoolLUSD",
"StrategyNotionalLP",
"StrategyNotionalLending",
"StrategyTokemak",
"StrategyYearnVECRV",
"ToHegicSushiJoint",
"WETHSingleSided",
"aave",
"accumulator",
"ah",
"ah2",
"borrower",
"convex",
"crv",
"curve",
"convex",
"maker",
"vesper",
"idle",
"rook",
"synthetix",
"snxstaking",
"snx",
"genericlender",
"genericlevaave",
"genericlevcomp",
"genlevaave",
"genlevcomp",
"ah2",
"ah",
"strategylender",
"genericlender",
"singlesided",
"ssc",
"idle",
"inverse",
"kashi",
"maker",
"makerv2",
"pooltogether",
"aave",
"borrower",
"rook",
"router",
"accumulator",
"1INCHGovernance",
"stratmm",
"WETHSingleSided",
"0x2923a58c1831205C854DBEa001809B194FDb3Fa5",
"makerv2",
"jointprovider",
"rebalancer",
"SingleSidedBalancer",
"SSBv3",
"0xc31763c0c3025b9DF3Fb7Cb7f4AC041866F64F2E",
"ToHegicSushiJoint",
"0xB1bC173c2BCC98E8EEDE8Af0443AcE29b8fA2992",
"0x26244f5b4A933C6e595665F08F8c76108195b755",
"StrategyLiquityStabilityPoolLUSD",
"inverse",
"StrategyNotionalLending",
"solidexjoint",
"88MPH",
"StrategyTokemak",
"SingleSidedBoostedBalancer",
"singlesided",
"snx",
"snxstaking",
"ssc",
"stargate",
"0x2b982BE433093A80e1801A0Dd894994a170a5025",
"strategyangle",
"StrategyNotionalLP",
"strategylender",
"stratmm",
"synthetix",
"vesper",
"xsushi-staker"
]
}
Expand Down Expand Up @@ -989,36 +1000,41 @@
"network": 250,
"label": "Others",
"criteria": {
"nameLike": ["all"],
"nameLike": [
"Masterchef",
"ProviderOfMIMToHedgilSpiritJoint",
"StrategyHECStakerBoo"
],
"strategies": [],
"exclude": [
"StrategyLenderYieldOptimiser",
"0xdao",
"88MPH",
"GeistDAILender",
"GeistMIMLender",
"GeistUSDCLender",
"GeistfUSDTLender",
"GenLevCompV3NoFlash",
"rebalancer",
"SingleSidedBeethoven",
"ssbeetV2",
"ssbeetV2.1",
"vedao",
"0xdao",
"solidexjoint",
"veLp_Solidex",
"veLp_arb_Solidex",
"fbeets compounder",
"genlevgeist",
"StrategyLenderYieldOptimiser",
"ToHedgilSpookyJoint",
"crv",
"curve",
"curvegeist",
"GeistMIMLender",
"GeistDAILender",
"GeistfUSDTLender",
"GeistUSDCLender",
"curvestakerspell",
"fbeets compounder",
"genlevgeist",
"kashi lender",
"ToHedgilSpookyJoint",
"88MPH",
"rebalancer",
"singlesided",
"solidexjoint",
"ssbeetV2",
"ssbeetV2.1",
"ssc",
"curvestakerspell",
"stargate",
"veLp_Oxdao",
"stargate"
"veLp_Solidex",
"veLp_arb_Solidex",
"vedao"
]
},
"codeReviewScore": 5,
Expand Down Expand Up @@ -1087,13 +1103,13 @@
"network": 42161,
"label": "Others",
"criteria": {
"nameLike": ["all"],
"nameLike": [],
"strategies": [],
"exclude": [
"curve",
"crv",
"stargate",
"curvestakerspell"
"curve",
"curvestakerspell",
"stargate"
]
},
"codeReviewScore": 5,
Expand Down

0 comments on commit 5156de1

Please sign in to comment.