Skip to content

Commit b3397b6

Browse files
authored
Add FreshCryptoLib as proper submodule (#133)
chore: remapping in toml and recursive Fix GitHub Actions submodule issues - Add submodules: recursive to checkout action - Add remappings to foundry.toml for better CI reliability - Remove orphaned FreshCryptoLib submodule (duplicate of FCL) Add FreshCryptoLib as proper submodule - Added submodule entry in .gitmodules - Updated remappings in both foundry.toml and remappings.txt - Pinned to specific commit d9bb3b0fc6b737af2c70dab246cabbc7d05afc3c chore: reverting changes in the foundry toml
1 parent d287cb2 commit b3397b6

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@
2222
[submodule "lib/erc7579-implementation"]
2323
path = lib/erc7579-implementation
2424
url = https://github.com/erc7579/erc7579-implementation
25+
[submodule "lib/FreshCryptoLib"]
26+
path = lib/FreshCryptoLib
27+
url = https://github.com/rdubois-crypto/FreshCryptoLib

lib/FreshCryptoLib

Submodule FreshCryptoLib added at d9bb3b0

remappings.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ forge-std/=lib/forge-std/src/
77
@bytes-utils/=lib/solidity-bytes-utils/contracts/
88
@FCL/=lib/FCL/solidity/src/
99
@erc7579/=lib/erc7579-implementation/src/
10-
@SCL=lib/SCL/src
10+
@SCL=lib/SCL/src
11+
FreshCryptoLib/=lib/FreshCryptoLib/solidity/src/

0 commit comments

Comments
 (0)