pub(crate) async fn fetch_creation_code(
config: &mut Config,
contract: Address,
) -> Result<Bytes>Expand description
Connects to the configured RPC, pins config.chain to it, and fetches the creation code of
contract using its Etherscan creation transaction.