Skip to content

[DO NOT MERGE] - Validate New Chain Deployment using OPCM - Sepolia #524

[DO NOT MERGE] - Validate New Chain Deployment using OPCM - Sepolia

[DO NOT MERGE] - Validate New Chain Deployment using OPCM - Sepolia #524

name: Rollup Config and Genesis Diff
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
compute-genesis-diff:
uses: ./.github/workflows/diff-workflow.yml
permissions:
pull-requests: write
with:
command: generate-genesis
directory: generate-genesis
message: "Detected nonzero diff in genesis. This PR modifies the genesis data of at least one chain in the registry, which may or may not have been intended"
compute-rollup-config-diff:
uses: ./.github/workflows/diff-workflow.yml
permissions:
pull-requests: write
with:
command: generate-rollup-config
directory: generate-rollup-config
message: "Detected nonzero diff in rollup config. This PR modifies the configuration of at least one chain in the registry, which may or may not have been intended"