Function validateSupportedChain
validateSupportedChain( _chain: string,): | "aptos" | "arbitrum" | "base" | "coredao" | "ethereum" | "optimism" | "aurora" | "near" | "solana" | "starknet" | "sui" Returns
| "aptos"
| "arbitrum"
| "base"
| "coredao"
| "ethereum"
| "optimism"
| "aurora"
| "near"
| "solana"
| "starknet"
| "sui"
Type assertion for whether the given chain is supported. Throws an error if Switchboard is not deployed on the target chain.