• Returns the list of assets with the icon paths 'resolved'. eg. ./eth.svg -> https://some-url.com/eth.svg

    Parameters

    • assets: Assets

      List of assets

    • basePath: string = './'

      Base path for the icon URLs (default: './')

    Returns {
        icon: string;
        name: string;
        networks: (NetworkEthereum | NetworkFuel)[];
        symbol: string;
    }[]

    The assets with the icon paths resolved