Skip to content

Add CoinTracer (CTR) token on Base#1786

Open
CypherTim wants to merge 3 commits intoMetaMask:masterfrom
CypherTim:master
Open

Add CoinTracer (CTR) token on Base#1786
CypherTim wants to merge 3 commits intoMetaMask:masterfrom
CypherTim:master

Conversation

@CypherTim
Copy link
Copy Markdown

@CypherTim CypherTim commented Apr 18, 2026

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.json addition 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 token metadata JSON and corresponding SVG logo under icons/.

Also adds a new package-lock.json and refreshes yarn.lock (mostly normalizing resolved URLs/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.

Copilot AI review requested due to automatic review settings April 18, 2026 15:15
@CypherTim CypherTim requested review from a team and MRabenda as code owners April 18, 2026 15:15
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ 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>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 025ea33. Configure here.

Comment thread package-lock.json
}
}
}
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 025ea33. Configure here.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.lock extensively (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)

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

Successfully merging this pull request may close these issues.

2 participants