hardhat-airsign 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/tasks/start.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ The server starts in the background and your terminal is free:
|
|
|
65
65
|
|
|
66
66
|
```
|
|
67
67
|
╔══════════════════════════════════════════════════╗
|
|
68
|
-
║ 🔐 Hardhat AirSign
|
|
68
|
+
║ 🔐 Hardhat AirSign v2.0.0 ║
|
|
69
69
|
╚══════════════════════════════════════════════════╝
|
|
70
70
|
|
|
71
71
|
Signing UI: http://localhost:9090
|
package/dist/tasks/start.js
CHANGED
|
@@ -120,7 +120,7 @@ function getPidFilePath() {
|
|
|
120
120
|
const localIP = getLocalIP();
|
|
121
121
|
console.log("");
|
|
122
122
|
console.log(" ╔══════════════════════════════════════════════════╗");
|
|
123
|
-
console.log(" ║ 🔐 Hardhat AirSign
|
|
123
|
+
console.log(" ║ 🔐 Hardhat AirSign v2.0.0 ║");
|
|
124
124
|
console.log(" ╚══════════════════════════════════════════════════╝");
|
|
125
125
|
console.log("");
|
|
126
126
|
console.log(` Signing UI: http://localhost:${port}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hardhat-airsign",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Hardhat 2 plugin for remote transaction signing via browser wallet (ethers v5). Deploy contracts, run tasks, and execute scripts from a browser UI — no private keys in .env files.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|