[profile.default]
fs_permissions = [{ access = "read-write", path = "./"}]
[rpc_endpoints]
mainnet = "https://mainnet.infura.io/v3/b1d3925804e74152b316ca7da97060d3"
optimism_goerli = "https://goerli.optimism.io/"
arbitrum_one_goerli = "https://goerli-rollup.arbitrum.io/rpc/"
needs_undefined_env_var = "${UNDEFINED_RPC_URL_PLACEHOLDER}"
[fmt]
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"]