Skip to content

Commit

Permalink
feat: add deployer service
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Sep 13, 2024
1 parent 07b0754 commit 27e50b8
Show file tree
Hide file tree
Showing 22 changed files with 4,025 additions and 95 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ yarn-error.log*
# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables
.env
.env*.local
deploy-config.json
deployed-contracts.json
packages/coordinator/deploy-config.json
packages/coordinator/deployed-contracts.json

# vercel
.vercel
Expand Down
2 changes: 2 additions & 0 deletions packages/contracts/ts/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export { ERegistryManagerRequestType, ERegistryManagerRequestStatus } from "./constants";

export * from "../typechain-types";
Loading

0 comments on commit 27e50b8

Please sign in to comment.