Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ Thumbs.db

# Generated docs
docs/gen
test/docs/gen
test/docs/gen
# IDE
.vscode/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Flywheel Protocol

![CI](https://github.com/AdekunleBamz/flywheel/actions/workflows/foundry-ci.yml/badge.svg)

TLDR:

- A modular, permissionless protocol for transparent attribution and ERC20 reward distribution
Expand Down Expand Up @@ -561,7 +563,7 @@ bytes memory hookData = abi.encode(

## Core Payout Operations

**Note that fee-on-transfer tokens and rebasing tokens may lead to unexpected behavior and are not recommneded for use in Flywheel.**
**Note that fee-on-transfer tokens and rebasing tokens may lead to unexpected behavior and are not recommended for use in Flywheel.**

Flywheel provides four fundamental payout operations that hooks can implement based on their requirements:

Expand Down