Skip to content

Fix: remove FEI and RENBTC from Ethereum default tokens - #92

Open
munikes wants to merge 1 commit into
Railgun-Community:mainfrom
munikes:fix/ethereum-fei-renbtc-defunct
Open

Fix: remove FEI and RENBTC from Ethereum default tokens#92
munikes wants to merge 1 commit into
Railgun-Community:mainfrom
munikes:fix/ethereum-fei-renbtc-defunct

Conversation

@munikes

@munikes munikes commented Aug 6, 2026

Copy link
Copy Markdown

Problem

Two tokens in Ethereum's default fee-token set (STABLES_ETH / REN_TOKENS_ETH) correspond to defunct projects:

  • FEI (Fei Protocol): officially dissolved in August 2022. Still resolves a CoinGecko price near $1, but observed in production to get stuck without a fresh price for 25+ minutes at a time, while every other token in the same batched request refreshes normally each cycle.
  • RENBTC: the RenVM bridge that backs it shut down in late 2022 (Alameda/FTX collapse), with no active development since. On-chain 24h volume is negligible (~$3 observed).

Fix

Removed both from the active token sets, moved their addresses to commented-out entries in config-token-addresses.ts with explanatory notes, following the existing convention used for RAILBSC/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.

@munikes
munikes force-pushed the fix/ethereum-fei-renbtc-defunct branch from 7de723c to 3f1f418 Compare August 6, 2026 13:05
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
munikes force-pushed the fix/ethereum-fei-renbtc-defunct branch from 3f1f418 to 04ce70e Compare August 6, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant