Public RPC endpoints
These public endpoints are rate-limited and intended for development. For production traffic, run your own node or use an infrastructure partner. See the Soneium builder docs for the current options.
Block explorers
Chain definitions
Both chains are exported byviem/chains and wagmi/chains:
Declaring supported chains
For the wagmi connector, the chain list comes from wagmi’screateConfig({ chains }) array. startaleConnector() derives appChainIds from it automatically:
Switching networks
Use wagmi’suseSwitchChain() or the raw provider’s wallet_switchEthereumChain method. The popup confirms the switch with the user before the chain changes.
wallet_switchEthereumChain is forwarded by the SDK but the host may reject the request. The Startale App host controls the active chain; treat a rejection as a host-enforced constraint. See Mini App wallet integration for the full constraint surface.
Stablecoin
USDSC is the canonical stablecoin on Soneium.
See Pay with USDSC for full transfer examples.