From fb46d6e7a96664960674de47ca7519afb2ba2184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Thu, 16 Jun 2022 18:42:20 +0100 Subject: [PATCH] fix: chain ID --- bin/lamassu-eth-sweep-to-new-wallet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/lamassu-eth-sweep-to-new-wallet b/bin/lamassu-eth-sweep-to-new-wallet index 514425ed..225075fd 100644 --- a/bin/lamassu-eth-sweep-to-new-wallet +++ b/bin/lamassu-eth-sweep-to-new-wallet @@ -244,7 +244,7 @@ settingsLoader.loadLatest() } const opts = { - chainId: 3, + chainId: 1, nonce: 0, includesFee: true } @@ -265,12 +265,12 @@ settingsLoader.loadLatest() return fs.rmdir(LOCKFILE_PATH) }) .then(() => { - console.log('lamassu-eth-pending-sweep lock file successfully removed, you may now execute the upgrade script again') + console.log('lamassu-eth-pending-sweep lock file successfully removed') return fs.mkdir(`${LOCKFILE_PATH}-finished`) }) .then(() => { console.log('lamassu-eth-pending-sweep-finished lock file successfully created, this will automatically be deleted once the upgrade script finishes running') - console.log('Process finished successfully!') + console.log('Process finished successfully! You may now execute the upgrade script again') process.exit(0) }) .catch(err => {