status-go/constants/global_constants.go

9 lines
200 B
Go
Raw Normal View History

package constants
const (
MaxNumberOfAccounts = 20
MaxNumberOfKeypairs = 5 // including the profile keypair
MaxNumberOfWatchOnlyAccounts = 3
MaxNumberOfSavedAddresses = 20
)