9512978de
86febc3cc
1 2
3
4 5 6
import { web3Wrapper } from '../util/web3_wrapper'; export const getBestAddress = async (): Promise<string | undefined> => { const addresses = await web3Wrapper.getAvailableAddressesAsync(); return addresses[0]; };