From 4309a1b9b9154e1fadcc0a584593f5fac2f1e98a Mon Sep 17 00:00:00 2001 From: Jacob Evans Date: Thu, 5 Dec 2019 13:15:55 -0800 Subject: [PATCH] Update Mesh to major version tag --- package.json | 2 +- src/build.ts | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6e9ef96..c311177 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/build.ts b/src/build.ts index c40acd5..f4a6ad7 100644 --- a/src/build.ts +++ b/src/build.ts @@ -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: