From 41a03ba8bc21e4a0bad6b2f1dd1abf7acfaa27a0 Mon Sep 17 00:00:00 2001 From: Ragnar Date: Sun, 25 May 2025 11:51:36 +0200 Subject: [PATCH] Update Deploy.s.sol --- rvsol/scripts/Deploy.s.sol | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rvsol/scripts/Deploy.s.sol b/rvsol/scripts/Deploy.s.sol index a2c937af..ad048250 100644 --- a/rvsol/scripts/Deploy.s.sol +++ b/rvsol/scripts/Deploy.s.sol @@ -92,8 +92,10 @@ contract Deploy is Deployer { vm.toString(Claim.unwrap(riscvAbsolutePrestate_)) ); } else { - revert("Currently Asterisc only supports local devnet"); - // TODO: Add Asterisc absolute prestate into OP stack deploy config + console.log( + "[Asterisc Dispute Game] Using absolute prestate from config: %x", cfg.faultGameAbsolutePrestate() + ); + riscvAbsolutePrestate_ = Claim.wrap(bytes32(cfg.faultGameAbsolutePrestate())); } }