We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408a43e commit 340d870Copy full SHA for 340d870
crytic_compile/platform/solc.py
@@ -67,7 +67,7 @@ def export(crytic_compile, **kwargs):
67
abi = abi.replace('True', 'true')
68
abi = abi.replace('False', 'false')
69
abi = abi.replace(' ', '')
70
- exported_name = combine_filename_name(crytic_compile.contracts_filenames[contract_name].used, contract_name)
+ exported_name = combine_filename_name(crytic_compile.contracts_filenames[contract_name].absolute, contract_name)
71
contracts[exported_name] = {
72
'srcmap': ';'.join(crytic_compile.srcmap_init(contract_name)),
73
'srcmap-runtime': ';'.join(crytic_compile.srcmap_runtime(contract_name)),
0 commit comments