Skip to content

Commit

Permalink
Merge pull request #36 from keep-network/add-typescript
Browse files Browse the repository at this point in the history
Add `tbtc-v2.ts` module to the CI flow

We're ready to include the deploy of the `@keep-network/tbtc-v2.ts` to the CI flow. We're placing the `github.com/keep-network/tbtc-v2.ts` module after the `github.com/keep-network/tbtc-v2`, as `tbtc-v2.ts` has a dependency to the `tbtc-v2`, but not to any of the downstream modules.
  • Loading branch information
nkuba authored Feb 6, 2023
2 parents 2276d39 + d855887 commit bc25290
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions actions/notify-workflow-completed/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client",
"github.com/keep-network/tbtc-v2.ts"
]
},
"github.com/keep-network/tbtc-v2.ts": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
]
},
Expand Down
6 changes: 6 additions & 0 deletions actions/run-workflow/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client",
"github.com/keep-network/tbtc-v2.ts"
]
},
"github.com/keep-network/tbtc-v2.ts": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
]
},
Expand Down
6 changes: 6 additions & 0 deletions actions/upstream-builds-query/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client",
"github.com/keep-network/tbtc-v2.ts"
]
},
"github.com/keep-network/tbtc-v2.ts": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
]
},
Expand Down
6 changes: 6 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client",
"github.com/keep-network/tbtc-v2.ts"
]
},
"github.com/keep-network/tbtc-v2.ts": {
"workflow": "typescript.yml",
"downstream": [
"github.com/threshold-network/token-dashboard"
]
},
Expand Down

0 comments on commit bc25290

Please sign in to comment.