-
Notifications
You must be signed in to change notification settings - Fork 26
[addToken] $WOLF
to MAINNET
#1074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,9 @@ | ||||||
{ | ||||||
"removed": false, | ||||||
"address": "0x67466be17df832165f8c80a5a120ccc652bd7e69", | ||||||
"name": "Landwolf", | ||||||
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/1/0x67466be17df832165f8c80a5a120ccc652bd7e69/logo.png", | ||||||
"reason": "Landwolf () is a well-established, community-driven token with a 6.9M market cap, active development, and integrations across DeFi. The project has delivered a functioning integration of the CowSwap widget at swap.landwolf.com among other multiple live dApps, and maintains an engaged community. Adding will expand Cow Swap\u2019s user base by providing access to an actively traded asset with strong market demand without the need to \"import\" each time. \n\nHow do we know it's not a scam?\n\nContract address (0x67466BE17df832165F8C80a5A120CCc652bD7E69) is verified on Etherscan.\n\nContract & LP renounced ensuring no single party has control.\n\nPublic and transparent project history, with no hidden minting or backdoor functions.\n\nConsistent development updates and community engagement across official channels.\n\nLandwolf.com / Official links\n\nWebsite: landwolf.com\n\nTelegram: t.me/BoysClubWolf\n\nReddit: reddit.com/r/LANDWOLF\n\nTikTok: tiktok.com/@landwolf\n\nSwap: swap.landwolf.com\n\nTwitter: x.com/@Wolf0x67\n\nContract: 0x67466be17df832165f8c80a5a120ccc652bd7e69\n\n\nDoes it have enough liquidity on the selected chain?\n\nYes. On Uniswap v2, the WOLF/WETH pair has:\n\nTotal Liquidity: ,352,800.21\n\n24h Volume: 67,377.30\n\nPrice: /home/runner/work/_temp/a759e6c5-0984-4468-8427-9dc9506d586b.sh.00005694 USD (0.0000000134 WETH)\n\nMarket Cap: 6,941,510.14\n\nTotal Supply: 1,000,000,000,000 WOLF\nThis liquidity ensures minimal slippage and reliable execution for Cow Swap traders.\n", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Reason text contains unresolved placeholders, CI path artifacts, and missing token symbol; sanitize content. User-facing copy shows: empty parentheses after name, missing token symbol reference, stray CI file path in “Price: …”, and incomplete/incorrect figures. Replace with clean, stable text and proper links; avoid volatile metrics that go stale. Apply this diff: - "reason": "Landwolf () is a well-established, community-driven token with a 6.9M market cap, active development, and integrations across DeFi. The project has delivered a functioning integration of the CowSwap widget at swap.landwolf.com among other multiple live dApps, and maintains an engaged community. Adding will expand Cow Swap\u2019s user base by providing access to an actively traded asset with strong market demand without the need to \"import\" each time. \n\nHow do we know it's not a scam?\n\nContract address (0x67466BE17df832165F8C80a5A120CCc652bD7E69) is verified on Etherscan.\n\nContract & LP renounced ensuring no single party has control.\n\nPublic and transparent project history, with no hidden minting or backdoor functions.\n\nConsistent development updates and community engagement across official channels.\n\nLandwolf.com / Official links\n\nWebsite: landwolf.com\n\nTelegram: t.me/BoysClubWolf\n\nReddit: reddit.com/r/LANDWOLF\n\nTikTok: tiktok.com/@landwolf\n\nSwap: swap.landwolf.com\n\nTwitter: x.com/@Wolf0x67\n\nContract: 0x67466be17df832165f8c80a5a120ccc652bd7e69\n\n\nDoes it have enough liquidity on the selected chain?\n\nYes. On Uniswap v2, the WOLF/WETH pair has:\n\nTotal Liquidity: ,352,800.21\n\n24h Volume: 67,377.30\n\nPrice: /home/runner/work/_temp/a759e6c5-0984-4468-8427-9dc9506d586b.sh.00005694 USD (0.0000000134 WETH)\n\nMarket Cap: 6,941,510.14\n\nTotal Supply: 1,000,000,000,000 WOLF\nThis liquidity ensures minimal slippage and reliable execution for Cow Swap traders.\n",
+ "reason": "Landwolf (WOLF) is a community-driven token with active development and DeFi integrations (including a working CowSwap widget at https://swap.landwolf.com).\n\nThe contract at 0x67466BE17df832165F8C80a5A120CCc652bD7E69 is verified; ownership and the main LP are renounced. Project history indicates no hidden minting or backdoor functions.\n\nOfficial links:\n- Website: https://landwolf.com\n- Telegram: https://t.me/BoysClubWolf\n- Reddit: https://reddit.com/r/LANDWOLF\n- TikTok: https://tiktok.com/@landwolf\n- Twitter: https://x.com/Wolf0x67\n- Contract: https://etherscan.io/token/0x67466BE17df832165F8C80a5A120CCc652bD7E69\n\nNote: Liquidity and market metrics change over time and are intentionally not included here." 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||
"decimals": 18, | ||||||
"chainId": 1 | ||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty token symbol and non-checksummed address — fix to “WOLF” and EIP-55 checksum.
Symbol must not be empty; address casing should follow EIP-55 for consistency with the list.
Apply this diff:
📝 Committable suggestion
🤖 Prompt for AI Agents