Skip to content

Commit

Permalink
doc(readme): solidity version disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
peyha committed Oct 24, 2024
1 parent 3d086f1 commit 30eeb67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ Install [Foundry](https://book.getfoundry.sh/getting-started/installation).

Run `forge test`.

## Solidity version

The main contracts (`PreLiquidation` and `PreLiquidationFactory`) are written in Solidity 0.8.27.
The bytecode of these contracts could contain new opcodes (e.g., `PUSH0`, `MCOPY`, `TSTORE`, `TLOAD`) so one should make sure that the contract bytecode can be handled by the chain used for deployment.

## Audits

All audits are stored in the [`audits`](./audits) folder.
Expand Down

0 comments on commit 30eeb67

Please sign in to comment.