This file contains hidden or 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 python3 | |
| """ This is a modified version of a script by pietjepuk2, forked by beemeeupnow to add: | |
| * input parameters beyond validator indices | |
| * fixes to work with more Beacon Node clients | |
| * automatic fetch of genesis timestamp | |
| * Gnosis compatibility | |
| Original script by pietjepuk2 at: https://gist.github.com/pietjepuk2/eb021db978ad20bfd94dce485be63150 | |
| """ |