Skip to content

Commit

Permalink
Merge pull request #6482 from ethereum-optimism/refcell/ctb-updates
Browse files Browse the repository at this point in the history
fix(ctb): Config Files for Foundry Update
  • Loading branch information
OptimismBot authored Jul 27, 2023
2 parents 1558f55 + feaa9d5 commit e3bc1e5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
1 change: 0 additions & 1 deletion packages/contracts-bedrock/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Deps and test files
node_modules
lib

# build output
Expand Down
25 changes: 15 additions & 10 deletions packages/contracts-bedrock/.gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
# 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
1 change: 0 additions & 1 deletion packages/contracts-bedrock/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
hardhat.config.ts
scripts
test
2 changes: 0 additions & 2 deletions packages/contracts-bedrock/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Deps and test files
node_modules
lib
contracts/vendor/*.sol

# build output
artifacts
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/slither.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit e3bc1e5

Please sign in to comment.