b37324bf3d
* Move flip kick files pkg/transformers/flip_kick * Consolidate test database setup * Pull ganache ipcPath from config * Update README to include info about using a Ganache chain
4 lines
124 B
Bash
Executable File
4 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Stopping ganache chain on port 7545"
|
|
ps -ef | grep ganache | grep -v grep | awk '{print $2}' | xargs kill |