[api] fix: add forge-std submodule [LIT-890] (#85)
This commit is contained in:
committed by
GitHub
parent
80b90d25d1
commit
76521f7fc7
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "apps-node/api/contracts/lib/forge-std"]
|
||||
path = apps-node/api/contracts/lib/forge-std
|
||||
url = https://github.com/foundry-rs/forge-std
|
@@ -7,3 +7,4 @@ generated-artifacts
|
||||
generated-wrappers
|
||||
foundry-artifacts
|
||||
foundry-cache
|
||||
forge-std
|
@@ -5,16 +5,16 @@ test = 'test'
|
||||
path_pattern = '*.t.sol'
|
||||
libs = ["lib"]
|
||||
remappings = [
|
||||
'@0x/contracts-utils/=../node_modules/@0x/contracts-utils/',
|
||||
'@0x/contracts-erc20/=../node_modules/@0x/contracts-erc20/',
|
||||
'@0x/contracts-zero-ex/=../node_modules/@0x/contracts-zero-ex/',
|
||||
'@uniswap/v3-core/=../node_modules/@uniswap/v3-core/',
|
||||
'@uniswap/v3-periphery/=../node_modules/@uniswap/v3-periphery/',
|
||||
'@kybernetwork/=../node_modules/@kybernetwork/',
|
||||
'@cryptoalgebra/core/=../node_modules/@cryptoalgebra/core/',
|
||||
'@cryptoalgebra/periphery/=../node_modules/@cryptoalgebra/periphery/'
|
||||
'@0x/contracts-utils/=../../../node_modules/@0x/contracts-utils/',
|
||||
'@0x/contracts-erc20/=../../../node_modules/@0x/contracts-erc20/',
|
||||
'@0x/contracts-zero-ex/=../../../node_modules/@0x/contracts-zero-ex/',
|
||||
'@uniswap/v3-core/=../../../node_modules/@uniswap/v3-core/',
|
||||
'@uniswap/v3-periphery/=../../../node_modules/@uniswap/v3-periphery/',
|
||||
'@kybernetwork/=../../../node_modules/@kybernetwork/',
|
||||
'@cryptoalgebra/core/=../../../node_modules/@cryptoalgebra/core/',
|
||||
'@cryptoalgebra/periphery/=../../../node_modules/@cryptoalgebra/periphery/'
|
||||
]
|
||||
allow_paths = ["../node_modules"]
|
||||
allow_paths = ["../../../node_modules"]
|
||||
cache_path = 'foundry-cache'
|
||||
optimizer_runs = 1000000
|
||||
fs_permissions = [{ access = "read-write", path = "./"}]
|
1
apps-node/api/contracts/lib/forge-std
Submodule
1
apps-node/api/contracts/lib/forge-std
Submodule
Submodule apps-node/api/contracts/lib/forge-std added at c2236853aa
Reference in New Issue
Block a user