Skip to content

Commit 5399583

Browse files
committed
Added symlink for tbtc artifacts
In the dashboard we also use tBTC contract. Here we added required symlink to artifacts we use.
1 parent eb5eb52 commit 5399583

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install-keep-dashboard.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ printf "${LOG_START}Preparing keep-ecdsa artifacts...${LOG_END}"
2121
cd $WORKDIR/keep-ecdsa/solidity
2222
ln -sf build/contracts artifacts
2323

24+
printf "${LOG_START}Preparing tBTC artifacts...${LOG_END}"
25+
26+
cd $WORKDIR/tbtc/solidity
27+
ln -sf build/contracts artifacts
28+
2429
printf "${LOG_START}Install Keep Dashboard dependencies...${LOG_END}"
2530

2631
cd $WORKDIR/keep-core/solidity/dashboard

0 commit comments

Comments
 (0)