Skip to content

Commit

Permalink
Fix ethereum#1017 Set outputSelection to both *
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed May 12, 2023
1 parent aa66d61 commit 591840b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-sourcify/src/lib/CheckedContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function createJsonInputFromMetadata(
solcJsonInput.settings.outputSelection['*'] =
solcJsonInput.settings.outputSelection['*'] || {};

solcJsonInput.settings.outputSelection['*'][contractName] = [
solcJsonInput.settings.outputSelection['*']['*'] = [
'evm.bytecode.object',
'evm.deployedBytecode.object',
'evm.deployedBytecode.immutableReferences',
Expand Down

0 comments on commit 591840b

Please sign in to comment.