export const remove0x = (str: string) => { return str.replace(/^0x/, ''); };