Update mobymask-v3 stack (#563)
This commit is contained in:
parent
9e56f6357d
commit
8c4ed24dfc
@ -70,6 +70,7 @@ services:
|
|||||||
command: "/run-op-geth.sh"
|
command: "/run-op-geth.sh"
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:8545:8545"
|
- "0.0.0.0:8545:8545"
|
||||||
|
- "0.0.0.0:8546:8546"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "nc", "-vz", "localhost:8545"]
|
test: ["CMD", "nc", "-vz", "localhost:8545"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
@ -2,11 +2,11 @@ version: "1.0"
|
|||||||
description: "MobyMask v3 stack"
|
description: "MobyMask v3 stack"
|
||||||
name: mobymask-v3
|
name: mobymask-v3
|
||||||
repos:
|
repos:
|
||||||
- github.com/cerc-io/ts-nitrov0.1.12
|
- github.com/cerc-io/ts-nitro@v0.1.13
|
||||||
- github.com/cerc-io/watcher-ts@v0.2.57
|
- github.com/cerc-io/watcher-ts@v0.2.63
|
||||||
- github.com/cerc-io/mobymask-v2-watcher-ts@v3 # TODO: Update after fixes
|
- github.com/cerc-io/mobymask-v2-watcher-ts@v0.2.2
|
||||||
- github.com/cerc-io/MobyMask@v0.1.3
|
- github.com/cerc-io/MobyMask@v0.1.3
|
||||||
- github.com/cerc-io/mobymask-ui@v0.2.0
|
- github.com/cerc-io/mobymask-ui@v0.2.1
|
||||||
containers:
|
containers:
|
||||||
- cerc/nitro-contracts
|
- cerc/nitro-contracts
|
||||||
- cerc/watcher-ts
|
- cerc/watcher-ts
|
||||||
|
@ -23,7 +23,7 @@ laconic-so --stack mobymask-v3 build-containers --exclude cerc/mobymask-ui
|
|||||||
Create and update an env file to be used in the next step ([defaults](../../config/watcher-mobymask-v3/mobymask-params.env)):
|
Create and update an env file to be used in the next step ([defaults](../../config/watcher-mobymask-v3/mobymask-params.env)):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# External ETH RPC endpoint (L2 Optimism geth)
|
# External ETH RPC endpoint for contract(s) deployment
|
||||||
CERC_ETH_RPC_ENDPOINT=
|
CERC_ETH_RPC_ENDPOINT=
|
||||||
|
|
||||||
# External ETH RPC endpoint used for queries in the watcher
|
# External ETH RPC endpoint used for queries in the watcher
|
||||||
@ -32,6 +32,9 @@ Create and update an env file to be used in the next step ([defaults](../../conf
|
|||||||
# External ETH RPC endpoint used for mutations in the watcher
|
# External ETH RPC endpoint used for mutations in the watcher
|
||||||
CERC_ETH_RPC_MUTATION_ENDPOINT=
|
CERC_ETH_RPC_MUTATION_ENDPOINT=
|
||||||
|
|
||||||
|
# External ETH endpoint used by watcher's Nitro node
|
||||||
|
CERC_NITRO_CHAIN_URL=
|
||||||
|
|
||||||
# Specify the an account PK for contract deployment
|
# Specify the an account PK for contract deployment
|
||||||
CERC_PRIVATE_KEY_DEPLOYER=
|
CERC_PRIVATE_KEY_DEPLOYER=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user