Merge pull request #2448 from 0xProject/fix/python-latest-ganache
Fix/python latest ganache
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -380,7 +380,7 @@ will be consumed.
|
||||
... ),
|
||||
... tx_params=TxParams(from_=maker_address),
|
||||
... )
|
||||
74...
|
||||
71...
|
||||
"""
|
||||
|
||||
from .tx_params import TxParams
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
ganache:
|
||||
image: "0xorg/ganache-cli"
|
||||
image: "0xorg/ganache-cli:6.0.0"
|
||||
ports:
|
||||
- "8545:8545"
|
||||
mesh:
|
||||
|
||||
Reference in New Issue
Block a user