Skip to content

Commit 384a14b

Browse files
committed
deploy: 5296a1b
1 parent bdcb9e2 commit 384a14b

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

print.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h2 id="acknowledgment"><a class="header" href="#acknowledgment">Acknowledgment<
273273
<li><a href="src/algorithms/clvr.sol/contract.CLVR.html">CLVR</a></li>
274274
</ul>
275275
<div style="break-before: page; page-break-before: always;"></div><h1 id="basealgorithm"><a class="header" href="#basealgorithm">BaseAlgorithm</a></h1>
276-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/algorithms/BaseAlgorithm.sol">Git Source</a></p>
276+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/algorithms/BaseAlgorithm.sol">Git Source</a></p>
277277
<p><strong>Inherits:</strong>
278278
<a href="src/algorithms/BaseAlgorithm.sol//home/runner/work/async-swap/async-swap/docs/_build/v1.0.3/src/src/interfaces/IAlgorithm.sol/interface.IAlgorithm.html">IAlgorithm</a></p>
279279
<h2 id="state-variables"><a class="header" href="#state-variables">State Variables</a></h2>
@@ -331,7 +331,7 @@ <h3 id="getvolatility"><a class="header" href="#getvolatility">getVolatility</a>
331331
<pre><code class="language-solidity">function getVolatility(AsyncOrder[] memory orders) external pure virtual override returns (uint256);
332332
</code></pre>
333333
<div style="break-before: page; page-break-before: always;"></div><h1 id="clvr"><a class="header" href="#clvr">CLVR</a></h1>
334-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/algorithms/clvr.sol">Git Source</a></p>
334+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/algorithms/clvr.sol">Git Source</a></p>
335335
<p><strong>Inherits:</strong>
336336
<a href="src/algorithms/clvr.sol//home/runner/work/async-swap/async-swap/docs/_build/v1.0.3/src/src/algorithms/BaseAlgorithm.sol/contract.BaseAlgorithm.html">BaseAlgorithm</a></p>
337337
<p><strong>Author:</strong>
@@ -385,7 +385,7 @@ <h3 id="getvolatility-1"><a class="header" href="#getvolatility-1">getVolatility
385385
<li><a href="src/interfaces/IRouter.sol/interface.IRouter.html">IRouter</a></li>
386386
</ul>
387387
<div style="break-before: page; page-break-before: always;"></div><h1 id="ialgorithm"><a class="header" href="#ialgorithm">IAlgorithm</a></h1>
388-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/interfaces/IAlgorithm.sol">Git Source</a></p>
388+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/interfaces/IAlgorithm.sol">Git Source</a></p>
389389
<p><strong>Author:</strong>
390390
Async Labs</p>
391391
<p>This interface defines the functions for transaction ordering algorithms used in the Async Swap AMM hook.</p>
@@ -422,7 +422,7 @@ <h3 id="getvolatility-2"><a class="header" href="#getvolatility-2">getVolatility
422422
<pre><code class="language-solidity">function getVolatility(AsyncOrder[] memory orders) external pure returns (uint256);
423423
</code></pre>
424424
<div style="break-before: page; page-break-before: always;"></div><h1 id="iasyncswapamm"><a class="header" href="#iasyncswapamm">IAsyncSwapAMM</a></h1>
425-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/interfaces/IAsyncSwapAMM.sol">Git Source</a></p>
425+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/interfaces/IAsyncSwapAMM.sol">Git Source</a></p>
426426
<p><strong>Inherits:</strong>
427427
<a href="src/interfaces/IAsyncSwapAMM.sol//home/runner/work/async-swap/async-swap/docs/_build/v1.0.3/src/src/interfaces/IAsyncSwapOrder.sol/interface.IAsyncSwapOrder.html">IAsyncSwapOrder</a></p>
428428
<p><strong>Author:</strong>
@@ -466,7 +466,7 @@ <h3 id="userparams"><a class="header" href="#userparams">UserParams</a></h3>
466466
<tr><td><code>executor</code></td><td><code>address</code></td><td></td></tr>
467467
</tbody></table>
468468
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="iasyncswaporder"><a class="header" href="#iasyncswaporder">IAsyncSwapOrder</a></h1>
469-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/interfaces/IAsyncSwapOrder.sol">Git Source</a></p>
469+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/interfaces/IAsyncSwapOrder.sol">Git Source</a></p>
470470
<p><strong>Author:</strong>
471471
Async Labs</p>
472472
<p>This interface defines the functions for the Async Swap orders.</p>
@@ -538,7 +538,7 @@ <h3 id="zerofillorder"><a class="header" href="#zerofillorder">ZeroFillOrder</a>
538538
<pre><code class="language-solidity">error ZeroFillOrder();
539539
</code></pre>
540540
<div style="break-before: page; page-break-before: always;"></div><h1 id="irouter"><a class="header" href="#irouter">IRouter</a></h1>
541-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/interfaces/IRouter.sol">Git Source</a></p>
541+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/interfaces/IRouter.sol">Git Source</a></p>
542542
<p><strong>Author:</strong>
543543
Async Labs</p>
544544
<p>This interface defines the functions for the Router contract, which allows users to swap tokens and fill
@@ -608,7 +608,7 @@ <h3 id="actiontype"><a class="header" href="#actiontype">ActionType</a></h3>
608608
<li><a href="src/libraries/AsyncFiller.sol/library.AsyncFiller.html">AsyncFiller</a></li>
609609
</ul>
610610
<div style="break-before: page; page-break-before: always;"></div><h1 id="asyncfiller"><a class="header" href="#asyncfiller">AsyncFiller</a></h1>
611-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/libraries/AsyncFiller.sol">Git Source</a></p>
611+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/libraries/AsyncFiller.sol">Git Source</a></p>
612612
<p><strong>Author:</strong>
613613
Async Labs</p>
614614
<p>This library provides functionality for filling async swap orders in the Uniswap V4 pool.</p>
@@ -695,7 +695,7 @@ <h3 id="state"><a class="header" href="#state">State</a></h3>
695695
<li><a href="src/types/AsyncOrder.sol/struct.AsyncOrder.html">AsyncOrder</a></li>
696696
</ul>
697697
<div style="break-before: page; page-break-before: always;"></div><h1 id="asyncorder"><a class="header" href="#asyncorder">AsyncOrder</a></h1>
698-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/types/AsyncOrder.sol">Git Source</a></p>
698+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/types/AsyncOrder.sol">Git Source</a></p>
699699
<p>Represents an async order for a swap in the Uniswap V4 pool.</p>
700700
<pre><code class="language-solidity">struct AsyncOrder {
701701
PoolKey key;
@@ -718,7 +718,7 @@ <h3 id="state"><a class="header" href="#state">State</a></h3>
718718
<li><a href="src/utils/TransientStorage.sol/contract.TransientStorage.html">TransientStorage</a></li>
719719
</ul>
720720
<div style="break-before: page; page-break-before: always;"></div><h1 id="transientstorage"><a class="header" href="#transientstorage">TransientStorage</a></h1>
721-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/utils/TransientStorage.sol">Git Source</a></p>
721+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/utils/TransientStorage.sol">Git Source</a></p>
722722
<p><strong>Author:</strong>
723723
Async Labs</p>
724724
<p>This contract provides functions to interact with the transient storage.</p>
@@ -742,7 +742,7 @@ <h3 id="tstore"><a class="header" href="#tstore">tstore</a></h3>
742742
<tr><td><code>value</code></td><td><code>bytes32</code></td><td>The value to store in the transient storage.</td></tr>
743743
</tbody></table>
744744
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="asyncswap"><a class="header" href="#asyncswap">AsyncSwap</a></h1>
745-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/AsyncSwap.sol">Git Source</a></p>
745+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/AsyncSwap.sol">Git Source</a></p>
746746
<p><strong>Inherits:</strong>
747747
BaseHook, <a href="src/AsyncSwap.sol//home/runner/work/async-swap/async-swap/docs/_build/v1.0.3/src/src/interfaces/IAsyncSwapAMM.sol/interface.IAsyncSwapAMM.html">IAsyncSwapAMM</a></p>
748748
<p><strong>Author:</strong>
@@ -861,7 +861,7 @@ <h3 id="notapprovedexecutor"><a class="header" href="#notapprovedexecutor">NotAp
861861
<pre><code class="language-solidity">error NotApprovedExecutor();
862862
</code></pre>
863863
<div style="break-before: page; page-break-before: always;"></div><h1 id="router"><a class="header" href="#router">Router</a></h1>
864-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/router.sol">Git Source</a></p>
864+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/router.sol">Git Source</a></p>
865865
<p><strong>Inherits:</strong>
866866
<a href="src/router.sol//home/runner/work/async-swap/async-swap/docs/_build/v1.0.3/src/src/interfaces/IRouter.sol/interface.IRouter.html">IRouter</a></p>
867867
<p><strong>Author:</strong>

src/AsyncSwap.sol/contract.AsyncSwap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1 class="menu-title"></h1>
182182
<div id="content" class="content">
183183
<main>
184184
<h1 id="asyncswap"><a class="header" href="#asyncswap">AsyncSwap</a></h1>
185-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/AsyncSwap.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/AsyncSwap.sol">Git Source</a></p>
186186
<p><strong>Inherits:</strong>
187187
BaseHook, <a href="/home/runner/work/async-swap/async-swap/docs/_build/v1.0.3/src/src/interfaces/IAsyncSwapAMM.sol/interface.IAsyncSwapAMM.html">IAsyncSwapAMM</a></p>
188188
<p><strong>Author:</strong>

src/algorithms/BaseAlgorithm.sol/contract.BaseAlgorithm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1 class="menu-title"></h1>
182182
<div id="content" class="content">
183183
<main>
184184
<h1 id="basealgorithm"><a class="header" href="#basealgorithm">BaseAlgorithm</a></h1>
185-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/algorithms/BaseAlgorithm.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/algorithms/BaseAlgorithm.sol">Git Source</a></p>
186186
<p><strong>Inherits:</strong>
187187
<a href="/home/runner/work/async-swap/async-swap/docs/_build/v1.0.3/src/src/interfaces/IAlgorithm.sol/interface.IAlgorithm.html">IAlgorithm</a></p>
188188
<h2 id="state-variables"><a class="header" href="#state-variables">State Variables</a></h2>

src/algorithms/clvr.sol/contract.CLVR.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1 class="menu-title"></h1>
182182
<div id="content" class="content">
183183
<main>
184184
<h1 id="clvr"><a class="header" href="#clvr">CLVR</a></h1>
185-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/algorithms/clvr.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/algorithms/clvr.sol">Git Source</a></p>
186186
<p><strong>Inherits:</strong>
187187
<a href="/home/runner/work/async-swap/async-swap/docs/_build/v1.0.3/src/src/algorithms/BaseAlgorithm.sol/contract.BaseAlgorithm.html">BaseAlgorithm</a></p>
188188
<p><strong>Author:</strong>

src/interfaces/IAlgorithm.sol/interface.IAlgorithm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1 class="menu-title"></h1>
182182
<div id="content" class="content">
183183
<main>
184184
<h1 id="ialgorithm"><a class="header" href="#ialgorithm">IAlgorithm</a></h1>
185-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/interfaces/IAlgorithm.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/interfaces/IAlgorithm.sol">Git Source</a></p>
186186
<p><strong>Author:</strong>
187187
Async Labs</p>
188188
<p>This interface defines the functions for transaction ordering algorithms used in the Async Swap AMM hook.</p>

src/interfaces/IAsyncSwapAMM.sol/interface.IAsyncSwapAMM.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1 class="menu-title"></h1>
182182
<div id="content" class="content">
183183
<main>
184184
<h1 id="iasyncswapamm"><a class="header" href="#iasyncswapamm">IAsyncSwapAMM</a></h1>
185-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/interfaces/IAsyncSwapAMM.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/interfaces/IAsyncSwapAMM.sol">Git Source</a></p>
186186
<p><strong>Inherits:</strong>
187187
<a href="/home/runner/work/async-swap/async-swap/docs/_build/v1.0.3/src/src/interfaces/IAsyncSwapOrder.sol/interface.IAsyncSwapOrder.html">IAsyncSwapOrder</a></p>
188188
<p><strong>Author:</strong>

src/interfaces/IAsyncSwapOrder.sol/interface.IAsyncSwapOrder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1 class="menu-title"></h1>
182182
<div id="content" class="content">
183183
<main>
184184
<h1 id="iasyncswaporder"><a class="header" href="#iasyncswaporder">IAsyncSwapOrder</a></h1>
185-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/interfaces/IAsyncSwapOrder.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/interfaces/IAsyncSwapOrder.sol">Git Source</a></p>
186186
<p><strong>Author:</strong>
187187
Async Labs</p>
188188
<p>This interface defines the functions for the Async Swap orders.</p>

src/interfaces/IRouter.sol/interface.IRouter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1 class="menu-title"></h1>
182182
<div id="content" class="content">
183183
<main>
184184
<h1 id="irouter"><a class="header" href="#irouter">IRouter</a></h1>
185-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/interfaces/IRouter.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/interfaces/IRouter.sol">Git Source</a></p>
186186
<p><strong>Author:</strong>
187187
Async Labs</p>
188188
<p>This interface defines the functions for the Router contract, which allows users to swap tokens and fill

src/libraries/AsyncFiller.sol/library.AsyncFiller.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1 class="menu-title"></h1>
182182
<div id="content" class="content">
183183
<main>
184184
<h1 id="asyncfiller"><a class="header" href="#asyncfiller">AsyncFiller</a></h1>
185-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/libraries/AsyncFiller.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/libraries/AsyncFiller.sol">Git Source</a></p>
186186
<p><strong>Author:</strong>
187187
Async Labs</p>
188188
<p>This library provides functionality for filling async swap orders in the Uniswap V4 pool.</p>

src/router.sol/contract.Router.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1 class="menu-title"></h1>
182182
<div id="content" class="content">
183183
<main>
184184
<h1 id="router"><a class="header" href="#router">Router</a></h1>
185-
<p><a href="https://github.com/asyncswap/async-swap/blob/a69da46fa33b468a389fad7ce13dbdde29b7e361/src/router.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/5296a1b812f291f98a261cc6d49e0160c3f240f5/src/router.sol">Git Source</a></p>
186186
<p><strong>Inherits:</strong>
187187
<a href="/home/runner/work/async-swap/async-swap/docs/_build/v1.0.3/src/src/interfaces/IRouter.sol/interface.IRouter.html">IRouter</a></p>
188188
<p><strong>Author:</strong>

0 commit comments

Comments
 (0)