diff --git a/src/common.js b/src/common.js index 6cc7e1c..ffa28db 100644 --- a/src/common.js +++ b/src/common.js @@ -111,7 +111,7 @@ const files = { // 'IVaultLogic' : 'IVault', // for example } -function abiPath(name) { +export function abiPath(name) { const file = files[name] return `${file?file:name}.sol/${name}.json` }