From 13ef0760b8580a459c583f13fae65547b3f522a9 Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Fri, 10 Jan 2025 17:01:29 -1000 Subject: [PATCH] Bump nitro-validator library --- contracts/lib/nitro-validator | 2 +- contracts/script/DeploySystem.s.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/lib/nitro-validator b/contracts/lib/nitro-validator index 7879d9b..cc45e9c 160000 --- a/contracts/lib/nitro-validator +++ b/contracts/lib/nitro-validator @@ -1 +1 @@ -Subproject commit 7879d9b667e576e39edc9803e1660b4ddb89d934 +Subproject commit cc45e9c9e4a359038bc8da020acd463caf436307 diff --git a/contracts/script/DeploySystem.s.sol b/contracts/script/DeploySystem.s.sol index fee81ad..272027c 100644 --- a/contracts/script/DeploySystem.s.sol +++ b/contracts/script/DeploySystem.s.sol @@ -133,7 +133,7 @@ contract DeploySystem is Deploy { uint256 timestamp = vm.getBlockTimestamp(); vm.warp(1732580000); - ICertManager(certManagerAddress).verifyCert(cert, true, keccak256(parent)); + ICertManager(certManagerAddress).verifyCACert(cert, keccak256(parent)); vm.warp(timestamp); }