File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,13 @@ jobs:
159159 - name : Install needed dependencies
160160 run : yarn install --frozen-lockfile
161161
162- # If we don't remove the `keep-core` and `tbtc` contracts from `node-modules`,
163- # the `etherscan-verify` plugins tries to verify them, which is not desired.
162+ # If we don't remove the dependencies' contracts from `node-modules`, the
163+ # `etherscan-verify` plugins tries to verify them, which is not desired.
164164 - name : Prepare for verification on Etherscan
165165 run : |
166166 rm -rf ./node_modules/@keep-network/keep-core
167167 rm -rf ./node_modules/@keep-network/tbtc
168+ rm -rf ./node_modules/@threshold-network/solidity-contracts
168169
169170 - name : Verify contracts on Etherscan
170171 env :
@@ -218,7 +219,7 @@ jobs:
218219
219220 - name : Install Slither
220221 env :
221- SLITHER_VERSION : 0.8.0
222+ SLITHER_VERSION : 0.8.3
222223 run : pip3 install slither-analyzer==$SLITHER_VERSION
223224
224225 - name : Install dependencies
Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - " contracts/**"
9+ - " deploy/**"
10+ - " hardhat.config.ts"
911 - " package.json"
1012 - " yarn.lock"
1113 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments