[Archive] Switch Network from Polygon To Solana

Hey @dev.amsets, sorry for the delays. Switch chain doesn’t support changing chains to cross ecosystem from EVM to Solana since you are using the EthereumPrivateKeyProvider.

You can checkout our Multi-chain example on how to achieve it, giving a short summary, you’ll have to maintain different instances of Private key providers, and setup private key yourself for provider. You can check example for more details.