diff --git a/README.md b/README.md index 1efbabf..16ab2d0 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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 \ No newline at end of file diff --git a/foundry.toml b/foundry.toml index 36b2a76..d86e7ca 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,5 +1,5 @@ [profile.default] -solc_version = "0.8.23" +solc_version = "0.8.24" evm_version = "shanghai" via_ir = true diff --git a/lib/solady b/lib/solady index fb11b3e..eab9b2e 160000 --- a/lib/solady +++ b/lib/solady @@ -1 +1 @@ -Subproject commit fb11b3e9ea6c1aafdbd0a1515ff440509d60bff9 +Subproject commit eab9b2e216880a9c29c89c897679173db6d10011