Skip to content

Conversation

AntipasBen23
Copy link
Contributor

Fixes #10470

Problem

Three protocols had invalid audits: "6" values, which is outside the documented range (0-3).

Changes

Changed audits from "6" to "2" (Yes, fully audited) for:

  • ACryptoS (data1.ts line 2322)
  • Api3 (data1.ts line 27597)
  • Juicebox (data3.ts line 3192)

Reasoning

All three protocols have audit_links confirming they are audited, so the correct value should be "2" (fully audited) according to the audit legend:

  • 0 = No audits
  • 1 = Part may be unaudited
  • 2 = Yes (fully audited)
  • 3 = Fork of audited protocol

Testing

  • Verified all three protocols have audit_links present
  • Verified only these 3 lines were changed
  • No other files modified

Fixes DefiLlama#10470 - Changed audits from invalid value '6' to '2' (Yes, fully audited) for:
- ACryptoS (data1.ts line 2322)
- Api3 (data1.ts line 27597)
- Juicebox (data3.ts line 3192)

All three protocols have audit_links confirming they are audited.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent audit values: 3 protocols have audits=6 while legend only defines 0-3

2 participants