diff --git a/latest/.buildinfo b/latest/.buildinfo index 8a6fa91a27..3583b867d7 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: c0c2b0517446238c9dbcdb8987e864b2 +config: 10c53e12e6a58b391828cb0b38042b84 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 0c33aa6634..5f8c571615 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 51c38e97c4..083a0f5eda 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 b732d3aa03..a95e5bff9d 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 0c072d9609..a9d7f4e17f 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 8bd30fae05..f242e1a877 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 a9e9d06942..273abe68ad 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 798790885e..246f4ac7a3 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 c58ca0c5d8..e863791131 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 ad8fcda95a..bbb295830b 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 9ad553b2f8..c4d6c92082 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 53a2768e12..10ba1d2fdd 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 2359d4096f..ff56d41349 100644 --- a/latest/commands/console.html +++ b/latest/commands/console.html @@ -210,7 +210,7 @@
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 | ::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
mainnet-fork | goerli-fork | local | sepolia-fork | mainnet | goerli | sepolia
+mainnet-fork | sepolia | sepolia-fork | local | mainnet | goerli-fork | goerli
ethereum:local:geth
: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
EcosystemAPI
EcosystemAPI.__getattr__()
EcosystemAPI.__getitem__()
EcosystemAPI.__ape_extra_attributes__()
EcosystemAPI.__hash__
EcosystemAPI.add_network()
EcosystemAPI.config
DependencyAPI.cached_manifest
DependencyAPI.compile()
DependencyAPI.config_override
DependencyAPI.contracts
DependencyAPI.contracts_folder
DependencyAPI.exclude
DependencyAPI.extract_manifest()
BaseInterfaceModel
A set of related networks, such as Ethereum.
Get a network by name using .
access.
Usage example:
-from ape import networks
-mainnet = networks.ecosystem.mainnet
-
Override this method to supply extra attributes
+to a model in Ape; this allow more properties
+to be available when invoking __getattr__
.
NetworkNotFoundError – When there is no network with the given name.
-network_name (str) – The name of the network to retrieve.
-Get a network by name.
-NetworkNotFoundError – When there is no network with the given name.
-network_name (str) – The name of the network to retrieve.
+A +series of instances defining extra model attributes.
Iterator[ExtraModelAttributes
]
A mapping of name to contract type of all the contracts +in this dependency.
+BaseInterface
BaseInterfaceModel
ExtraModelAttributes
+GeneratedDevAccount
GeneratedDevAccount.address
GeneratedDevAccount.private_key
An abstract base-class with manager access on a pydantic base model.
+Bases: BaseModel
A class for defining extra model attributes.
+The attributes.
+Get an attribute.
+name (str) – The name of the attribute.
+The attribute if it exists, else None
.
Optional[Any]
+Whether to use these in __getattr__
.
Whether to use these in __getitem__
.
The name of the attributes. This is important +in instances such as when an attribute is missing, +we can show a more accurate exception message.
+