Network Configuration
Switch between Cookie Chain and Solana Mainnet, configure custom RPC endpoints, and use devnet for testing.
Morsel supports Cookie Chain and Solana Mainnet out of the box. You can switch networks at any time and configure custom RPC endpoints for advanced use cases.
Default Networks
When you first install Morsel, two networks are pre-configured:
- Cookie Chain Mainnet — the primary network for COOKIE and Cookie Chain dApps
- Solana Mainnet — full Solana support including SPL tokens, NFTs, and DeFi
Switching Networks
- Open Morsel
- Tap the network name at the top of the home screen
- Select your target network from the list
- Your balance and activity feed update immediately
Each network maintains its own transaction history and token balances. Your accounts and seed phrase are shared across all networks.
Adding a Custom RPC Endpoint
For lower latency or private RPC access, you can replace the default endpoint for any network:
- Go to Settings → Networks
- Tap the network you want to configure
- Tap Custom RPC
- Paste your RPC endpoint URL and tap Save
bash
# Example endpoints
https://rpc.cookiechain.xyz # Cookie Chain public
https://api.mainnet-beta.solana.com # Solana public
https://your-private-node.com/rpc # Private / dedicatedOnly use RPC endpoints you trust. A malicious RPC cannot steal your funds but could return incorrect data about your balances or transactions.
Using Devnet for Testing
Both Cookie Chain and Solana have devnet environments with free test tokens. Use these when building or testing dApps.
- Open Morsel and go to Settings → Networks
- Tap Add Network
- Select Cookie Chain Devnet or Solana Devnet from the presets
- Switch to the devnet from the home screen network picker
Get free devnet COOKIE from the Cookie Chain faucet, and free devnet SOL from the Solana faucet. Transactions on devnet are free and reversed regularly — nothing you do there affects mainnet funds.
Cookie Chain vs Solana — Key Differences
| Feature | Cookie Chain | Solana Mainnet |
|---|---|---|
| Native token | COOKIE | SOL |
| Avg confirmation | < 1 second | < 1 second |
| Avg fee | < $0.001 | $0.001–$0.01 |
| dApp ecosystem | Cookie Chain native | Full Solana ecosystem |
| Wallet address format | Same base58 format | Same base58 format |
Cookie Chain and Solana use the same address format. Always double-check you are on the right network before sending — tokens sent on the wrong network will not arrive.