Skip to content

Commit

Permalink
Merge branch 'feat/implement-swap-routes' of github.com:OriginProtoco…
Browse files Browse the repository at this point in the history
…l/origin-defi into feat/implement-swap-routes
  • Loading branch information
toniocodo committed Sep 1, 2023
2 parents 005f374 + 437e007 commit 77e7063
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 77e7063

Please sign in to comment.