Skip to content

Instantly share code, notes, and snippets.

/**
NOTICE
This script is now located and maintained at:
https://github.com/lidofinance/validator-exits-automation-snippets
NOTICE
**/
const VALIDATOR_INDEX = 123
@kolyasapphire
kolyasapphire / generate.mjs
Last active April 13, 2023 15:50
Automated exit message generator from keystores script using ethdo
#!/usr/bin/env zx
/**
NOTICE
This script is now located and maintained at:
https://github.com/lidofinance/validator-exits-automation-snippets
NOTICE
**/
@kolyasapphire
kolyasapphire / urbit.ts
Created March 8, 2023 09:44
Urbit repeating id parts finder
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