Skip to content

Commit ac1724c

Browse files
committed
fix: add missing new lines
1 parent 8c06204 commit ac1724c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contracts/deployments/31337.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"CREATE2_SALT": "0x0000000000000000000000000000000000000000000000000000000000000009",
33
"SP1_VERIFIER_GATEWAY_GROTH16": "0xbC42A182543d5AF01f51040955D149A74C015098",
44
"V4_0_0_RC3_SP1_VERIFIER_GROTH16": "0x737A46c3A4579A452302130D762eFa66C6f81e28"
5-
}
5+
}

contracts/script/deploy/SP1VerifierGroth16Deployer.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ contract SP1VerifierScript is BaseScript {
3535
bytes4 selector = bytes4(ISP1VerifierWithHash(SP1_VERIFIER).VERIFIER_HASH());
3636
gateway.freezeRoute(selector);
3737
}
38-
}
38+
}

contracts/script/output/devnet/proof_aggregation_service_deployment_output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"alignedProofAggregationService": "0xcbEAF3BDe82155F56486Fb5a1072cb8baAf547cc",
44
"alignedProofAggregationServiceImplementation": "0xFD471836031dc5108809D173A067e8486B9047A3"
55
}
6-
}
6+
}

contracts/script/output/devnet/proof_aggregation_service_deployment_output.mock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"alignedProofAggregationService": "0xB0D4afd8879eD9F52b28595d31B441D079B2Ca07",
44
"alignedProofAggregationServiceImplementation": "0x1429859428C0aBc9C2C47C8Ee9FBaf82cFA0F20f"
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)