File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ prepare_environment()
67
67
68
68
build_node ()
69
69
{
70
+ curl -LO https://github.com/FISCO-BCOS/console/releases/download/v3.0.0/get_account.sh
71
+ curl -LO https://github.com/FISCO-BCOS/console/releases/download/v3.0.0/get_gm_account.sh
70
72
bash build_chain.sh -l 127.0.0.1:4 ${@ } -e ./fisco-bcos
71
73
./nodes/127.0.0.1/fisco-bcos -v
72
74
./nodes/127.0.0.1/start_all.sh
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
// compile 'org.fisco-bcos:solcJ:0.5.2.1'
41
41
compile ' org.fisco-bcos:solcJ:0.8.11.1'
42
42
43
- compile(' org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.4.0-SNAPSHOT ' ) {
43
+ compile(' org.fisco-bcos.java-sdk:fisco-bcos-java-sdk:3.4.0' ) {
44
44
exclude group : " org.slf4j"
45
45
}
46
46
You can’t perform that action at this time.
0 commit comments