Skip to content

Commit 3223213

Browse files
Define project slug in Tenderly configuration
The hardhat tenderly plugin doesn't work perfectly yet (Tenderly/hardhat-tenderly#20), but we're aready defining the project slug we created in Tenderly to be used here.
1 parent 5c37de3 commit 3223213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const config: HardhatUserConfig = {
4848
},
4949
tenderly: {
5050
username: "thesis",
51-
project: "",
51+
project: "thesis/threshold-network",
5252
},
5353
etherscan: {
5454
apiKey: process.env.ETHERSCAN_API_KEY,

0 commit comments

Comments
 (0)