You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publish the canonical mainnet deployment manifest and tag the ABI so downstream monitors can pin it. This is literally the gate condition of shepherd #398: deployments/networks.json non-empty on a shepherd target chain.
Why
#35 required a chainId to registry address, deploy block, ABI version, and topic-0 set manifest consumed by monitoring services, but networks.json is still empty on develop despite the mainnet broadcast existing. Shepherd cannot start its structured wire swap until this lands, and its sol! mirrors need a tag to pin shapes and digests against.
Coordination note: merging this satisfies shepherd #398's gate condition (its done-when item 1), so whoever merges should also remove the blocked label from shepherd #398 and its train car.
Done when
deployments/networks.json carries the verified chainId-1 entry.
README no longer claims there are no deployments.
The abi-2.0.0 tag exists on the commit containing the manifest.
Publish the canonical mainnet deployment manifest and tag the ABI so downstream monitors can pin it. This is literally the gate condition of shepherd #398:
deployments/networks.jsonnon-empty on a shepherd target chain.Why
#35 required a chainId to registry address, deploy block, ABI version, and topic-0 set manifest consumed by monitoring services, but
networks.jsonis still empty on develop despite the mainnet broadcast existing. Shepherd cannot start its structured wire swap until this lands, and itssol!mirrors need a tag to pin shapes and digests against.Scope
0xf9ba6F64c9b41Df1cEe76A50e2039D3847064232, OwnedTWAP0x4E17A65D14e7f37D2A9F0389F17eFd41aAa64c91, deploy block 25674440, topic-0 set, abiVersion, verified againstbroadcast/deploy_OwnedStack.s.sol/1/run-latest.json.abi-2.0.0pinning ABIs, event shapes, and digests for shepherd's mirrors.Coordination note: merging this satisfies shepherd #398's gate condition (its done-when item 1), so whoever merges should also remove the
blockedlabel from shepherd #398 and its train car.Done when
deployments/networks.jsoncarries the verified chainId-1 entry.abi-2.0.0tag exists on the commit containing the manifest.Blocked by: #65.