If you are not 100% comfortable on how to use this tool, then please reach out and someone from the Thunderhead team will assist. This operation is irreversible and it is super annoying if an operator adds their validators incorrectly.
Only proceed to the following steps if you are 100% certain that you know what you are doing, otherwise reach out for support.
Install Foundry by doing:
curl -L https://foundry.paradigm.xyz | bash
Open the src/AddValidators.s.sol
file and input the hex version of your validator addresses into the script. Ensure that the array length matches how many validators you have.
Enter:
forge script script/AddValidators.s.sol --rpc-url https://rpc.ankr.com/eth --mnemonic-derivation-paths "m/44'/60'/0'/0/8" --trezor
Specifying your hardware wallet and derivation path.
Open the script/ClaimFee.s.sol
script and enter your operatorId
, desired amount to claim, and whether you'd like to receive FLIP or stFLIP.
Enter:
forge script script/ClaimFee.s.sol --rpc-url https://rpc.ankr.com/eth --mnemonic-derivation-paths "m/44'/60'/0'/0/8" --trezor
Specifying your hardware wallet and derivation path.