export abiPath
This commit is contained in:
@@ -111,7 +111,7 @@ const files = {
|
|||||||
// 'IVaultLogic' : 'IVault', // for example
|
// 'IVaultLogic' : 'IVault', // for example
|
||||||
}
|
}
|
||||||
|
|
||||||
function abiPath(name) {
|
export function abiPath(name) {
|
||||||
const file = files[name]
|
const file = files[name]
|
||||||
return `${file?file:name}.sol/${name}.json`
|
return `${file?file:name}.sol/${name}.json`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user