Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "ether.fi BTC",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Token name inconsistent with existing mainnet entry

Low Severity

The name field is "ether.fi BTC" here, but the same contract address on Ethereum mainnet (eip155:1) is registered as "ether.fi Staked BTC" in this repo's existing metadata and in contract-map.json. CoinMarketCap also lists it as "ether.fi Staked BTC." This discrepancy means the same token will display different names depending on the chain, which could confuse users. Worth verifying the on-chain name() return value and aligning both entries.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a1e0002. Configure here.

"symbol": "eBTC",
"decimals": 8,
"erc20": true,
"logo": "./icons/eip155:10/erc20:0x657e8C867D8B37dCC18fA4Caead9C45EB088C642.svg"
}