// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`CurrencyInput Component rendering should render properly with a fiat value 1`] = `
USD
0.00432788 ETH
`; exports[`CurrencyInput Component rendering should render properly with a native value when hideSecondary is true 1`] = `
ETH
No conversion rate available
`; exports[`CurrencyInput Component rendering should render properly with an ETH value 1`] = `
ETH
$231.06 USD
`; exports[`CurrencyInput Component rendering should render properly without a suffix 1`] = `
ETH
$0.00 USD
`;