Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions rvsol/scripts/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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()));
}
}

Expand Down