prysm-pulse/validator/accounts/v2/consts_test.go

14 lines
524 B
Go
Raw Normal View History

package v2
const (
walletDirName = "wallet"
passwordDirName = "walletpasswords"
exportDirName = "export"
importDirName = "import"
importPasswordDirName = "importpasswords"
passwordFileName = "password.txt"
password = "OhWOWthisisatest42!$"
mnemonicFileName = "mnemonic.txt"
mnemonic = "garage car helmet trade salmon embrace market giant movie wet same champion dawn chair shield drill amazing panther accident puzzle garden mosquito kind arena"
)