-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MobyMask contract deployment and watcher services
- Loading branch information
1 parent
27e334c
commit 59f6059
Showing
5 changed files
with
50 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,10 @@ repos: | |
# nitro repos | ||
- github.com/cerc-io/ts-nitro | ||
- github.com/cerc-io/go-nitro@pm-disable-compression | ||
# mobymask watcher repos | ||
- github.com/cerc-io/[email protected] | ||
- github.com/cerc-io/[email protected] # TODO: Update | ||
- github.com/cerc-io/[email protected] | ||
containers: | ||
# fixturenet images | ||
- cerc/go-ethereum | ||
|
@@ -22,10 +26,15 @@ containers: | |
- cerc/ipld-eth-server | ||
- cerc/nitro-contracts | ||
- cerc/go-nitro | ||
# mobymask watcher images | ||
- cerc/watcher-ts | ||
- cerc/watcher-mobymask-v3 | ||
- cerc/mobymask | ||
pods: | ||
- fixturenet-eth | ||
- ipld-eth-server | ||
- ipld-eth-db | ||
- nitro-contracts | ||
- go-nitro | ||
- nitro-reverse-payment-proxy | ||
- watcher-mobymask-v3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ name: mobymask-v3 | |
repos: | ||
- github.com/cerc-io/ts-nitro | ||
- github.com/cerc-io/[email protected] | ||
- github.com/cerc-io/mobymask-v2-watcher-ts@v3 | ||
- github.com/cerc-io/mobymask-v2-watcher-ts@v0.2.0 | ||
- github.com/cerc-io/[email protected] | ||
- github.com/cerc-io/mobymask-ui | ||
containers: | ||
|