import btc from './btc'
import usd from './usd'
import bech32 from './bech32'
export default {
btc,
usd,
bech32
}