forge install: openzeppelin-contracts

v4.8.3
This commit is contained in:
r4bbit 2023-06-29 12:14:01 +02:00
parent ccce2c74bd
commit 4ca16e24a6
No known key found for this signature in database
GPG Key ID: E95F1E9447DC91A9
4 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "packages/contracts/lib/forge-std"]
path = packages/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "packages/contracts/lib/openzeppelin-contracts"]
path = packages/contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts

View File

@ -9,3 +9,4 @@ typechain-types
cache
artifacts
out

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

View File

@ -0,0 +1,2 @@
@openzeppelin/=lib/openzeppelin-contracts/