export abiPath

This commit is contained in:
Tim
2024-07-12 17:10:03 -04:00
parent 834c03eabc
commit fe3b26c591

View File

@@ -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`
}