Compare commits

..

No commits in common. "97d07e9ea7a55e4558937a16428c7b4aadb550b0" and "1d7b3ea350d0c2ccd9b6ac0d6da25273109b064d" have entirely different histories.

5 changed files with 1 additions and 15 deletions

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/rari-capital/solmate

@ -1 +1 @@
Subproject commit 669e4a6a21a56b4232d45adbb83d234a4bbfc064
Subproject commit 74cfb77e308dd188d2f58864aaf44963ae6b88b1

@ -1 +0,0 @@
Subproject commit fadb2e2778adbf01c80275bfb99e5c14969d964b

View File

@ -1 +0,0 @@
@openzeppelin/=~/:node_modules/@openzeppelin

View File

@ -1,9 +0,0 @@
pragma solidity ^0.8.20;
import "solmate/tokens/ERC20.sol";
contract Token is ERC20("name", "symbol", 18){}
import "@openzeppelin/contracts/access/Ownable.sol";
contract TestOz is Ownable {}