Add K9 Finance (K9) token metadata#1818
Conversation
- Token: K9 Finance - Symbol: K9 - Contract: 0xbc920c7Fa25D3Cd5606394aa4C6751d71DCb7930 (Ethereum mainnet) - Decimals: 18 - Adds icon and CAIP-19 metadata under eip155:1 Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 10800e7. Configure here.
| @@ -0,0 +1,7 @@ | |||
| { | |||
| "logo": "./icons/eip155:1/erc20:0xbc920c7Fa25D3Cd5606394aa4C6751d71DCb7930.png", | |||
| "name": "K9", | |||
There was a problem hiding this comment.
Token name field contradicts PR description
Low Severity
The name field is set to "K9", which is identical to the symbol field. The PR description explicitly states the token Name is "K9 Finance" and the Symbol is "K9", suggesting name was intended to be "K9 Finance". In this repo, name typically represents the full human-readable token name (e.g., "Uniswap" not "UNI", "Basic Attention Token" not "BAT"), so having name equal symbol loses descriptive information.
Reviewed by Cursor Bugbot for commit 10800e7. Configure here.
There was a problem hiding this comment.
The name field is correctly set to "K9" — this is the token's actual on-chain name as returned by token.name(). The initial PR description was inaccurate in calling it "K9 Finance"; the on-chain name is simply "K9" (same as the symbol). Using the on-chain name is the most accurate representation and avoids confusion with the unrelated K9 Finance DAO project.


Summary
Adds token metadata for K9 Finance ($K9) on Ethereum mainnet.
Files Added
icons/eip155:1/erc20:0xbc920c7Fa25D3Cd5606394aa4C6751d71DCb7930.png— 200×200 px PNG logometadata/eip155:1/erc20:0xbc920c7Fa25D3Cd5606394aa4C6751d71DCb7930.json— CAIP-19 metadataVerification
Made with Cursor
Note
Low Risk
Adds a single new ERC-20 metadata JSON entry; no executable code or security-sensitive logic changes.
Overview
Adds new token metadata for Ethereum mainnet ERC-20
0xbc920c7Fa25D3Cd5606394aa4C6751d71DCb7930(K9), includingname,symbol,decimals,erc20flag, and alogopath reference.Reviewed by Cursor Bugbot for commit 10800e7. Bugbot is set up for automated code reviews on this repo. Configure here.