Skip to content

Instantly share code, notes, and snippets.

View alucart2005's full-sized avatar
🎯
Focusing

Napoleon Anaya Romero alucart2005

🎯
Focusing
View GitHub Profile
@alucart2005
alucart2005 / .deps...npm...forge-std...Test.sol
Created October 27, 2025 22:13
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: Unlicense
pragma solidity >=0.6.0 <0.9.0;
import "./Script.sol";
import "ds-test/test.sol";
// Wrappers around Cheatcodes to avoid footguns
abstract contract Test is DSTest, Script {
using stdStorage for StdStorage;