mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
9 lines
200 B
Go
9 lines
200 B
Go
|
package constants
|
||
|
|
||
|
const (
|
||
|
MaxNumberOfAccounts = 20
|
||
|
MaxNumberOfKeypairs = 5 // including the profile keypair
|
||
|
MaxNumberOfWatchOnlyAccounts = 3
|
||
|
MaxNumberOfSavedAddresses = 20
|
||
|
)
|