Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Update Mesh to major version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz committed Dec 5, 2019
1 parent bb1950f commit 4309a1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/launch-kit-wizard",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"bin": {
"create-launch-kit-app": "./lib/index.js"
Expand Down
13 changes: 7 additions & 6 deletions src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,21 @@ services:${isGanache ? ganacheService : ''}
ports:
- '3000:3000'
mesh:
image: 0xorg/mesh:0xV3
image: 0xorg/mesh:7-0xv3
restart: always
environment:
ETHEREUM_RPC_URL: '${options.rpcUrl}'
ETHEREUM_CHAIN_ID: '${chainId}'
ETHEREUM_NETWORK_ID: '${networkId}'
USE_BOOTSTRAP_LIST: 'true'
VERBOSITY: 3
PRIVATE_KEY_PATH: ''
RPC_ADDR: 'mesh:60557'
# You can decrease the BLOCK_POLLING_INTERVAL for test networks to
# improve performance. See https://0x-org.gitbook.io/mesh/ for more
# Documentation about Mesh and its environment variables.
BLOCK_POLLING_INTERVAL: '5s'
P2P_LISTEN_PORT: '60557'
RPC_ADDR: 0.0.0.0:60557
ports:
- '60557:60557'
- '60558:60558'
- '60559:60559'
nginx:
image: nginx
ports:
Expand Down

0 comments on commit 4309a1b

Please sign in to comment.