From ebdbddb59db19821cba9c343cc64fee2016f5f00 Mon Sep 17 00:00:00 2001 From: Justin Zen Date: Fri, 11 Sep 2026 11:35:17 +0800 Subject: [PATCH] docs: sync SRA supported chains and tokens with bridge routes Relay is disabled, so the Across route table is the source of truth for which tokens can be deposited on each chain. v0.x list: drop Mode, Scroll, Zora and Blast (not supported or no routes), drop DAI and World Chain WBTC, add Ink, Plasma and Unichain USDT. v1 list: MegaETH is ETH/WETH/USDT (no USDM), drop the BSC section (no longer differs from base list), add USDC <-> USDG Robinhood conversions. Remove the USDM and U claims from the v1 overview and migration guide. Co-Authored-By: Claude Fable 5.1 --- .../smart-routing-address/alpha/index.mdx | 3 +- .../alpha/migration-guide.mdx | 5 ++- .../alpha/supported-chains.mdx | 20 +++++------ .../supported-chains.mdx | 35 ++++--------------- 4 files changed, 21 insertions(+), 42 deletions(-) diff --git a/docs/pages/onramp/smart-routing-address/alpha/index.mdx b/docs/pages/onramp/smart-routing-address/alpha/index.mdx index d8d2cdac..8504b1f3 100644 --- a/docs/pages/onramp/smart-routing-address/alpha/index.mdx +++ b/docs/pages/onramp/smart-routing-address/alpha/index.mdx @@ -40,7 +40,8 @@ import { SMART_ROUTING_ADDRESS_V1_0_0_ALPHA_1 } from "@zerodev/smart-routing-add - **Direct mode** — bridge funds straight to a recipient address, with no custom logic on the destination chain. Cheaper than execute mode, and the simplest way to move funds. (See [Deposit Modes](#deposit-modes) below.) - **Same-chain deposits without sponsorship** — depositing when the source and destination chain are the same no longer requires fee sponsorship. -- **More chains and tokens** — including USDG on Robinhood, USDC/USDT/USDM on MegaETH, and U on BNB Chain. See [Supported Chains & Tokens](/onramp/smart-routing-address/alpha/supported-chains). +- **More chains and tokens** — USDG on Robinhood, and ETH/WETH/USDT on MegaETH. See [Supported Chains & Tokens](/onramp/smart-routing-address/alpha/supported-chains). +- **USDC ⇄ USDG** — deposit USDC on a supported chain and receive USDG on Robinhood, or the reverse. See [Cross-chain conversions](/onramp/smart-routing-address/alpha/supported-chains#cross-chain-conversions). ### Coming soon diff --git a/docs/pages/onramp/smart-routing-address/alpha/migration-guide.mdx b/docs/pages/onramp/smart-routing-address/alpha/migration-guide.mdx index 5db89bed..58448df7 100644 --- a/docs/pages/onramp/smart-routing-address/alpha/migration-guide.mdx +++ b/docs/pages/onramp/smart-routing-address/alpha/migration-guide.mdx @@ -139,10 +139,9 @@ Depositing when the source chain and destination chain are the same no longer re ### New: More chains and tokens -v1 adds, among others: +v1 adds: - **USDG** on Robinhood -- **USDC**, **USDT**, and **USDM** on MegaETH -- **U** on BNB Chain +- **ETH**, **WETH**, and **USDT** on MegaETH See the full list on [Supported Chains & Tokens](/onramp/smart-routing-address/alpha/supported-chains). Need a chain or token that isn't listed? [Get in touch](https://forms.gle/sxpsSKnmKuFatm8x8). diff --git a/docs/pages/onramp/smart-routing-address/alpha/supported-chains.mdx b/docs/pages/onramp/smart-routing-address/alpha/supported-chains.mdx index f08a4f31..e1c36485 100644 --- a/docs/pages/onramp/smart-routing-address/alpha/supported-chains.mdx +++ b/docs/pages/onramp/smart-routing-address/alpha/supported-chains.mdx @@ -1,26 +1,26 @@ # Supported Chains & Tokens -v1 adds new chains and tokens on top of the [existing supported list](/onramp/smart-routing-address/supported-chains). Only the chains that changed in v1 are shown below — each with its **full** token set (existing tokens plus what's new). +v1 adds new chains, tokens and routes on top of the [existing supported list](/onramp/smart-routing-address/supported-chains). Only what changed in v1 is shown below — new chains appear with their **full** token set. Need a chain or token that isn't listed? [Get in touch](https://forms.gle/sxpsSKnmKuFatm8x8). -## Robinhood +## New chains + +### Robinhood - **ETH**: `Native` - **WETH**: `0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73` - **USDG**: `0x5fc5360d0400a0fd4f2af552add042d716f1d168` -## MegaETH +### MegaETH - **ETH**: `Native` - **WETH**: `0x4200000000000000000000000000000000000006` - **USDT**: `0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb` -- **USDM**: `0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7` -## Binance Smart Chain (BNB) +## Cross-chain conversions + +Cross-chain deposits are delivered as the same token unless the pair is listed here: -- **WETH**: `0x2170Ed0880ac9A755fd29B2688956BD959F933F8` -- **USDC**: `0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d` -- **USDT**: `0x55d398326f99059fF775485246999027B3197955` -- **DAI**: `0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3` -- **U**: `0xce24439f2d9c6a2289f741120fe202248b666666` +- **USDC → USDG on Robinhood** — deposit USDC on Ethereum, Optimism, Arbitrum, Base, Polygon, HyperEVM, World Chain, Unichain, Linea, Ink or Monad, and receive USDG on Robinhood. +- **USDG on Robinhood → USDC** — deposit USDG on Robinhood and receive USDC on any of the chains above. diff --git a/docs/pages/onramp/smart-routing-address/supported-chains.mdx b/docs/pages/onramp/smart-routing-address/supported-chains.mdx index bd48ee6f..de5f85d5 100644 --- a/docs/pages/onramp/smart-routing-address/supported-chains.mdx +++ b/docs/pages/onramp/smart-routing-address/supported-chains.mdx @@ -8,7 +8,6 @@ If you want your chain supported, [get in touch](https://forms.gle/sxpsSKnmKuFat - **WETH**: `0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2` - **USDC**: `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48` - **USDT**: `0xdAC17F958D2ee523a2206206994597C13D831ec7` -- **DAI**: `0x6B175474E89094C44Da98b954EedeAC495271d0F` - **WBTC**: `0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599` ## Optimism @@ -17,7 +16,6 @@ If you want your chain supported, [get in touch](https://forms.gle/sxpsSKnmKuFat - **WETH**: `0x4200000000000000000000000000000000000006` - **USDC**: `0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85` - **USDT**: `0x94b008aA00579c1307B0EF2c499aD98a8ce58e58` -- **DAI**: `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` - **WBTC**: `0x68f180fcCe6836688e9084f035309E29Bf0A2095` ## Arbitrum @@ -26,7 +24,6 @@ If you want your chain supported, [get in touch](https://forms.gle/sxpsSKnmKuFat - **WETH**: `0x82aF49447D8a07e3bd95BD0d56f35241523fBab1` - **USDC**: `0xaf88d065e77c8cC2239327C5EDb3A432268e5831` - **USDT**: `0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9` -- **DAI**: `0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1` - **WBTC**: `0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f` ## Base @@ -35,7 +32,6 @@ If you want your chain supported, [get in touch](https://forms.gle/sxpsSKnmKuFat - **WETH**: `0x4200000000000000000000000000000000000006` - **USDC**: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` - **USDT**: `0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2` -- **DAI**: `0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb` ## Binance Smart Chain (BSC) @@ -48,7 +44,6 @@ If you want your chain supported, [get in touch](https://forms.gle/sxpsSKnmKuFat - **WETH**: `0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619` - **USDC**: `0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359` - **USDT**: `0xc2132D05D31c914a87C6611C10748AEb04B58e8F` -- **DAI**: `0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063` - **WBTC**: `0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6` ## HyperEVM @@ -61,7 +56,6 @@ If you want your chain supported, [get in touch](https://forms.gle/sxpsSKnmKuFat - **ETH**: `Native` - **WETH**: `0x4200000000000000000000000000000000000006` - **USDC**: `0x79A02482A880bCE3F13e09Da970dC34db4CD24d1` -- **WBTC**: `0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3` ## Unichain @@ -75,33 +69,14 @@ If you want your chain supported, [get in touch](https://forms.gle/sxpsSKnmKuFat - **WETH**: `0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f` - **USDC**: `0x176211869cA2b568f2A7D4EE941E073a821EE1ff` - **USDT**: `0xA219439258ca9da29E9Cc4cE5596924745e12B93` -- **DAI**: `0x4AF15ec2A0BD43Db75dd04E62FAA3B8EF36b00d5` - **WBTC**: `0x3aAB2285ddcDdaD8edf438C1bAB47e1a9D05a9b4` -## Mode - -- **ETH**: `Native` -- **WETH**: `0x4200000000000000000000000000000000000006` -- **USDC**: `0xd988097fb8612cc24eeC14542bC03424c656005f` -- **USDT**: `0xf0F161fDA2712DB8b566946122a5af183995e2eD` -- **WBTC**: `0xcDd475325D6F564d27247D1DddBb0DAc6fA0a5CF` - -## Scroll - -- **ETH**: `Native` -- **WETH**: `0x5300000000000000000000000000000000000004` -- **USDC**: `0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4` -- **USDT**: `0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df` -- **WBTC**: `0x3C1BCa5a656e69edCD0D4E36BEbb3FcDAcA60Cf1` - -## Blast - -- **WBTC**: `0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692` - -## Zora +## Ink - **ETH**: `Native` - **WETH**: `0x4200000000000000000000000000000000000006` +- **USDC**: `0x2D270e6886d130D724215A266106e6832161EAEd` +- **USDT**: `0x0200C29006150606B650577BBE7B6248F58470c1` ## Soneium @@ -114,6 +89,10 @@ If you want your chain supported, [get in touch](https://forms.gle/sxpsSKnmKuFat - **USDC**: `0x754704Bc059F8C67012fEd69BC8A327a5aafb603` - **USDT**: `0xe7cd86e13AC4309349F30B3435a9d337750fC82D` +## Plasma + +- **USDT**: `0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb` + ## Tempo - **USDC.e**: `0x20C000000000000000000000b9537d11c60E8b50`