Function isSupportedChain
isSupportedChain( chain: string,): chain is | "aptos" | "arbitrum" | "base" | "coredao" | "ethereum" | "optimism" | "aurora" | "near" | "solana" | "starknet" | "sui" Returns chain is
| "aptos"
| "arbitrum"
| "base"
| "coredao"
| "ethereum"
| "optimism"
| "aurora"
| "near"
| "solana"
| "starknet"
| "sui"
Type assertion for whether a given chain is supported on the Switchboard Network.