Skip to content

Commit

Permalink
Add generated statics and abi generation
Browse files Browse the repository at this point in the history
  • Loading branch information
smitch88 committed Sep 1, 2023
1 parent 7ae33b2 commit d83d00f
Show file tree
Hide file tree
Showing 227 changed files with 108,307 additions and 8,415 deletions.
10 changes: 10 additions & 0 deletions libs/shared/contracts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
"libs/shared/contracts/**/*.{ts,tsx,js,jsx}"
]
}
},
"generate-abis": {
"executor": "nx:run-commands",
"options": {
"commands": [
"ts-node libs/shared/contracts/src/generateABIs.ts",
"npx prettier ./libs/shared/contracts/src/abis --write"
],
"parallel": false
}
}
}
}
Loading

0 comments on commit d83d00f

Please sign in to comment.