Skip to content

Commit

Permalink
conventions.md updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Mar 6, 2025
1 parent 38d9115 commit 36d8cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Follow the folder structure to locate resources and generate or modify code in a

## Facet contract checklist
- All facet contracts must reside in `src/Facets/`.
- Facet contract names must include the word "Facet".
- Facet contract names must include the word `Facet`.
- Facets must always include the following three functions:
1. `_startBridge` – an internal function.
2. `swapAndStartBridgeTokensVia{FacetName}`.
Expand Down

0 comments on commit 36d8cb2

Please sign in to comment.