Skip to content

Commit

Permalink
Merge pull request #166 from paraswap/feat/v6_support
Browse files Browse the repository at this point in the history
Feat/v6 support
  • Loading branch information
alexshchur authored Mar 18, 2024
2 parents 1ce4439 + afe46c8 commit f78c939
Show file tree
Hide file tree
Showing 421 changed files with 4,669 additions and 16,121 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['14.x', '16.x']
node: ['18.x', '20.x']
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/html/assets/search.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/html/classes/FetcherError.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ <h3 class="tsd-anchor-link"><span>code</span><a href="#code" aria-label="Permali
<div class="tsd-signature">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/FetcherErrorInterface.html">FetcherErrorInterface</a>.<a href="../interfaces/FetcherErrorInterface.html#code">code</a></p>
<ul>
<li>Defined in <a href="https://github.com/paraswap/paraswap-sdk/blob/master/src/helpers/misc.ts#L106">src/helpers/misc.ts:106</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/paraswap/paraswap-sdk/blob/master/src/helpers/misc.ts#L109">src/helpers/misc.ts:109</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="isAxiosError" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>is<wbr/>Axios<wbr/>Error</span><a href="#isAxiosError" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">is<wbr/>Axios<wbr/>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div><aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/FetcherErrorInterface.html">FetcherErrorInterface</a>.<a href="../interfaces/FetcherErrorInterface.html#isAxiosError">isAxiosError</a></p>
<ul>
<li>Defined in <a href="https://github.com/paraswap/paraswap-sdk/blob/master/src/helpers/misc.ts#L110">src/helpers/misc.ts:110</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/paraswap/paraswap-sdk/blob/master/src/helpers/misc.ts#L113">src/helpers/misc.ts:113</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
Expand All @@ -95,13 +95,13 @@ <h3 class="tsd-anchor-link"><span>request</span><a href="#request" aria-label="P
<div class="tsd-signature">request<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/FetcherErrorInterface.html">FetcherErrorInterface</a>.<a href="../interfaces/FetcherErrorInterface.html#request">request</a></p>
<ul>
<li>Defined in <a href="https://github.com/paraswap/paraswap-sdk/blob/master/src/helpers/misc.ts#L108">src/helpers/misc.ts:108</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/paraswap/paraswap-sdk/blob/master/src/helpers/misc.ts#L111">src/helpers/misc.ts:111</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="response" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>response</span><a href="#response" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">response<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/_internal_.AxiosResponse.html" class="tsd-signature-type" data-tsd-kind="Interface">AxiosResponse</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/FetcherErrorInterface.html">FetcherErrorInterface</a>.<a href="../interfaces/FetcherErrorInterface.html#response">response</a></p>
<ul>
<li>Defined in <a href="https://github.com/paraswap/paraswap-sdk/blob/master/src/helpers/misc.ts#L109">src/helpers/misc.ts:109</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/paraswap/paraswap-sdk/blob/master/src/helpers/misc.ts#L112">src/helpers/misc.ts:112</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="stack" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
Expand All @@ -113,7 +113,7 @@ <h3 class="tsd-anchor-link"><span>status</span><a href="#status" aria-label="Per
<div class="tsd-signature">status<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/FetcherErrorInterface.html">FetcherErrorInterface</a>.<a href="../interfaces/FetcherErrorInterface.html#status">status</a></p>
<ul>
<li>Defined in <a href="https://github.com/paraswap/paraswap-sdk/blob/master/src/helpers/misc.ts#L107">src/helpers/misc.ts:107</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/paraswap/paraswap-sdk/blob/master/src/helpers/misc.ts#L110">src/helpers/misc.ts:110</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="prepareStackTrace" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagOptional">Optional</code> <span>prepare<wbr/>Stack<wbr/>Trace</span><a href="#prepareStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">prepare<wbr/>Stack<wbr/>Trace<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><a href="../modules/_internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../functions/_internal_.Error-1.html" class="tsd-signature-type" data-tsd-kind="Function">Error</a>, stackTraces<span class="tsd-signature-symbol">: </span><a href="../interfaces/_internal_.CallSite.html" class="tsd-signature-type" data-tsd-kind="Interface">CallSite</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span></div>
Expand Down
Loading

0 comments on commit f78c939

Please sign in to comment.