stablecoins.registry schema:
Registry: Catalog
Product-level stablecoin metadata — one row per stablecoin product (e.g. USDC, USDT, DAI) with peg currency, backing type, and issuer.
Registry: Deployments
Per-chain contract addresses — maps every
(chain, address) to its canonical product_id, with native issuance flags.crosschain.stablecoin.list. The deployments table has a compatible schema with two additions: product_id and is_native.
Migration
Old query pattern (crosschain.stablecoin.list):base_asset and is_bridge are removed. Use product_id for stablecoin identity and is_native for chain-native vs. bridged/wrapped issuance. To replace base_asset = 'usdt', filter through the catalog:
stablecoins.core tables, registry address and symbol appear as token_address and token_symbol. See Filtering by stablecoin product for the full migration guide.