docs(stablecoins): add IDRX, the Indonesian Rupiah stablecoin, to the Celo Mainnet lists - #2321
Merged
Merged
Conversation
… Celo Mainnet lists IDRX deployed to Celo Mainnet on 2026-09-09 at 0x18Bc5bcC660cf2B9cE3cd51a404aFe1a0cBD3C22, the address it also uses on Base and Lisk, and IDRX's own supported-chain page lists Celo. It joins scripts/data/stablecoins.json as a curated third-party entry; the generated stablecoin-contracts table is regenerated from it (the row is byte-identical to the script's output against live chain data), and the Build with Local Stablecoins page gains the issuer row and the regional count moves from 26 to 27. Read on-chain 2026-09-14: name() and symbol() return IDRX, decimals() returns 2. Co-Authored-By: Claude Opus 5 <[email protected]>
GigaHierz
approved these changes
Sep 14, 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.
What changes
IDRX, the Indonesian Rupiah stablecoin, is live on Celo Mainnet. Three places carry it:
scripts/data/stablecoins.json— the curatedthird_partyentry (update_contracts.pyreads Mento/USDC/USDT from the fee-currency allowlist; everything else is maintained here).tooling/contracts/stablecoin-contracts.mdx— the generated table. The row was produced by runningscripts/update_contracts.py'sstablecoins_to_markdownagainst live chain data and is byte-identical to the file, including sort position (35 rows, same order).build-on-celo/build-with-local-stablecoin.mdx— the Other Issuers row, and the regional count 26 → 27 (the 26 was exact: 14 Mento + 6 Ripio + 2 VNX + cNGN + EURA + BRLA + COPM).Verified
0x18Bc5bcC660cf2B9cE3cd51a404aFe1a0cBD3C22is IDRX on Celoname()=IDRX,symbol()=IDRX,decimals()=2cast callagainstforno.celo.org, 2026-09-14FeeCurrencyDirectory.getCurrencies()does not include it, so it correctly stays offfee-currencies.mdxNo dedicated page yet, unlike USA₮ (#2231): the token has no fee-currency adapter and no gasless path to document. A page can follow if there is more to say than an address.
Sequencing
IDRX's public announcement is planned for 2026-09-15. Merging on or after it keeps the docs behind the announcement.
🤖 Generated with Claude Code