Commit e3bc1e5f authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6482 from ethereum-optimism/refcell/ctb-updates

fix(ctb): Config Files for Foundry Update
parents 1558f559 feaa9d51
# Deps and test files
node_modules
lib
# build output
......
# Artifacts and Cache
artifacts
forge-artifacts
cache
broadcast
typechain
# Metrics
coverage.out
.deps
broadcast
genesis.json
src/contract-artifacts.ts
tmp-artifacts
deployments/mainnet-forked
deploy-config/mainnet-forked.json
resource-metering.csv
# Tests
test-case-generator/fuzz
.resource-metering.csv
# Scripts
scripts/differential-testing/differential-testing
# Environment Variables
.envrc
!.envrc.example
# Deployments
deployments/900
deployments/901
deployments/hardhat
.envrc
!.envrc.example
deployments/getting-started
deployments/*/.deploy
# Deps and test files
node_modules
lib
contracts/vendor/*.sol
# build output
artifacts
......
......@@ -10,6 +10,6 @@
"hardhat_ignore_compile": false,
"disable_color": false,
"exclude_dependencies": true,
"filter_paths": "contracts/test,contracts/vendor,node_modules,contracts/cannon/MIPS.sol",
"filter_paths": "test,src/vendor,lib,src/cannon/MIPS.sol",
"foundry_out_directory": "artifacts"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment