Skip to content

Commit

Permalink
chore: update dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoTG committed Jul 29, 2024
1 parent 1cf1940 commit 1015bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2");
console.info("🚀 Lido Withdrawals Automation developed by Stakely.io - v1.0.3");
console.log("\n");
console.info("Step 1: Checking environment variables and asking for missing values...");

Expand Down
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.2",
"version": "1.0.3",
"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 1015bf7

Please sign in to comment.