Skip to content
Open
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
24 changes: 20 additions & 4 deletions src/public/CowSwap.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "CoW Swap",
"timestamp": "2026-06-02T17:30:00+00:00",
"timestamp": "2026-06-03T11:50:10.634Z",
"version": {
"major": 7,
"minor": 5,
"patch": 0
"patch": 1
},
"logoURI": "https://files.cow.fi/token-lists/images/list-logo.png",
"keywords": [
Expand Down Expand Up @@ -2110,8 +2110,8 @@
},
{
"address": "0x0200c29006150606b650577bbe7b6248f58470c1",
"symbol": "USD\u20ae0",
"name": "USD\u20ae0",
"symbol": "USD₮0",
"name": "USD₮0",
"decimals": 6,
"chainId": 57073,
"logoURI": "https://files.cow.fi/token-lists/images/57073/0x0200c29006150606b650577bbe7b6248f58470c1/logo.png"
Expand Down Expand Up @@ -2171,6 +2171,22 @@
"decimals": 18,
"chainId": 59144,
"logoURI": "https://files.cow.fi/token-lists/images/59144/0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f/logo.png"
},
{
"chainId": 1,
"address": "0xbc920c7Fa25D3Cd5606394aa4C6751d71DCb7930",
"name": "K9",
"symbol": "K9",
"decimals": 18,
"logoURI": "https://anvil.clutch.market/token-k9.png"
},
{
"chainId": 1,
"address": "0x884649f1fE3Bf3Ae0Bd720Eaf660cB561dcE39ef",
"name": "World Pup Coin",
"symbol": "PUPCUP",
"decimals": 18,
"logoURI": "https://anvil.clutch.market/token-pupcup.png"
Comment on lines +2175 to +2189

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Move K9 and PUPCUP into the chainId 1 section.

Line 2176 and Line 2184 add chainId: 1 tokens after the chainId 59144 block, which breaks the list’s ordering/grouping pattern and makes deterministic maintenance harder. Place both entries with the other mainnet tokens (near the other chainId: 1 objects).

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/public/CowSwap.json` around lines 2175 - 2189, The two token objects for
K9 (address 0xbc920c7Fa25D3Cd5606394aa4C6751d71DCb7930, symbol K9) and World Pup
Coin / PUPCUP (address 0x884649f1fE3Bf3Ae0Bd720Eaf660cB561dcE39ef, symbol
PUPCUP) were inserted after a chainId 59144 block; move each entire object so
they appear with the other chainId: 1 entries (grouped with mainnet tokens) to
preserve ordering and grouping consistency in the JSON array.

}
]
}
Loading