From 644755dc0dcdb56904a7df953c8ac28e3cf54575 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sun, 9 Oct 2022 23:57:37 +0100 Subject: [PATCH] Drop OpenZeppelin --- .gitmodules | 3 --- foundry.toml | 1 - lib/openzeppelin-contracts | 1 - 3 files changed, 5 deletions(-) delete mode 160000 lib/openzeppelin-contracts diff --git a/.gitmodules b/.gitmodules index dd31873..d25992c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "lib/solmate"] path = lib/solmate url = https://github.com/rari-capital/solmate -[submodule "lib/openzeppelin-contracts"] - path = lib/openzeppelin-contracts - url = https://github.com/OpenZeppelin/openzeppelin-contracts [submodule "lib/puretea"] path = lib/puretea url = https://github.com/axic/puretea diff --git a/foundry.toml b/foundry.toml index 058e410..6d21d55 100644 --- a/foundry.toml +++ b/foundry.toml @@ -8,7 +8,6 @@ solc = "0.8.17" # See more config options https://github.com/gakonst/foundry/tree/master/config remappings = [ - '@openzeppelin=lib/openzeppelin-contracts/', 'forge-std=lib/forge-std/src/', ] diff --git a/lib/openzeppelin-contracts b/lib/openzeppelin-contracts deleted file mode 160000 index 83277ff..0000000 --- a/lib/openzeppelin-contracts +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 83277ff916ac4f58fec072b8f28a252c1245c2f1