feat(tokens): add EURC on Ethereum and Base#34
Merged
Conversation
Add EURC token-list entries for Ethereum mainnet and Base so Request Network services can resolve EURC as a supported ERC-20 currency by token id. - Bump the token list minor version from 1.5.0 to 1.6.0. - Add EURC-mainnet with Circle's Ethereum EURC contract address. - Add EURC-base with Circle's Base EURC contract address. - Keep both entries as 6-decimal ERC20 tokens with matching hash/address values. Validation: - npm run validate - npm run build - git diff --check Compatibility: - This only adds EURC token metadata; destination/payment-flow allowlists still need to opt into EURC separately where required.
MantisClone
approved these changes
Jun 19, 2026
Contributor
Author
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.

TL;DR
Added EURC (EUR Coin) token support on Ethereum mainnet and Base networks.
What changed?
EURC (EUR Coin) has been added to the token list for two networks:
0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42Both entries are ERC20 tokens with 6 decimals. The token list version has been bumped from
1.5.0to1.6.0.How to test?
Verify that EURC appears and resolves correctly on both Ethereum mainnet and Base by searching for the token symbol or address in any interface that consumes this token list.
Why make this change?
EURC is Circle's Euro-backed stablecoin. Adding it to the token list enables users to transact with a Euro-denominated stablecoin across Ethereum mainnet and Base.