Skip to content

Commit

Permalink
add boosted and hook review files
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Nov 4, 2024
1 parent d7fe511 commit 5a6adc3
Show file tree
Hide file tree
Showing 7 changed files with 195 additions and 0 deletions.
31 changes: 31 additions & 0 deletions boosted_pools/AaveV3Boosted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# ERC4626: `Aave V3`

## Details
- Reviewed by: @mkflow27
- Checked by: @danielmkm
- Deployed at:
- DAI:
- [sepolia:0xDE46e43F46ff74A23a65EBb0580cbe3dFE684a17](https://sepolia.etherscan.io/address/0xDE46e43F46ff74A23a65EBb0580cbe3dFE684a17)
- USDC:
- [sepolia:0x8A88124522dbBF1E56352ba3DE1d9F78C143751e](https://sepolia.etherscan.io/address/0x8A88124522dbBF1E56352ba3DE1d9F78C143751e)
- USDT:
- [sepolia:0x978206fAe13faF5a8d293FB614326B237684B750](https://sepolia.etherscan.io/address/0x978206fAe13faF5a8d293FB614326B237684B750)
- Audit report(s):
-

## Context

## Review Checklist: Bare Minimum Compatibility

## Review Checklist: Common Findings

### Administrative Privileges

### Oracles

### Common Manipulation Vectors

## Additional Findings

## Conclusion
**Summary judgment: SAFE**
28 changes: 28 additions & 0 deletions boosted_pools/registry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"sepolia":{
"0xDE46e43F46ff74A23a65EBb0580cbe3dFE684a17":{
"underlying":"0xff34b3d4aee8ddcd6f9afffb6fe49bd371b8a357",
"name": "Static Aave Ethereum DAI",
"icon": "https://url.to/theBoostedByLogo.png",
"summary": "safe",
"review": "./AaveV3Boosted.md",
"warnings": []
},
"0x94a9d9ac8a22534e3faca9f4e7f2e2cf85d5e4c8":{
"underlying":"0xff34b3d4aee8ddcd6f9afffb6fe49bd371b8a357",
"name": "Static Aave Ethereum USDT",
"icon": "https://url.to/theBoostedByLogo.png",
"summary": "safe",
"review": "./AaveV3Boosted.md",
"warnings": []
},
"0x978206fAe13faF5a8d293FB614326B237684B750":{
"underlying":"0xaa8e23fb1079ea71e0a56f48a2aa51851d8433d0",
"name": "Static Aave Ethereum USDC",
"icon": "https://url.to/theBoostedByLogo.png",
"summary": "safe",
"review": "./AaveV3Boosted.md",
"warnings": []
}
}
}
26 changes: 26 additions & 0 deletions hooks/DirectionalFeeHook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Hook: `Directional Fee`

## Details
- Reviewed by: @mkflow27
- Checked by: @danielmkm
- Deployed at:
- [sepolia:0xcdF93FaB48405bb9df9c321b6306e701be6F9859](https://sepolia.etherscan.io/address/0xcdF93FaB48405bb9df9c321b6306e701be6F9859)
- Audit report(s):
-

## Context

## Review Checklist: Bare Minimum Compatibility

## Review Checklist: Common Findings

### Administrative Privileges

### Oracles

### Common Manipulation Vectors

## Additional Findings

## Conclusion
**Summary judgment: SAFE**
26 changes: 26 additions & 0 deletions hooks/ExitFeeHook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Hook: `Exit Fee`

## Details
- Reviewed by: @mkflow27
- Checked by: @danielmkm
- Deployed at:
- [sepolia:0x307d96183f133c738Af11D1971BF0A5ee15312be](https://sepolia.etherscan.io/address/0x307d96183f133c738Af11D1971BF0A5ee15312be)
- Audit report(s):
-

## Context

## Review Checklist: Bare Minimum Compatibility

## Review Checklist: Common Findings

### Administrative Privileges

### Oracles

### Common Manipulation Vectors

## Additional Findings

## Conclusion
**Summary judgment: SAFE**
26 changes: 26 additions & 0 deletions hooks/FeeTakingHook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Hook: `Fee Taking`

## Details
- Reviewed by: @mkflow27
- Checked by: @danielmkm
- Deployed at:
- [sepolia:0x5c7FB0734d327ECeE2cA5cF2F5fE0f5Ff32dbf0b](https://sepolia.etherscan.io/address/0x5c7FB0734d327ECeE2cA5cF2F5fE0f5Ff32dbf0b)
- Audit report(s):
-

## Context

## Review Checklist: Bare Minimum Compatibility

## Review Checklist: Common Findings

### Administrative Privileges

### Oracles

### Common Manipulation Vectors

## Additional Findings

## Conclusion
**Summary judgment: SAFE**
26 changes: 26 additions & 0 deletions hooks/LotteryHook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Hook: `Lottery`

## Details
- Reviewed by: @mkflow27
- Checked by: @danielmkm
- Deployed at:
- [sepolia:0xb4b339a93B7E3D9B8266d52C96608F0615326B98](https://sepolia.etherscan.io/address/0xb4b339a93B7E3D9B8266d52C96608F0615326B98)
- Audit report(s):
-

## Context

## Review Checklist: Bare Minimum Compatibility

## Review Checklist: Common Findings

### Administrative Privileges

### Oracles

### Common Manipulation Vectors

## Additional Findings

## Conclusion
**Summary judgment: SAFE**
32 changes: 32 additions & 0 deletions hooks/registry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"sepolia":{
"0x5c7FB0734d327ECeE2cA5cF2F5fE0f5Ff32dbf0b":{
"name": "FeeTakingHookExample",
"description": "This is a description of the hook.",
"summary": "safe",
"review": "./FeeTakingHook.md",
"warnings": []
},
"0x307d96183f133c738Af11D1971BF0A5ee15312be":{
"name": "ExitFeeHookExample",
"description": "This is a description of the hook.",
"summary": "safe",
"review": "./ExitFeeHook.md",
"warnings": []
},
"0xcdF93FaB48405bb9df9c321b6306e701be6F9859":{
"name": "DirectionalFeeHookExample",
"description": "This is a description of the hook.",
"summary": "safe",
"review": "./DirectionalFeeHook.md",
"warnings": []
},
"0xb4b339a93B7E3D9B8266d52C96608F0615326B98":{
"name": "LotteryHookExample",
"description": "This is a description of the hook.",
"summary": "safe",
"review": "./LotteryHook.md",
"warnings": []
}
}
}

0 comments on commit 5a6adc3

Please sign in to comment.