fix: chain ID
This commit is contained in:
parent
f95d3e9992
commit
fb46d6e7a9
1 changed files with 3 additions and 3 deletions
|
|
@ -244,7 +244,7 @@ settingsLoader.loadLatest()
|
||||||
}
|
}
|
||||||
|
|
||||||
const opts = {
|
const opts = {
|
||||||
chainId: 3,
|
chainId: 1,
|
||||||
nonce: 0,
|
nonce: 0,
|
||||||
includesFee: true
|
includesFee: true
|
||||||
}
|
}
|
||||||
|
|
@ -265,12 +265,12 @@ settingsLoader.loadLatest()
|
||||||
return fs.rmdir(LOCKFILE_PATH)
|
return fs.rmdir(LOCKFILE_PATH)
|
||||||
})
|
})
|
||||||
.then(() => {
|
.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`)
|
return fs.mkdir(`${LOCKFILE_PATH}-finished`)
|
||||||
})
|
})
|
||||||
.then(() => {
|
.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('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)
|
process.exit(0)
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue