Skip to content

Commit

Permalink
fix: kind smoke (#12084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Feb 18, 2025
1 parent 477dc35 commit df827c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/circuit-types/src/versioning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function getComponentsVersionsFromConfig(
): ComponentsVersions {
return {
l1ChainId: config.l1ChainId,
l1RollupAddress: config.l1Contracts.rollupAddress,
l1RollupAddress: config.l1Contracts?.rollupAddress, // This should not be undefined, but sometimes the config lies to us and it is...
l2ChainVersion: config.version,
l2ProtocolContractsTreeRoot: l2ProtocolContractsTreeRoot.toString(),
l2CircuitsVkTreeRoot: l2CircuitsVkTreeRoot.toString(),
Expand Down

0 comments on commit df827c5

Please sign in to comment.