// Hard-coded values for the number of Wei, smallest divisible unit of currency, in CELO and cUSD // respectively. Because they are the same, a single constant is used. export const WEI_DECIMALS = 18 // Whenever the user enters their PIN, leave the account unlocked for 10 minutes. export const UNLOCK_DURATION = 600 export const ETHEREUM_DERIVATION_PATH = "m/44'/60'/0'"