Skip to content

Instantly share code, notes, and snippets.

View smitch88's full-sized avatar

Scott Mitchell smitch88

  • Md
View GitHub Profile
@mitche50
mitche50 / create2factory.sol
Created March 17, 2024 17:43
Efficient Immutable Create2 Factory Foundry Test Base
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity 0.8.19;
import "forge-std/console.sol";
import "forge-std/StdCheats.sol";
import "forge-std/StdAssertions.sol";
import "forge-std/StdUtils.sol";
import {TestBase} from "forge-std/Base.sol";
interface IImmutableCreate2Factory {