Update remappings and install instructions for Foundry on docs site (#4498)

Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
Francisco
2023-08-08 23:22:57 -03:00
committed by GitHub
parent cb0ffefe2f
commit 8643fd45fd
8 changed files with 29 additions and 15 deletions

View File

@ -4,7 +4,7 @@ pragma solidity ^0.8.20;
import {Test} from "forge-std/Test.sol";
import {ShortStrings, ShortString} from "../../contracts/utils/ShortStrings.sol";
import {ShortStrings, ShortString} from "@openzeppelin/contracts/utils/ShortStrings.sol";
contract ShortStringsTest is Test {
string _fallback;