File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ printf "${LOG_START}Starting coverage-pools deployment...${LOG_END}"
1313
1414printf " ${LOG_START} Linking dependencies...${LOG_END} "
1515
16- cd " $WORKDIR /keep-core/solidity"
16+ cd " $WORKDIR /keep-core/solidity-v1 "
1717yarn link
1818
1919cd " $WORKDIR /tbtc/solidity"
Original file line number Diff line number Diff line change 77npm install
88
99echo " Linking..."
10- cd ../keep-core/solidity
10+ cd ../keep-core/solidity-v1
1111npm link
1212cd ../../keep-ecdsa/solidity
1313npm link
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ printf "${LOG_START}Starting Keep Dashboard deployment...${LOG_END}"
1313
1414printf " ${LOG_START} Preparing keep-core artifacts...${LOG_END} "
1515
16- cd $WORKDIR /keep-core/solidity
16+ cd $WORKDIR /keep-core/solidity-v1
1717ln -sf build/contracts artifacts
1818
1919printf " ${LOG_START} Preparing keep-ecdsa artifacts...${LOG_END} "
@@ -28,13 +28,13 @@ ln -sf build/contracts artifacts
2828
2929printf " ${LOG_START} Install Keep Dashboard dependencies...${LOG_END} "
3030
31- cd $WORKDIR /keep-core/solidity/dashboard
31+ cd $WORKDIR /keep-core/solidity-v1 /dashboard
3232
3333npm install
3434
3535printf " ${LOG_START} Updating Keep Dashboard dependencies...${LOG_END} "
3636
37- cd $WORKDIR /keep-core/solidity
37+ cd $WORKDIR /keep-core/solidity-v1
3838npm link
3939
4040cd $WORKDIR /keep-ecdsa/solidity
@@ -45,7 +45,7 @@ npm link
4545
4646printf " ${LOG_START} Updating Keep Dashboard configuration...${LOG_END} "
4747
48- cd $WORKDIR /keep-core/solidity/dashboard
48+ cd $WORKDIR /keep-core/solidity-v1 /dashboard
4949npm link @keep-network/keep-core @keep-network/keep-ecdsa @keep-network/tbtc
5050
5151printf " ${DONE_START} Keep Dashboard initialized successfully!${DONE_END} "
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ mv $TMP_FILE truffle.js
5555
5656printf " ${LOG_START} Linking dependencies...${LOG_END} "
5757
58- cd " $WORKDIR /keep-core/solidity"
58+ cd " $WORKDIR /keep-core/solidity-v1 "
5959npm link
6060
6161printf " ${LOG_START} Running install script...${LOG_END} "
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ printf "${LOG_START}Running install script...${LOG_END}"
4343
4444printf " ${LOG_START} Linking dependencies...${LOG_END} "
4545
46- cd " $WORKDIR /keep-core/solidity"
46+ cd " $WORKDIR /keep-core/solidity-v1 "
4747npm link
4848
4949cd " $WORKDIR /keep-ecdsa/solidity"
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ WORKDIR=$PWD
1111
1212printf " ${LOG_START} Starting Keep Dashboard...${LOG_END} "
1313
14- cd $WORKDIR /keep-core/solidity/dashboard
14+ cd $WORKDIR /keep-core/solidity-v1 /dashboard
1515
1616npm run start
You can’t perform that action at this time.
0 commit comments