Add CoinTracer (CTR) token on Base#1786
Conversation
…5:8453%2Ferc20:0xB61618efBA89F893a516211323c3736D1dF4aB9A.svg
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 025ea33. Configure here.
| C1034.166016,1518.780518 1034.166138,1357.786133 1034.164062,1196.791748 | ||
| C1034.164062,1194.625244 1034.136230,1192.458618 1034.113770,1189.767090 | ||
| z"/> | ||
| </svg> |
There was a problem hiding this comment.
Stray SVG file with URL-encoded slash at repo root
Medium Severity
An SVG file with a URL-encoded slash (%2F) in its filename was placed at the repository root. No other files in the repo use this naming pattern. The correct icon already exists at icons/eip155:8453/erc20:0xB61618efBA89F893a516211323c3736D1dF4aB9A.svg. This root-level file is an accidental duplicate that doesn't belong in the repository and clutters the project root.
Reviewed by Cursor Bugbot for commit 025ea33. Configure here.
| } | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
Accidentally committed package-lock.json alongside yarn.lock
Medium Severity
A full 2630-line package-lock.json was added to a repository that already uses yarn.lock for dependency management. Having two competing lock files from different package managers causes confusion, potential dependency resolution conflicts, and CI inconsistencies. This file was not previously tracked and appears to have been generated by accidentally running npm install.
Reviewed by Cursor Bugbot for commit 025ea33. Configure here.
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds CoinTracer (CTR) token metadata and icon for Base (chain ID 8453), but also includes a large lockfile rewrite that appears unrelated to the token addition.
Changes:
- Added CTR token metadata JSON for Base (8453)
- Added CTR token SVG icon under
icons/ - Modified
yarn.lockextensively (format/content churn)
Reviewed changes
Copilot reviewed 1 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| yarn.lock | Large-scale lockfile rewrite; likely unrelated to adding a token |
| metadata/eip155:8453/erc20:0xB61618efBA89F893a516211323c3736D1dF4aB9A.json | Adds CTR token metadata pointing to the icon |
| icons/eip155:8453/erc20:0xB61618efBA89F893a516211323c3736D1dF4aB9A.svg | Adds the CTR token icon |
| eip155:8453%2Ferc20:0xB61618efBA89F893a516211323c3736D1dF4aB9A.svg | Adds a second copy of the same icon at repo root (URL-encoded path) |


Adding CoinTracer (CTR) ERC-20 token on Base (chain ID 8453).
Contract: 0xB61618efBA89F893a516211323c3736D1dF4aB9A
Website: https://cointracer.io
CoinTracer is a crypto trading analytics and competition platform. CTR is the native utility token used for competition prizes, rewards, and platform access.
Token is verified on BaseScan: https://basescan.org/token/0xb61618efba89f893a516211323c3736d1df4ab9a
Note
Low Risk
Primarily adds static token metadata/assets plus regenerated lockfiles; low runtime risk but the large
package-lock.jsonaddition could cause tooling/CI noise if npm is not intended to be used alongside Yarn.Overview
Adds CoinTracer (CTR) ERC-20 asset support for Base (
eip155:8453) by introducing new tokenmetadataJSON and corresponding SVG logo undericons/.Also adds a new
package-lock.jsonand refreshesyarn.lock(mostly normalizingresolvedURLs/entries), indicating dependency lockfile regeneration.Reviewed by Cursor Bugbot for commit 025ea33. Bugbot is set up for automated code reviews on this repo. Configure here.