Skip to content
Merged
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
2 changes: 1 addition & 1 deletion credible/invariant-to-assertion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: 'A guide to writing assertions from protocol invariants'

This guide walks you through the process of turning a protocol invariant into a working assertion. By the end, you'll understand how to identify invariants, handle exceptions, and write assertion code that protects your protocol.

**Prerequisites**: Familiarity with Solidity, the [Assertions Overview](/credible/assertions-overview), and the [Assertion Guide](/credible/pcl-assertion-guide).
**Prerequisites**: Familiarity with Solidity, the [Assertions Overview](/credible/assertions-overview), and the [Assertion Guide](/credible/write-first-assertion).

**What you'll build**: An assertion that protects vault share prices in Euler's Vault Kit.

Expand Down
3 changes: 1 addition & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@
"group": "Guides",
"pages": [
"credible/write-first-assertion",
"credible/invariant-to-assertion",
"credible/store-submit-assertions",
"credible/deploy-assertions-dapp",
"credible/accelerate-with-ai"
"credible/invariant-to-assertion",

]
},
{
Expand Down