Skip to main content
The Startale App SDK supports two networks today.

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 by viem/chains and wagmi/chains:

Declaring supported chains

For the wagmi connector, the chain list comes from wagmi’s createConfig({ chains }) array. startaleConnector() derives appChainIds from it automatically:

Switching networks

Use wagmi’s useSwitchChain() or the raw provider’s wallet_switchEthereumChain method. The popup confirms the switch with the user before the chain changes.
Inside a Mini App, 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.

Testnet ETH

For Soneium Minato testing, see the Soneium faucets list maintained by the Soneium team. It lists the current providers and their daily limits. If a faucet runs out, claim Sepolia ETH from any Ethereum testnet faucet and bridge it to Minato through the Soneium Bridge.

Testnet USDSC

There is no public USDSC faucet on Soneium Minato today. If you need to test token interaction, you can deploy your own token.