Skip to content

Commit

Permalink
let hardhat and pnpm handle packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Dec 28, 2024
1 parent 84fb087 commit c781554
Show file tree
Hide file tree
Showing 68 changed files with 91 additions and 27,753 deletions.
9 changes: 0 additions & 9 deletions .gitmodules

This file was deleted.

16 changes: 8 additions & 8 deletions contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ systemVersion = '1.0.0'
title = 'Example Foundry Configuration'
version = '1.0.0'
# Project structure
libs = ['lib'] # Directories to search for libraries
libs = ['node_modules'] # Directories to search for libraries
out = 'out' # Output directory for compiled artifacts
script = 'script' # Script directory
src = 'src' # Source directory
test = 'test' # Test directory

# Remappings
auto_detect_remappings = true # Automatically detect remappings in 'libs' directories
remappings = [] # Manual remappings in the form 'namespace=path'
remappings = [] # Manual remappings in the form 'namespace=path'

# Compilation settings
allow_paths = [] # Additional paths allowed by the compiler
allow_paths = [] # Additional paths allowed by the compiler
auto_detect_solc = true # Automatically detect the Solidity compiler version
evm_version = 'london' # EVM version to target
extra_output = [] # Additional outputs from the compiler
extra_output_files = [] # Additional output files from the compiler
include_paths = [] # Additional include paths for the compiler
extra_output = [] # Additional outputs from the compiler
extra_output_files = [] # Additional output files from the compiler
include_paths = [] # Additional include paths for the compiler
offline = false # Disable downloading missing solc versions
optimizer = true # Enable the optimizer
optimizer_runs = 200 # Number of optimizer runs
Expand All @@ -41,13 +41,13 @@ broadcast = 'broadcast' # Directory for broadcast logs

# Error handling
deny_warnings = false # Treat warnings as errors
ignored_error_codes = [1878, 5574] # Compiler error codes to ignore
ignored_error_codes = [1878, 5574] # Compiler error codes to ignore

# RPC settings
eth_rpc_url = '' # Ethereum RPC URL
etherscan_api_key = '' # Etherscan API key for contract verification
no_storage_caching = false # Disable storage caching
rpc_storage_caching = {chains = 'all', endpoints = 'all'}# RPC storage caching configuration
rpc_storage_caching = {chains = 'all', endpoints = 'all'}# RPC storage caching configuration

# Gas reporting
gas_reports = ['*'] # Contracts to include in gas reports
Expand Down
1 change: 0 additions & 1 deletion contracts/lib/account-abstraction
Submodule account-abstraction deleted from 7af70c
1 change: 0 additions & 1 deletion contracts/lib/forge-std/.gitattributes

This file was deleted.

128 changes: 0 additions & 128 deletions contracts/lib/forge-std/.github/workflows/ci.yml

This file was deleted.

31 changes: 0 additions & 31 deletions contracts/lib/forge-std/.github/workflows/sync.yml

This file was deleted.

4 changes: 0 additions & 4 deletions contracts/lib/forge-std/.gitignore

This file was deleted.

Loading

0 comments on commit c781554

Please sign in to comment.