-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Submodule solady
updated
8 files
+282 β282 | .gas-snapshot | |
+3 β2 | .github/workflows/ci-all-via-ir.yml | |
+1 β1 | .github/workflows/ci-wake.yml | |
+8 β6 | .github/workflows/ci.yml | |
+2 β2 | README.md | |
+1 β1 | foundry.toml | |
+1 β1 | package.json | |
+19 β20 | src/utils/LibZip.sol |