Skip to content

Commit 2bd2404

Browse files
committed
Docs: Update plugin and example project README.md
1 parent af5b7b3 commit 2bd2404

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/example-project/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# A Hardhat 3 project that uses your plugin
1+
# A Hardhat 3 project that uses @openscan/hardhat-plugin
22

3-
This is an example project that uses your plugin.
3+
This is an example project that uses the OpenScan plugin.
44

55
## Getting started
66

@@ -45,10 +45,10 @@ pnpm run deploy
4545
pnpm run send-tx
4646
```
4747

48-
All transactions will be logged with clickable OpenScan links in the console. Check the code is verified
48+
All transactions will be logged with clickable OpenScan links in the console.
4949

5050
## What's inside the project?
5151

52-
This is a minimal Hardhat 3 project that only has the built-in functionality of Hardhat and your plugin.
52+
This is a minimal Hardhat 3 project that only has the built-in functionality of Hardhat and the OpenScan plugin.
5353

54-
This means that you don't have `ethers,` `viem`, `mocha`, nor the Node.js test runner plugins.
54+
This means that you don't have `ethers`, `viem`, `mocha`, nor the Node.js test runner plugins.

packages/plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Hardhat 3 plugin that automatically launches the OpenScan Explorer webapp and adds clickable OpenScan links to transaction logs in your terminal.
44

5-
Learn more at <https://openscan.io>
5+
Learn more at <https://openscan.eth.link>
66

77
## Installation
88

@@ -101,7 +101,7 @@ All transactions will be logged with clickable OpenScan links in the terminal.
101101

102102
- Hardhat 3.x
103103
- Node.js 24
104-
- Port 3030 must be available (the explorer always runs on this port)
104+
- Port 3030 must be available (the explorer is hardcoded to this port — the `url` option only affects terminal link URLs, not the server port)
105105

106106
## Troubleshooting
107107

0 commit comments

Comments
 (0)