# Functions

CreateNewSubnet creates a new subnet and Subnet-EVM blockchain with the given genesis file.
CreateSubnetsSuite creates subnets for given [genesisFiles], and registers a before suite that starts an AvalancheGo process to use for the e2e tests.
GetDefaultChainURI returns the default chain URI for a given blockchainID.
GetFilesAndAliases returns a map of aliases to file paths in given [dir].
IssueTxsToActivateProposerVMFork issues transactions at the current timestamp, which should be after the ProposerVM activation time (aka ApricotPhase4).
No description provided by the author
No description provided by the author
Create the configuration that will enable creation and access to a subnet created on a temporary network.
RegisterNodeRun registers a before suite that starts an AvalancheGo process to use for the e2e tests and an after suite that stops the AvalancheGo process.
No description provided by the author
RunCommand starts the command [bin] with the given [args] and returns the command to the caller TODO cmd package mentions we can do this more efficiently with cmd.NewCmdOptions rather than looping and calling Status().
RunDefaultHardhatTests runs the hardhat tests in the given [testPath] on the blockchain with [blockchainID] [execPath] is the path where the test command is executed.
No description provided by the author

# Constants

Timeout to boot the AvalancheGo node.
No description provided by the author
Timeout for the health API to check the AvalancheGo is ready.

# Structs

No description provided by the author