Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
feat (versioning): update solc, forge, install openz
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeanAsad committed Aug 5, 2023
1 parent caf3cb4 commit f689ecc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Compile
run: |
forge build --build-info
solc-select install 0.8.17
solc-select use 0.8.17
solc-select install 0.8.21
solc-select use 0.8.21
- name: Run forge tests
run: forge test -vvv
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std.git
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
1 change: 1 addition & 0 deletions contract-utils/openzeppelin-contracts
Submodule openzeppelin-contracts added at 54a235
1 change: 1 addition & 0 deletions lib/openzeppelin-contracts
Submodule openzeppelin-contracts added at 54a235
1 change: 1 addition & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ds-test/=lib/forge-std/lib/ds-test/src/
forge-std/=lib/forge-std/src/
openzeppelin-contracts/=lib/openzeppelin-contracts/contracts/

0 comments on commit f689ecc

Please sign in to comment.