NoahNetwork

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

Link copied to clipboard
const val BASE: String

Base mainnet — eip155:8453 -> Noah "Base".

Link copied to clipboard
const val BASE_SEPOLIA: String

Base Sepolia testnet — eip155:84532 -> Noah "BaseTestSepolia".

Link copied to clipboard
const val ETHEREUM: String

Ethereum mainnet — eip155:1 -> Noah "Ethereum".

Link copied to clipboard

Ethereum Sepolia testnet — eip155:11155111 -> Noah "EthereumTestSepolia". Use with sandbox-only test assets such as USDC_TEST.

Link copied to clipboard
const val GNOSIS: String

Gnosis mainnet — eip155:100 -> Noah "Gnosis".

Link copied to clipboard

Gnosis Chiado testnet — eip155:10200 -> Noah "GnosisTestChiado".

Link copied to clipboard
const val POLYGON: String

Polygon PoS mainnet — eip155:137 -> Noah "PolygonPos".

Link copied to clipboard
const val POLYGON_AMOY: String

Polygon Amoy testnet — eip155:80002 -> Noah "PolygonTestAmoy".

Link copied to clipboard
const val SOLANA: String

Solana mainnet — solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp -> Noah "Solana". Equivalent to solana:mainnet on the BFF.

Link copied to clipboard

Solana devnet — solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1 -> Noah "SolanaDevnet". Equivalent to solana:devnet on the BFF.