Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpanchal-supra committed Oct 5, 2024
1 parent 027e416 commit d2abd9d
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 50 deletions.
48 changes: 24 additions & 24 deletions docs/classes/SupraClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/TransactionStatus.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/enums/TxTypeForTransactionInsights.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<a id="md:installation" class="tsd-anchor"></a><h2><a href="#md:installation">Installation</a></h2><p>Install supra-l1-sdk with npm</p>
<pre><code class="language-bash"><span class="hl-0"> </span><span class="hl-1">npm</span><span class="hl-0"> </span><span class="hl-2">install</span><span class="hl-0"> </span><span class="hl-2">git+https://github.com/Entropy-Foundation/supra-l1-sdk.git</span>
</code><button>Copy</button></pre>
<p><strong>NOTE:</strong> This <code>sdk</code> utilizes <a href="https://github.com/aptos-labs/aptos-core/tree/main/ecosystem/typescript/sdk">aptos-sdk</a> and expects few things such as <code>keyPair</code> of <code>aptos-sdk</code> type, so due to this you also have to add <code>aptos-sdk</code> in your project.</p>
<a id="md:reference-docs" class="tsd-anchor"></a><h2><a href="#md:reference-docs">Reference Docs</a></h2><p>For SDK documentation, check out the <a href="https://sdk-docs.supra.com/index.html">TypeScript SDK documentation</a></p>
<a id="md:usage" class="tsd-anchor"></a><h2><a href="#md:usage">Usage</a></h2><p>Check <a href="https://github.com/Entropy-Foundation/supra-l1-sdk/blob/master/src/example.ts">./src/example.ts</a> for understating about the usage.</p>
<a id="md:functionalities" class="tsd-anchor"></a><h2><a href="#md:functionalities">Functionalities</a></h2><ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/interfaces/AccountInfo.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/AccountResources.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/CoinChange.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/CoinInfo.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/FaucetRequestResponse.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/FunctionTypeArgs.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/SendTxPayload.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/TransactionDetail.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/TransactionInsights.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/TransactionResponse.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supra-l1-sdk",
"version": "1.1.0",
"version": "1.2.0",
"description": "Typescript SDK for Supra",
"exports": {
"browser": {
Expand Down

0 comments on commit d2abd9d

Please sign in to comment.