Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ solc 0.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
z0r0z committed Jan 26, 2024
1 parent 803e77a commit 361dd78
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# 𖀓 Helios
[![CI][ci-shield]][ci-url]
[![Solidity][solidity-shield]][solidity-ci-url]
> ERC-6909 Singleton Exchange
LPs are tracked under the [minimal multi-token interface](https://eips.ethereum.org/EIPS/eip-6909).

Swapping uses the Uniswap V2 *xyk* curve and some Sushiswap updates to the classic constant product pool.

Such as allowing single-sided LP. Otherwise, Helios also allows for swaps in ERC-1155 and ERC-6909 tokens.
Such as allowing single-sided LP. Otherwise, Helios also allows for swaps in ERC-1155 and ERC-6909 tokens.

[ci-shield]: https://img.shields.io/github/actions/workflow/status/z0r0z/helios/ci.yml?branch=main&label=build
[ci-url]: https://github.com/z0r0z/helios/actions/workflows/ci.yml

[solidity-shield]: https://img.shields.io/badge/solidity-%20%3C=0.8.24-black
[solidity-ci-url]: https://github.com/z0r0z/helios/actions/workflows/ci-all-via-ir.yml
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[profile.default]
solc_version = "0.8.23"
solc_version = "0.8.24"
evm_version = "shanghai"

via_ir = true
Expand Down
2 changes: 1 addition & 1 deletion lib/solady

0 comments on commit 361dd78

Please sign in to comment.