Commit 5bbab3de authored by hezhengjun's avatar hezhengjun Committed by vipwzw

add eth balance when start trufflesuite

parent 0b769e23
...@@ -498,7 +498,7 @@ function start_trufflesuite() { ...@@ -498,7 +498,7 @@ function start_trufflesuite() {
fi fi
# 启动 eth # 启动 eth
docker run -d --name ${ganacheName} -p 7545:8545 -l eth_test trufflesuite/ganache-cli:latest -a 20 --debug -b 1 -m "coast bar giraffe art venue decide symbol law visual crater vital fold" -l 0x7a1200 docker run -d -e 10000 --name ${ganacheName} -p 7545:8545 -l eth_test trufflesuite/ganache-cli:latest -a 20 --debug -b 1 -m "coast bar giraffe art venue decide symbol law visual crater vital fold" -l 0x7a1200
sleep 1 sleep 1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment