Commit c3e3d325 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #8197 from ethereum-optimism/ctb/label-eas

contracts-bedrock: label EAS predeploys in tests
parents c27bff09 9e4e1cad
...@@ -185,5 +185,7 @@ contract Setup is Deploy { ...@@ -185,5 +185,7 @@ contract Setup is Deploy {
vm.label(Predeploys.GAS_PRICE_ORACLE, "GasPriceOracle"); vm.label(Predeploys.GAS_PRICE_ORACLE, "GasPriceOracle");
vm.label(Predeploys.LEGACY_MESSAGE_PASSER, "LegacyMessagePasser"); vm.label(Predeploys.LEGACY_MESSAGE_PASSER, "LegacyMessagePasser");
vm.label(Predeploys.GOVERNANCE_TOKEN, "GovernanceToken"); vm.label(Predeploys.GOVERNANCE_TOKEN, "GovernanceToken");
vm.label(Predeploys.EAS, "EAS");
vm.label(Predeploys.SCHEMA_REGISTRY, "SchemaRegistry");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment