Skip to content

Instantly share code, notes, and snippets.

@nerg-kun
nerg-kun / USDCTest.t.sol
Created May 3, 2025 06:11 — forked from saucepoint/USDCTest.t.sol
Faucet yourself some USDC in foundry tests
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
// author: saucepoint
// run with a mainnet --fork-url such as:
// forge test --fork-url https://rpc.ankr.com/eth
import "forge-std/Test.sol";
// temporary interface for minting USDC