Skip to content

Commit 0d42d14

Browse files
authored
Merge pull request #4 from Stakely/v1.0.2
New version 1.0.2
2 parents 7cb90e9 + b5e7842 commit 0d42d14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require("dotenv").config();
1010
async function main() {
1111

1212
console.log("\n");
13-
console.info("🚀 Lido Withdrawals Automation developed by Stakely.io - 2023 v1.0.1");
13+
console.info("🚀 Lido Withdrawals Automation developed by Stakely.io - 2023 v1.0.2");
1414
console.log("\n");
1515
console.info("Step 1: Checking environment variables and asking for missing values...");
1616

@@ -173,4 +173,4 @@ main();
173173
process.on("unhandledRejection", (error) => {
174174
console.error(error.message);
175175
process.exit(1);
176-
});
176+
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lido-withdrawals-automation",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Lido Withdrawals Automation is a command-line tool that assists with the LIDO validators withdrawal process. The tool streamlines the procedure by fetching validators data, generating withdrawal messages, signing them with a remote signer, encrypting the signed messages, and saving them to the output folder.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)