Skip to content
Open
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d2fd8ad
Create eip155:140586
bexchainteam Jun 12, 2026
ceaed4e
Delete metadata/eip155:140586
bexchainteam Jun 12, 2026
0d908e6
Add new metadata for EIP-155 chain
bexchainteam Jun 12, 2026
f5b828e
Delete metadata/eip155:140586
bexchainteam Jun 12, 2026
fbef279
Add JSON metadata for USDT token
bexchainteam Jun 12, 2026
92ed497
Add metadata for USDB ERC20 token
bexchainteam Jun 12, 2026
7cdf73b
Update erc20:0x3f1c8a5244a8959116e6e01df5e13847b7e11726.json
bexchainteam Jun 12, 2026
02c3d4a
Update token metadata for USDT
bexchainteam Jun 12, 2026
be26d96
Add metadata for ERC20 token ONE
bexchainteam Jun 12, 2026
060f35a
Create erc20:0xbc6593358feea849a059fe2c8bcb48d138abee50.svg
bexchainteam Jun 12, 2026
4d88b2b
Delete icons/eip155:140586/erc20:0xbc6593358feea849a059fe2c8bcb48d138…
bexchainteam Jun 12, 2026
e13798e
Add files via upload
bexchainteam Jun 12, 2026
dde800a
Update metadata for ERC20 token
bexchainteam Jun 12, 2026
df0dc23
Rename JSON file for ERC20 token metadata
bexchainteam Jun 12, 2026
4c13003
Fix logo casing in JSON metadata
bexchainteam Jun 12, 2026
af87842
Add files via upload
bexchainteam Jun 12, 2026
306a306
Delete icons/eip155:140586/erc20:0xbc6593358feea849a059fe2c8bcb48d138…
bexchainteam Jun 12, 2026
4e52920
Delete icons/eip155:140586/erc20:0x3f1c8a5244a8959116e6e01df5e13847b7…
bexchainteam Jun 12, 2026
d1967b2
Delete icons/eip155:140586/erc20:0x635bdb62f35e1971b96fb9609cbdd2dab4…
bexchainteam Jun 12, 2026
9e08141
Add files via upload
bexchainteam Jun 12, 2026
ab8f1c7
Delete icons/eip155:140586/erc20:0x3f1C8A5244A8959116e6E01df5e13847B7…
bexchainteam Jun 12, 2026
b211e9b
Delete icons/eip155:140586/erc20:0x635bDB62f35E1971b96fB9609cbdD2daB4…
bexchainteam Jun 12, 2026
6528d00
Delete icons/eip155:140586/erc20:0xBc6593358feEa849A059fE2C8bcB48d138…
bexchainteam Jun 12, 2026
075faf0
Add files via upload
bexchainteam Jun 12, 2026
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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": "USDB",
"symbol": "USDB",
"decimals": 18,
"erc20": true,
"logo": "./icons/eip155:140586/erc20:0x3f1C8A5244A8959116e6E01df5e13847B7e11726.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.

USDB logo path mismatch

Medium Severity

The logo field points at a checksummed SVG filename under icons/eip155:140586, but the repo only has the same asset icon stored with an all-lowercase address in the filename. On case-sensitive filesystems and typical raw GitHub URLs, that path does not resolve, so USDB’s logo fails to load and the metadata logo existence check in test/caip.js can fail.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit dde800a. Configure here.

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "ONE",
"symbol": "ONE",
"decimals": 18,
"erc20": true,
"logo": "./icons/eip155:140586/erc20:0x635bdb62f35e1971b96fb9609cbdd2dab4fa91fe.svg"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "USDT",
"symbol": "wUSDT",
"decimals": 18,
"erc20": true,
"logo": "./icons/eip155:140586/erc20:0xBc6593358feEa849A059fE2C8bcB48d138ABee50.svg"
Comment thread
cursor[bot] marked this conversation as resolved.
}