You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ Some block explorers might not support the verify plugin. In that case, use [har
78
78
npx hardhat solidity-json
79
79
```
80
80
81
+
The generated files will be under the [artifacts/solidity-json](./artifacts/solidity-json) folder, which you can typically submit on block explorers.
82
+
81
83
## Setup
82
84
83
85
To set up the contract after initial deployment, you can use the _[setup-pin](scripts/setup-pin.ts)_ script. Set the parameters at the beginning of the script, then run it using the following command:
0 commit comments