Skip to content

Commit

Permalink
docs: update module and OpenAPI specs from the node repo (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: fadeev <[email protected]>
  • Loading branch information
github-actions[bot] and fadeev authored May 16, 2024
1 parent eaa2d3f commit e73364c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/packages/toolkit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a id="md:installation" class="tsd-anchor"></a><h2><a href="#md:installation">Installation</a></h2><p>To install this package in Hardhat project, add it as a development dependency:</p>
<pre><code><span class="hl-0">yarn</span><span class="hl-1"> </span><span class="hl-0">add</span><span class="hl-1"> --</span><span class="hl-0">dev</span><span class="hl-1"> @</span><span class="hl-0">zetachain</span><span class="hl-1">/</span><span class="hl-0">toolkit</span>
</code><button>Copy</button></pre>
<a id="md:installing-tasks" class="tsd-anchor"></a><h2><a href="#md:installing-tasks">Installing tasks</a></h2><p>To install all the tasks into a Hardhat template, add the following import
<a id="md:installing-tasks" class="tsd-anchor"></a><h2><a href="#md:installing-tasks">Installing tasks</a></h2><p>To install all the the tasks into a Hardhat template, add the following import
statement to <code>hardhat.config.js</code>:</p>
<pre><code class="language-ts"><span class="hl-2">import</span><span class="hl-1"> </span><span class="hl-3">&quot;@zetachain/toolkit/tasks&quot;</span><span class="hl-1">;</span>
</code><button>Copy</button></pre>
Expand Down

0 comments on commit e73364c

Please sign in to comment.