diff --git a/latest/.buildinfo b/latest/.buildinfo index cdfeb673bc..d5dd770a79 100644 --- a/latest/.buildinfo +++ b/latest/.buildinfo @@ -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: 14e33242ed9d73f7583a22d09dd8ddfc +config: 0d5780f41b19bd4ae1b98e309ff9e68e tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/latest/.doctrees/commands/console.doctree b/latest/.doctrees/commands/console.doctree index e8b29a16d2..9e29a478a7 100644 Binary files a/latest/.doctrees/commands/console.doctree and b/latest/.doctrees/commands/console.doctree differ diff --git a/latest/.doctrees/commands/networks.doctree b/latest/.doctrees/commands/networks.doctree index dfe483fc48..e53066604a 100644 Binary files a/latest/.doctrees/commands/networks.doctree and b/latest/.doctrees/commands/networks.doctree differ diff --git a/latest/.doctrees/environment.pickle b/latest/.doctrees/environment.pickle index 4ad55eb7f4..6dd4a100e0 100644 Binary files a/latest/.doctrees/environment.pickle and b/latest/.doctrees/environment.pickle differ diff --git a/latest/.doctrees/methoddocs/ape.doctree b/latest/.doctrees/methoddocs/ape.doctree index e9eddf82bb..ae2a2aa7a7 100644 Binary files a/latest/.doctrees/methoddocs/ape.doctree and b/latest/.doctrees/methoddocs/ape.doctree differ diff --git a/latest/.doctrees/methoddocs/api.doctree b/latest/.doctrees/methoddocs/api.doctree index 526d636292..ffafc81933 100644 Binary files a/latest/.doctrees/methoddocs/api.doctree and b/latest/.doctrees/methoddocs/api.doctree differ diff --git a/latest/.doctrees/methoddocs/cli.doctree b/latest/.doctrees/methoddocs/cli.doctree index 792c45ebdf..47b710183e 100644 Binary files a/latest/.doctrees/methoddocs/cli.doctree and b/latest/.doctrees/methoddocs/cli.doctree differ diff --git a/latest/.doctrees/methoddocs/contracts.doctree b/latest/.doctrees/methoddocs/contracts.doctree index 3b6654a8bc..989bcc68ac 100644 Binary files a/latest/.doctrees/methoddocs/contracts.doctree and b/latest/.doctrees/methoddocs/contracts.doctree differ diff --git a/latest/.doctrees/methoddocs/exceptions.doctree b/latest/.doctrees/methoddocs/exceptions.doctree index 9c7c067604..105bca1e9e 100644 Binary files a/latest/.doctrees/methoddocs/exceptions.doctree and b/latest/.doctrees/methoddocs/exceptions.doctree differ diff --git a/latest/.doctrees/methoddocs/managers.doctree b/latest/.doctrees/methoddocs/managers.doctree index 4f3b3e2c68..e6db8cb4fd 100644 Binary files a/latest/.doctrees/methoddocs/managers.doctree and b/latest/.doctrees/methoddocs/managers.doctree differ diff --git a/latest/.doctrees/methoddocs/plugins.doctree b/latest/.doctrees/methoddocs/plugins.doctree index adb1597de8..5419d6b44c 100644 Binary files a/latest/.doctrees/methoddocs/plugins.doctree and b/latest/.doctrees/methoddocs/plugins.doctree differ diff --git a/latest/.doctrees/methoddocs/types.doctree b/latest/.doctrees/methoddocs/types.doctree index a58e4ae1d2..76f3a73787 100644 Binary files a/latest/.doctrees/methoddocs/types.doctree and b/latest/.doctrees/methoddocs/types.doctree differ diff --git a/latest/.doctrees/methoddocs/utils.doctree b/latest/.doctrees/methoddocs/utils.doctree index 187d28325f..eeac88e117 100644 Binary files a/latest/.doctrees/methoddocs/utils.doctree and b/latest/.doctrees/methoddocs/utils.doctree differ diff --git a/latest/commands/console.html b/latest/commands/console.html index 15bbc45264..013d5ac6d6 100644 --- a/latest/commands/console.html +++ b/latest/commands/console.html @@ -209,7 +209,7 @@

console

ethereum

Options:
-

:mainnet:geth | ethereum:mainnet:geth | :mainnet | ethereum:mainnet | :goerli:geth | ethereum:goerli:geth | :goerli | ethereum:goerli | :sepolia:geth | ethereum:sepolia:geth | :sepolia | ethereum:sepolia | ::test | ethereum:local:test | ::geth | ethereum:local:geth | :local | ethereum:local | ethereum

+

:mainnet:geth | ethereum:mainnet:geth | :mainnet | ethereum:mainnet | :goerli:geth | ethereum:goerli:geth | :goerli | ethereum:goerli | :sepolia:geth | ethereum:sepolia:geth | :sepolia | ethereum:sepolia | ::geth | ethereum:local:geth | ::test | ethereum:local:test | :local | ethereum:local | ethereum

diff --git a/latest/commands/networks.html b/latest/commands/networks.html index 7faba887b0..27a61cb077 100644 --- a/latest/commands/networks.html +++ b/latest/commands/networks.html @@ -238,7 +238,7 @@

list
Options:
-

mainnet-fork | sepolia | mainnet | goerli | sepolia-fork | local | goerli-fork

+

mainnet | goerli | mainnet-fork | sepolia-fork | goerli-fork | local | sepolia

@@ -277,7 +277,7 @@

run

ethereum:local:geth

Options:
-

:mainnet:geth | ethereum:mainnet:geth | :mainnet | ethereum:mainnet | :goerli:geth | ethereum:goerli:geth | :goerli | ethereum:goerli | :sepolia:geth | ethereum:sepolia:geth | :sepolia | ethereum:sepolia | ::test | ethereum:local:test | ::geth | ethereum:local:geth | :local | ethereum:local | ethereum

+

:mainnet:geth | ethereum:mainnet:geth | :mainnet | ethereum:mainnet | :goerli:geth | ethereum:goerli:geth | :goerli | ethereum:goerli | :sepolia:geth | ethereum:sepolia:geth | :sepolia | ethereum:sepolia | ::geth | ethereum:local:geth | ::test | ethereum:local:test | :local | ethereum:local | ethereum

diff --git a/latest/methoddocs/managers.html b/latest/methoddocs/managers.html index 25fe7b3175..74d7baf0a9 100644 --- a/latest/methoddocs/managers.html +++ b/latest/methoddocs/managers.html @@ -1630,7 +1630,7 @@

Chain
-using_project(project_folder: Path, contracts_folder: Path | None = None) Generator[ProjectManager, None, None]
+using_project(project_folder: Path, contracts_folder: Path | None = None, **config) Generator[ProjectManager, None, None]

Temporarily change the project context.

Usage example:

from pathlib import Path