Skip to content

Commit

Permalink
Merge pull request #4 from Stakely/v1.0.2
Browse files Browse the repository at this point in the history
New version 1.0.2
  • Loading branch information
AntoTG authored Mar 1, 2024
2 parents 7cb90e9 + b5e7842 commit 0d42d14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require("dotenv").config();
async function main() {

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

Expand Down Expand Up @@ -173,4 +173,4 @@ main();
process.on("unhandledRejection", (error) => {
console.error(error.message);
process.exit(1);
});
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lido-withdrawals-automation",
"version": "1.0.1",
"version": "1.0.2",
"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.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0d42d14

Please sign in to comment.