Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cKES token logo URI #65

Open
ashachaf opened this issue Oct 29, 2024 · 1 comment
Open

Update cKES token logo URI #65

ashachaf opened this issue Oct 29, 2024 · 1 comment

Comments

@ashachaf
Copy link

Current token details:

      "name": "Celo Kenyan Shilling",
      "address": "0x456a3D042C0DbD3db53D5489e98dFb038553B0d0",
      "symbol": "cKES",
      "decimals": 18,
      "chainId": 42220,
      "logoURI": "https://github.com/mento-protocol/mento-web/blob/main/src/images/tokens/cKES.svg"
    }

The logoURI is not opening the actual file and should be updated to this:

      "name": "Celo Kenyan Shilling",
      "address": "0x456a3D042C0DbD3db53D5489e98dFb038553B0d0",
      "symbol": "cKES",
      "decimals": 18,
      "chainId": 42220,
      "logoURI": "https://raw.githubusercontent.com/mento-protocol/mento-web/refs/heads/main/src/images/tokens/cKES.svg"
    }
@sodofi
Copy link
Contributor

sodofi commented Nov 4, 2024

Made a PR with these changes:

#66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants