mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-29 00:47:13 -04:00
💾
This commit is contained in:
parent
7c4b4cc16f
commit
fd8a437ebf
70 changed files with 10585 additions and 1 deletions
21
advanced_expert/foundry_exploits/lib/forge-std/foundry.toml
Normal file
21
advanced_expert/foundry_exploits/lib/forge-std/foundry.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
[profile.default]
|
||||
fs_permissions = [{ access = "read-write", path = "./"}]
|
||||
|
||||
[rpc_endpoints]
|
||||
# The RPC URLs are modified versions of the default for testing initialization.
|
||||
mainnet = "https://mainnet.infura.io/v3/16a8be88795540b9b3903d8de0f7baa5" # Different API key.
|
||||
optimism_goerli = "https://goerli.optimism.io/" # Adds a trailing slash.
|
||||
arbitrum_one_goerli = "https://goerli-rollup.arbitrum.io/rpc/" # Adds a trailing slash.
|
||||
needs_undefined_env_var = "${UNDEFINED_RPC_URL_PLACEHOLDER}"
|
||||
|
||||
[fmt]
|
||||
# These are all the `forge fmt` defaults.
|
||||
line_length = 120
|
||||
tab_width = 4
|
||||
bracket_spacing = false
|
||||
int_types = 'long'
|
||||
multiline_func_header = 'attributes_first'
|
||||
quote_style = 'double'
|
||||
number_underscore = 'preserve'
|
||||
single_line_statement_blocks = 'preserve'
|
||||
ignore = ["src/console.sol", "src/console2.sol"]
|
Loading…
Add table
Add a link
Reference in a new issue