Skip to content

thunderhead-labs/stflip-add-validators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE

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.

Add Your Validators to StakedFLIP

Install Foundry

Install Foundry by doing:

curl -L https://foundry.paradigm.xyz | bash

Add your addresses

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.

Run the Script

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.

Claim stFLIP Fees

Setup script

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.

Run the Script

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published