We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b64a7 commit bbd183cCopy full SHA for bbd183c
.github/config/regression-tests.yml
@@ -395,6 +395,7 @@ repositories:
395
forge-version: v0.3.0
396
remappings: |
397
forge-std=test/utils/forge-std/
398
+ src/=src/
399
hardhat-config: |
400
export default {
401
"paths": {
@@ -834,6 +835,14 @@ repositories:
834
835
- hardhat compile
836
- hardhat test solidity
837
838
+ remappings: |
839
+ @openzeppelin/contracts/=node_modules/@openzeppelin/contracts/
840
+ @prb/math/=node_modules/@prb/math/
841
+ @sablier/v2-core/=node_modules/@sablier/v2-core/
842
+ forge-std/=node_modules/forge-std/
843
+ solady/=node_modules/solady/
844
+ precompiles/=precompiles/
845
846
847
848
0 commit comments