Merge pull request #2448 from 0xProject/fix/python-latest-ganache

Fix/python latest ganache
This commit is contained in:
Jacob Evans
2020-01-20 13:25:26 +10:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -193,7 +193,7 @@ jobs:
working_directory: ~/repo
docker:
- image: nikolaik/python-nodejs:python3.7-nodejs8
- image: 0xorg/ganache-cli
- image: 0xorg/ganache-cli:6.0.0
- image: 0xorg/mesh:0xV3
environment:
ETHEREUM_RPC_URL: 'http://localhost:8545'

View File

@@ -380,7 +380,7 @@ will be consumed.
... ),
... tx_params=TxParams(from_=maker_address),
... )
74...
71...
"""
from .tx_params import TxParams

View File

@@ -2,7 +2,7 @@
version: '3'
services:
ganache:
image: "0xorg/ganache-cli"
image: "0xorg/ganache-cli:6.0.0"
ports:
- "8545:8545"
mesh: