@dynamic-labs/sdk-api-core.
The
lcdUrl field is only required for Cosmos networks.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
@dynamic-labs/sdk-api-core.
type GenericNetwork = {
blockExplorerUrls: Array<string>
chainId: number | string
chainName?: string
iconUrls: Array<string>
lcdUrl?: string
name: string
nameService?: NameService
nativeCurrency: NativeCurrency
networkId: number | string
privateCustomerRpcUrls?: Array<string>
rpcUrls: Array<string>
vanityName?: string
}
lcdUrl field is only required for Cosmos networks.Was this page helpful?