...ED
pragma solidity ^0.8.17;
import "forge-std/Test.sol";
// Assume Target and Relayer contracts are defined above or imported
contract RelayerTest is Test {
Target target;
Relayer relayer;
address maliciousForwarder;
bytes testData;
function setUp() public {
target = n...
... Note that this is the rustc version that ships with Solana tools and not your system's rustc version. Use `solana-install update` or head over to https://docs.solanalabs.com/cli/install to install a newer version.
bytemuck_derive@1.9.2 requires rustc 1.84
Either upgrade rustc or ...
...tion of an Optimism network. All
* configuration is stored on L1 and picked up by L2 as part of the derviation of the L2
* chain.
*/
contract SystemConfig is OwnableUpgradeable, Semver {
/**
* @notice Enum representing different types of updates.
*
* @cu...