mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 15:13:38 +00:00
feat: add constant currencies for example
This commit is contained in:
parent
1409f06b2d
commit
30d58b9f8d
@ -16,4 +16,18 @@ export const KEYSTORE_FILES = 'KeystoreFiles'
|
||||
export const RECOVERY_PHRASE = 'Recovery Phrase'
|
||||
export const BOTH_KEY_AND_RECOVERY = 'Both KeystoreFiles & Recovery Phrase'
|
||||
|
||||
export const ETH_PER_VALIDATOR = 32
|
||||
export const ETH_PER_VALIDATOR = 32
|
||||
|
||||
// for now, this will be constant values
|
||||
export const CURRENCIES = [
|
||||
{
|
||||
name: 'USD',
|
||||
symbol: '$',
|
||||
price: 1583.42,
|
||||
},
|
||||
{
|
||||
name: 'EUR',
|
||||
symbol: '€',
|
||||
price: 1323.61,
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user