Skip to content

Instantly share code, notes, and snippets.

View Mouradif's full-sized avatar

Mourad Kejji Mouradif

View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
import {Test} from "forge-std/Test.sol";
import {console} from "forge-std/console.sol";
import {console2} from "forge-std/console2.sol";
contract SimpleReplayTest is Test {
function testSimpleReplay() public {
string memory rpcUrl = vm.envString("MAINNET_RPC_URL");