We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5eb52 commit 5399583Copy full SHA for 5399583
install-keep-dashboard.sh
@@ -21,6 +21,11 @@ printf "${LOG_START}Preparing keep-ecdsa artifacts...${LOG_END}"
21
cd $WORKDIR/keep-ecdsa/solidity
22
ln -sf build/contracts artifacts
23
24
+printf "${LOG_START}Preparing tBTC artifacts...${LOG_END}"
25
+
26
+cd $WORKDIR/tbtc/solidity
27
+ln -sf build/contracts artifacts
28
29
printf "${LOG_START}Install Keep Dashboard dependencies...${LOG_END}"
30
31
cd $WORKDIR/keep-core/solidity/dashboard
0 commit comments