Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Oct 4, 2024
1 parent 7828adc commit 509e2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ it must adhere to the following assumptions:
- An address' ERC-20 balance can only change as a result of a `transfer` call by the sender or a `transferFrom` call by
an approved address. This excludes rebase tokens and interest-bearing tokens.
- The token contract does not allow callbacks (e.g. ERC-777 is not supported).
- As defined in [PRECISION-ISSUE](./PRECISION-ISSUE.md), there could be delays in streamed amounts if rps is extremely
- As defined in [PRECISION-ISSUE](.PRECISION-ISSUE.md), there could be delays in streamed amounts if rps is extremely
small. For USDC, an extremely small rps would be defined as a value that streams less than 50 USDC a month. The
definition is subjective and can vary depending on the token. For exanpple, for WBTC, an extremely small rps would be
defined as a value that streams less than 0.001 WBTC a month.

0 comments on commit 509e2ef

Please sign in to comment.