3_adding_new_archival
Overview
Service QoS Configurations
Adding an Archival Check By Example: Polygon zkEVM
Polygon zkEVM5
Add the new archival check configuration
// Polygon zkEVM
evm.NewEVMServiceQoSConfig("F029", "0x44d", evm.NewEVMArchivalCheckConfig(
// https://zkevm.polygonscan.com/address/0xee1727f5074e747716637e1776b7f7c7133f16b1
"0xee1727f5074E747716637e1776B7F7C7133f16b1",
// Contract start block
111,
)),Line
Description
Example
Additional Resources
Was this helpful?
