Skip to main content

Module deployment_info

Module deployment_info 

Source
Expand description

Compile-time embedded deployment-info for all supported networks.

TOMLs are embedded at compile time so the binary is self-contained and verification never depends on the local filesystem.

Structsยง

DeploymentInfo
Full deployment-info for a network.
RawContractSection ๐Ÿ”’
RawDeploymentInfo ๐Ÿ”’
RawMember ๐Ÿ”’
RawTimelockSection ๐Ÿ”’
TimelockInfo
Resolved timelock wiring for a single timelock (ops or safe_exit).

Constantsยง

DECAF_TOML ๐Ÿ”’
HOODI_TOML ๐Ÿ”’
MAINNET_TOML ๐Ÿ”’

Functionsยง

deployment_info
Return embedded deployment-info for network.
parse_deployment_info ๐Ÿ”’