From 361dd78cb73fecc107093c6efeb8ce7b00ad9e18 Mon Sep 17 00:00:00 2001 From: ross <92001561+z0r0z@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:43:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20solc?= =?UTF-8?q?=200.8.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- foundry.toml | 2 +- lib/solady | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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