Skip to content

Commit 28c6b13

Browse files
committed
deploy: 1a88584
1 parent 53dcc6e commit 28c6b13

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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/algorithms/BaseAlgorithm.sol">Git Source</a></p>
276+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/algorithms/BaseAlgorithm.sol">Git Source</a></p>
277277
<p><strong>Inherits:</strong>
278278
<a href="src/algorithms/BaseAlgorithm.sol//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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/algorithms/clvr.sol">Git Source</a></p>
334+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/algorithms/clvr.sol">Git Source</a></p>
335335
<p><strong>Inherits:</strong>
336336
<a href="src/algorithms/clvr.sol//src/algorithms/BaseAlgorithm.sol/contract.BaseAlgorithm.html">BaseAlgorithm</a></p>
337337
<p><strong>Title:</strong>
@@ -387,7 +387,7 @@ <h3 id="getvolatility-1"><a class="header" href="#getvolatility-1">getVolatility
387387
<li><a href="src/interfaces/IRouter.sol/interface.IRouter.html">IRouter</a></li>
388388
</ul>
389389
<div style="break-before: page; page-break-before: always;"></div><h1 id="ialgorithm"><a class="header" href="#ialgorithm">IAlgorithm</a></h1>
390-
<p><a href="https://github.com/asyncswap/async-swap/blob/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/interfaces/IAlgorithm.sol">Git Source</a></p>
390+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/interfaces/IAlgorithm.sol">Git Source</a></p>
391391
<p><strong>Title:</strong>
392392
Algorithm Interface</p>
393393
<p><strong>Author:</strong>
@@ -426,7 +426,7 @@ <h3 id="getvolatility-2"><a class="header" href="#getvolatility-2">getVolatility
426426
<pre><code class="language-solidity">function getVolatility(AsyncOrder[] memory orders) external pure returns (uint256);
427427
</code></pre>
428428
<div style="break-before: page; page-break-before: always;"></div><h1 id="iasyncswapamm"><a class="header" href="#iasyncswapamm">IAsyncSwapAMM</a></h1>
429-
<p><a href="https://github.com/asyncswap/async-swap/blob/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/interfaces/IAsyncSwapAMM.sol">Git Source</a></p>
429+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/interfaces/IAsyncSwapAMM.sol">Git Source</a></p>
430430
<p><strong>Inherits:</strong>
431431
<a href="src/interfaces/IAsyncSwapAMM.sol//src/interfaces/IAsyncSwapOrder.sol/interface.IAsyncSwapOrder.html">IAsyncSwapOrder</a></p>
432432
<p><strong>Title:</strong>
@@ -472,7 +472,7 @@ <h3 id="userparams"><a class="header" href="#userparams">UserParams</a></h3>
472472
<tr><td><code>executor</code></td><td><code>address</code></td><td></td></tr>
473473
</tbody></table>
474474
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="iasyncswaporder"><a class="header" href="#iasyncswaporder">IAsyncSwapOrder</a></h1>
475-
<p><a href="https://github.com/asyncswap/async-swap/blob/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/interfaces/IAsyncSwapOrder.sol">Git Source</a></p>
475+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/interfaces/IAsyncSwapOrder.sol">Git Source</a></p>
476476
<p><strong>Title:</strong>
477477
Async Swap Interface</p>
478478
<p><strong>Author:</strong>
@@ -547,7 +547,7 @@ <h3 id="zerofillorder"><a class="header" href="#zerofillorder">ZeroFillOrder</a>
547547
<pre><code class="language-solidity">error ZeroFillOrder();
548548
</code></pre>
549549
<div style="break-before: page; page-break-before: always;"></div><h1 id="irouter"><a class="header" href="#irouter">IRouter</a></h1>
550-
<p><a href="https://github.com/asyncswap/async-swap/blob/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/interfaces/IRouter.sol">Git Source</a></p>
550+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/interfaces/IRouter.sol">Git Source</a></p>
551551
<p><strong>Title:</strong>
552552
Router Interface</p>
553553
<p><strong>Author:</strong>
@@ -619,7 +619,7 @@ <h3 id="actiontype"><a class="header" href="#actiontype">ActionType</a></h3>
619619
<li><a href="src/libraries/AsyncFiller.sol/library.AsyncFiller.html">AsyncFiller</a></li>
620620
</ul>
621621
<div style="break-before: page; page-break-before: always;"></div><h1 id="asyncfiller"><a class="header" href="#asyncfiller">AsyncFiller</a></h1>
622-
<p><a href="https://github.com/asyncswap/async-swap/blob/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/libraries/AsyncFiller.sol">Git Source</a></p>
622+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/libraries/AsyncFiller.sol">Git Source</a></p>
623623
<p><strong>Title:</strong>
624624
AsyncFiller library</p>
625625
<p><strong>Author:</strong>
@@ -708,7 +708,7 @@ <h3 id="state"><a class="header" href="#state">State</a></h3>
708708
<li><a href="src/types/AsyncOrder.sol/struct.AsyncOrder.html">AsyncOrder</a></li>
709709
</ul>
710710
<div style="break-before: page; page-break-before: always;"></div><h1 id="asyncorder"><a class="header" href="#asyncorder">AsyncOrder</a></h1>
711-
<p><a href="https://github.com/asyncswap/async-swap/blob/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/types/AsyncOrder.sol">Git Source</a></p>
711+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/types/AsyncOrder.sol">Git Source</a></p>
712712
<p>Represents an async order for a swap in the Uniswap V4 pool.</p>
713713
<pre><code class="language-solidity">struct AsyncOrder {
714714
PoolKey key;
@@ -733,7 +733,7 @@ <h3 id="state"><a class="header" href="#state">State</a></h3>
733733
<li><a href="src/utils/TransientStorage.sol/contract.TransientStorage.html">TransientStorage</a></li>
734734
</ul>
735735
<div style="break-before: page; page-break-before: always;"></div><h1 id="transientstorage"><a class="header" href="#transientstorage">TransientStorage</a></h1>
736-
<p><a href="https://github.com/asyncswap/async-swap/blob/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/utils/TransientStorage.sol">Git Source</a></p>
736+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/utils/TransientStorage.sol">Git Source</a></p>
737737
<p><strong>Title:</strong>
738738
TransientStorage helper contract</p>
739739
<p><strong>Author:</strong>
@@ -759,7 +759,7 @@ <h3 id="tstore"><a class="header" href="#tstore">tstore</a></h3>
759759
<tr><td><code>value</code></td><td><code>bytes32</code></td><td>The value to store in the transient storage.</td></tr>
760760
</tbody></table>
761761
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="asyncswap"><a class="header" href="#asyncswap">AsyncSwap</a></h1>
762-
<p><a href="https://github.com/asyncswap/async-swap/blob/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/AsyncSwap.sol">Git Source</a></p>
762+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/AsyncSwap.sol">Git Source</a></p>
763763
<p><strong>Inherits:</strong>
764764
BaseHook, <a href="src/AsyncSwap.sol//src/interfaces/IAsyncSwapAMM.sol/interface.IAsyncSwapAMM.html">IAsyncSwapAMM</a></p>
765765
<p><strong>Title:</strong>
@@ -883,7 +883,7 @@ <h3 id="notapprovedexecutor"><a class="header" href="#notapprovedexecutor">NotAp
883883
<pre><code class="language-solidity">error NotApprovedExecutor();
884884
</code></pre>
885885
<div style="break-before: page; page-break-before: always;"></div><h1 id="router"><a class="header" href="#router">Router</a></h1>
886-
<p><a href="https://github.com/asyncswap/async-swap/blob/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/router.sol">Git Source</a></p>
886+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/router.sol">Git Source</a></p>
887887
<p><strong>Inherits:</strong>
888888
<a href="src/router.sol//src/interfaces/IRouter.sol/interface.IRouter.html">IRouter</a></p>
889889
<p><strong>Title:</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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/AsyncSwap.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/AsyncSwap.sol">Git Source</a></p>
186186
<p><strong>Inherits:</strong>
187187
BaseHook, <a href="/src/interfaces/IAsyncSwapAMM.sol/interface.IAsyncSwapAMM.html">IAsyncSwapAMM</a></p>
188188
<p><strong>Title:</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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/algorithms/BaseAlgorithm.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/algorithms/BaseAlgorithm.sol">Git Source</a></p>
186186
<p><strong>Inherits:</strong>
187187
<a href="/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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/algorithms/clvr.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/algorithms/clvr.sol">Git Source</a></p>
186186
<p><strong>Inherits:</strong>
187187
<a href="/src/algorithms/BaseAlgorithm.sol/contract.BaseAlgorithm.html">BaseAlgorithm</a></p>
188188
<p><strong>Title:</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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/interfaces/IAlgorithm.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/interfaces/IAlgorithm.sol">Git Source</a></p>
186186
<p><strong>Title:</strong>
187187
Algorithm Interface</p>
188188
<p><strong>Author:</strong>

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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/interfaces/IAsyncSwapAMM.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/interfaces/IAsyncSwapAMM.sol">Git Source</a></p>
186186
<p><strong>Inherits:</strong>
187187
<a href="/src/interfaces/IAsyncSwapOrder.sol/interface.IAsyncSwapOrder.html">IAsyncSwapOrder</a></p>
188188
<p><strong>Title:</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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/interfaces/IAsyncSwapOrder.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/interfaces/IAsyncSwapOrder.sol">Git Source</a></p>
186186
<p><strong>Title:</strong>
187187
Async Swap Interface</p>
188188
<p><strong>Author:</strong>

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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/interfaces/IRouter.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/interfaces/IRouter.sol">Git Source</a></p>
186186
<p><strong>Title:</strong>
187187
Router Interface</p>
188188
<p><strong>Author:</strong>

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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/libraries/AsyncFiller.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/libraries/AsyncFiller.sol">Git Source</a></p>
186186
<p><strong>Title:</strong>
187187
AsyncFiller library</p>
188188
<p><strong>Author:</strong>

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/3629ea7fce016a727e6ae09dc5468036d6a3e621/src/router.sol">Git Source</a></p>
185+
<p><a href="https://github.com/asyncswap/async-swap/blob/1a885845f55f2135625f53c568967e2d0a5c9401/src/router.sol">Git Source</a></p>
186186
<p><strong>Inherits:</strong>
187187
<a href="/src/interfaces/IRouter.sol/interface.IRouter.html">IRouter</a></p>
188188
<p><strong>Title:</strong>

0 commit comments

Comments
 (0)