Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 12, 2023
1 parent ce8b6a9 commit aa36003
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion latest/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 8b6f3e39869614fd44f85ebc1044f43b
config: 9914f4358b1a1ea01ea5151074dccaf5
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified latest/.doctrees/commands/networks.doctree
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/ape.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/api.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/cli.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/contracts.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/exceptions.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/managers.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/plugins.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/types.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/utils.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion latest/commands/networks.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h2>list<a class="headerlink" href="#networks-list" title="Permalink to this hea
<dd><p>Filter the results by network</p>
<dl class="field-list simple">
<dt class="field-odd">Options<span class="colon">:</span></dt>
<dd class="field-odd"><p>goerli-fork | mainnet-fork | goerli | sepolia-fork | mainnet | sepolia | local</p>
<dd class="field-odd"><p>local | goerli | mainnet | sepolia | mainnet-fork | goerli-fork | sepolia-fork</p>
</dd>
</dl>
</dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion latest/methoddocs/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -2949,7 +2949,7 @@ <h1>ape.api<a class="headerlink" href="#ape-api" title="Permalink to this headin
<li><p><strong>txn</strong><a class="reference internal" href="#ape.api.transactions.TransactionAPI" title="ape.api.transactions.TransactionAPI"><code class="xref py py-class docutils literal notranslate"><span class="pre">TransactionAPI</span></code></a></p></li>
<li><p><strong>block_id</strong> (Optional[<a class="reference internal" href="types.html#ape.types.BlockID" title="ape.types.BlockID"><code class="xref py py-class docutils literal notranslate"><span class="pre">BlockID</span></code></a>]) – The block ID
to use to send a call at a historical point of a contract.
checking a past estimation cost of a transaction.</p></li>
Useful for checking a past estimation cost of a transaction.</p></li>
<li><p><strong>state</strong> (<em>Optional</em><em>[</em><em>Dict</em><em>]</em>) – Modify the state of the blockchain
prior to sending the call, for testing purposes.</p></li>
<li><p><strong>**kwargs</strong> – Provider-specific extra kwargs.</p></li>
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit aa36003

Please sign in to comment.