Skip to content

Commit

Permalink
Add remappings for Foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanx committed Apr 28, 2024
1 parent dd9935b commit 3e0ef67
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,8 @@ yarn-error.log

# EthSign custom
package-lock.json
storageLayout
storageLayout

# Foundry
cache_forge
out
Empty file removed .gitmodules
Empty file.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"ethers": "^6.12.0",
"forge-std": "github:foundry-rs/forge-std#v1",
"hardhat": "2.20.0",
"hardhat-contract-sizer": "2.10.0",
"hardhat-deploy": "^0.12.4",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/
@openzeppelin/contracts-upgradeable/=node_modules/@openzeppelin/contracts-upgradeable/
erc721a-upgradeable/contracts/=node_modules/erc721a-upgradeable/contracts
ds-test/=node_modules/ds-test/src
forge-std/=node_modules/forge-std/src

0 comments on commit 3e0ef67

Please sign in to comment.