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
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Task writing:
- Good: `pragma solidity 0.8.15`
- Bad: `pragma solidity ^0.8.20`
- Always use "onchain" instead of "on-chain"
- Do not artificially wrap Markdown prose; keep each paragraph and list item on one logical line
- Config values loaded from a `.env` should be stored as immutable variables in the solidity script(s)
- We only need task origin validation for mainnet scripts that go through proxy admin owner
- `RECORD_STATE_DIFF=true` is needed in the task `.env` file in order for the signer tool to work
Expand Down
Loading
Loading