This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
NOTICE | |
This script is now located and maintained at: | |
https://github.com/lidofinance/validator-exits-automation-snippets | |
NOTICE | |
**/ | |
const VALIDATOR_INDEX = 123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env zx | |
/** | |
NOTICE | |
This script is now located and maintained at: | |
https://github.com/lidofinance/validator-exits-automation-snippets | |
NOTICE | |
**/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Star = { | |
point: number | |
patp: string // '~havrun-hasnum' | |
is_listed: boolean | |
ship_type: string // 'planet' | |
unbooted: boolean | |
time_listed: string | |
time_added: string | |
price_int: number | |
child_points: number |