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
#!/bin/bash | |
# Update api="https://mainnet.infura.io/v3/*" with your mainnet url. Go to the forum on we.incognito.org for help | |
# Update the following section with your validator keys | |
validator_keys=( | |
"KEY 1" | |
"KEY 2" | |
"KEY 3" | |
... |