Skip to content

Chain coin Icons are in a different directory in Coinpayments.net #66

@goldsvetlobby

Description

@goldsvetlobby

The Chain icons are not showing because these icons are in the /images/chained folder

How can I call them ? the following in the ajax controller is defined as $icon how to add another variable?
I tried @icon1 but no luck!!!

$icon = $logos[$value['name']] ?? 'https://www.coinpayments.net/images/coins/' . $img . '.png';

I suppose I need:

$icon = $logos[$value['name']] ?? 'https://www.coinpayments.net/images/coins/chained/' . $img . '.png';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions