Change python to use latest ganache
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
version: '3'
 | 
					version: '3'
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
    ganache:
 | 
					    ganache:
 | 
				
			||||||
        image: "0xorg/ganache-cli"
 | 
					        image: "0xorg/ganache-cli:6.0.0"
 | 
				
			||||||
        ports:
 | 
					        ports:
 | 
				
			||||||
            - "8545:8545"
 | 
					            - "8545:8545"
 | 
				
			||||||
    mesh:
 | 
					    mesh:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user