Skip to content

Commit

Permalink
Use forge-std instead of excerpted files
Browse files Browse the repository at this point in the history
forge install: forge-std

v1.7.4
  • Loading branch information
matejos committed Mar 12, 2024
1 parent 8d06ce1 commit ffe7798
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 1,890 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "packages/contracts/evm-contracts/lib/forge-std"]
path = packages/contracts/evm-contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
contract-types/
packaged/
packages/engine/paima-rest/src/tsoa/routes.ts
packages/contracts/evm-contracts/test-lib
packages/contracts/evm-contracts/lib
packages/contracts/evm-contracts/typechain-types
4 changes: 2 additions & 2 deletions packages/contracts/evm-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
src = 'contracts' # the source directory
test = 'test' # the test directory
out = 'artifacts/forge' # the output directory (for artifacts)
libs = ['test-lib'] # a list of library directories
libs = ['lib'] # a list of library directories
remappings = [ # a list of remappings
'@openzeppelin/=../../../node_modules/@openzeppelin/',
'@openzeppelin/=../../../node_modules/@openzeppelin/'
]
cache_path = 'cache/forge'
allow_paths = ["../../../node_modules"]
Expand Down
1 change: 1 addition & 0 deletions packages/contracts/evm-contracts/lib/forge-std
Submodule forge-std added at 155d54
84 changes: 0 additions & 84 deletions packages/contracts/evm-contracts/test-lib/cheatcodes.sol

This file was deleted.

Loading

0 comments on commit ffe7798

Please sign in to comment.