[profile.default] # General src = 'src' out = 'out' libs = ["node_modules", "lib"] # Compiler auto_detect_solc = true via_ir = true optimizer = true optimizer-runs = 200 # Network chain_id = 1 rpc_endpoints = { mainnet = "${MAINNET_RPC_URL}" } # Tests verbosity = 3 [fmt] line_length = 140 number_underscore = 'thousands' bracket_spacing = true