Evm_node_lib_dev.Constantsval supported_networks : Evm_node_config.Configuration.supported_network listEtherlink networks supported by this EVM node.
val network_name : Evm_node_config.Configuration.supported_network -> stringName of Etherlink network.
val rollup_address :
Evm_node_config.Configuration.supported_network ->
Tezos_crypto.Hashed.Smart_rollup_address.tval network_of_address :
Tezos_crypto.Hashed.Smart_rollup_address.t ->
Evm_node_config.Configuration.supported_network optionval kernel_from_string : string -> kernel optionkernel_is_older a ~than:b returns true if kernel a is strictly older than kernel b.
kernel_is_newer a ~than:b returns true if kernel a is strictly newer than kernel b.
val root_hash_from_released_kernel :
kernel ->
Tezos_base.TzPervasives.Hex.t optionReturns the root hash of a released kernel, or None for Latest whose root hash changes over time.
val michelson_runtime_node_version :
smart_rollup_address:Tezos_crypto.Hashed.Smart_rollup_address.t ->
l2_chain_id:Evm_node_lib_dev_encoding.L2_types.chain_id ->
Tezos_version.Octez_node_version.tmichelson_runtime_node_version ~smart_rollup_address ~l2_chain_id is the version reported by the /version RPC of the Michelson runtime. Its chain name is prefixed with TEZOS_MAINNET on Mainnet, which is how octez-client selects the Mainnet disclaimer over the testnet one.