espresso-cash / espresso-cash-public

Dart and Flutter apps and libraries maintained by Espresso Cash team for Solana.
https://espressocash.com
262 stars 88 forks source link

Testnet to Mainnet in solana_mobile_client #1525

Closed Airking26 closed 1 month ago

Airking26 commented 2 months ago

I cloned the project launched it and tested solana_mobile_client, it is working great. But i change the rpcUrl in solana_mobile_client/example/lib/main to : 'https://api.mainnet-beta.solana.com' and websocketUrl to : 'wss://api.mainnet-beta.solana.com' and run the app with Phantom i have an error "Unable to connect the app, this app is trying to connect to Solana Testnet, but Solana Mainnet is selected".

Thank you

Merculiar commented 2 months ago

Hey, @Airking26 , have you changed cluster name to 'mainnet-beta'?