Fix: remove FEI and RENBTC from Ethereum default tokens - #92
Open
munikes wants to merge 1 commit into
Open
Conversation
munikes
force-pushed
the
fix/ethereum-fei-renbtc-defunct
branch
from
August 6, 2026 13:05
7de723c to
3f1f418
Compare
FEI: Fei Protocol officially dissolved in August 2022 (Tribe DAO voted to redeem FEI->DAI and wind down operations). Observed in production: CoinGecko price for this token gets stuck/fails to refresh for 25+ minutes at a stretch while every other configured token refreshes normally each cycle. RENBTC: the backing bridge (RenVM) shut down in late 2022 following the Alameda/FTX collapse, with no active development since. On-chain volume is negligible (~$3/24h as observed), making it unsuitable as a fee token even though it still resolves a price. Neither token is a good candidate for fee collection: FEI is a defunct stablecoin and RENBTC is functionally illiquid.
munikes
force-pushed
the
fix/ethereum-fei-renbtc-defunct
branch
from
August 6, 2026 14:15
3f1f418 to
04ce70e
Compare
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.
Problem
Two tokens in Ethereum's default fee-token set (
STABLES_ETH/REN_TOKENS_ETH) correspond to defunct projects:Fix
Removed both from the active token sets, moved their addresses to commented-out entries in
config-token-addresses.tswith explanatory notes, following the existing convention used forRAILBSC/RAILPOLY.Verification
Ran a broadcaster with the current defaults on Ethereum mainnet; observed FEI failing to refresh in CoinGecko for 25+ min straight while 9 other tokens refreshed normally each ~16s cycle. RENBTC's backing bridge status confirmed via public reporting (Blockworks, CoinMarketCap) — RenVM has had no active development since 2022.