hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
21 lines • 718 B
JavaScript
export const DEFAULT_OUTPUT_SELECTION = {
"*": {
"": ["ast"],
"*": [
"abi",
"evm.bytecode.linkReferences",
"evm.bytecode.object",
"evm.bytecode.opcodes",
"evm.bytecode.sourceMap",
"evm.deployedBytecode.immutableReferences",
"evm.deployedBytecode.linkReferences",
"evm.deployedBytecode.object",
"evm.deployedBytecode.opcodes",
"evm.deployedBytecode.sourceMap",
"evm.methodIdentifiers",
],
},
};
// This is the default that solc uses, which we also use during resolution
export const SOLC_DEFAULT_OPTIMIZER_RUNS = 200;
//# sourceMappingURL=constants.js.map