ordershapes

This commit is contained in:
tim
2024-09-15 00:59:47 -04:00
parent 80e03f648b
commit 09ef4c5f43
10 changed files with 295 additions and 92 deletions

View File

@@ -131,3 +131,5 @@ export function abiPath(name) {
const file = files[name]
return `${file??name}.sol/${name}.json`
}