feat: add Revolut Euro stablecoin icon and metadata (ethereum + polygon) - #1946
Merged
Conversation
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 275c80d. Configure here.
erwolff
approved these changes
Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds metadata and icon for EURR on Ethereum Mainnet and Polygon mainnet
Networks: Ethereum Mainnet (eip155:1) and Polygon Mainnet (eip155:137)
Token standard: ERC-20
Token name: Revolut Euro
Symbol: EURR
Decimals: 6
Coingecko page: https://www.coingecko.com/en/coins/revolut-euro
Ethereum:
Contract: 0x8e9c32A536Ab623a2e0e9961BcE6F5fe7504e084
Token tracker page: https://etherscan.io/token/0x8e9c32A536Ab623a2e0e9961BcE6F5fe7504e084
Polygon:
Contract: 0x11b20f798b70df2201D8F550ADDcc3378b33dd4A
Token tracker page: https://polygonscan.com/token/0x11b20f798b70df2201D8F550ADDcc3378b33dd4A
Note
Low Risk
Adds static token registry assets only; no application or security logic changes.
Overview
Registers Revolut Euro (EURR) as an ERC-20 asset on Ethereum mainnet and Polygon, following the usual icon + metadata + labels pattern.
For each chain, the PR adds an SVG logo, metadata (
name,symbol,decimals: 6, logo path), and abadges:v1:stablecoinlabel. Contract addresses differ per network (0x8e9c…on Ethereum,0x11b2…on Polygon); the icon artwork is the same on both.Reviewed by Cursor Bugbot for commit 6de4b86. Bugbot is set up for automated code reviews on this repo. Configure here.