Noah Network
Convenience constants for the CAIP-2 chain IDs that connect-api accepts in Noah network parameters.
Only chains present in connect-api's CAIP2_TO_NOAH_NETWORK map are included. Passing any other value will be rejected with Unsupported network for Noah integration.
The BFF validates these via the [namespace]:[reference] regex and then translates them into Noah's internal network strings (e.g. "eip155:1" ->"Ethereum"). Passing a non-CAIP-2 value (e.g. "ethereum") will be rejected with Network must be a "[namespace]:[reference]".
Properties
Base Sepolia testnet — eip155:84532 -> Noah "BaseTestSepolia".
Ethereum Sepolia testnet — eip155:11155111 -> Noah "EthereumTestSepolia". Use with sandbox-only test assets such as USDC_TEST.
Gnosis Chiado testnet — eip155:10200 -> Noah "GnosisTestChiado".
Polygon Amoy testnet — eip155:80002 -> Noah "PolygonTestAmoy".
Solana devnet — solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1 -> Noah "SolanaDevnet". Equivalent to solana:devnet on the BFF.