Skip to content

Commit 94930f3

Browse files
add lib modules for erc721 dependencies (#390)
1 parent 2a35793 commit 94930f3

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@
1616
[submodule "lib/chainlink"]
1717
path = lib/chainlink
1818
url = https://github.com/smartcontractkit/chainlink
19+
[submodule "lib/ERC721A-Upgradeable"]
20+
path = lib/ERC721A-Upgradeable
21+
url = https://github.com/chiru-labs/ERC721A-Upgradeable
22+
[submodule "lib/ERC721A"]
23+
path = lib/ERC721A
24+
url = https://github.com/chiru-labs/ERC721A

foundry.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ remappings = [
1717
'@ds-test=lib/ds-test/src/',
1818
'@std=lib/forge-std/src/',
1919
'contracts/=contracts/',
20-
'erc721a-upgradeable/=node_modules/erc721a-upgradeable/',
21-
'erc721a/=node_modules/erc721a/',
20+
'erc721a-upgradeable/=lib/ERC721A-Upgradeable/',
21+
'erc721a/=lib/ERC721A/',
2222
]
2323
src = 'contracts'
2424
test = 'src/test'

lib/ERC721A

Submodule ERC721A added at 17fb77f

lib/ERC721A-Upgradeable

Submodule ERC721A-Upgradeable added at 80b4afb

0 commit comments

Comments
 (0)