Wallet / Reown AppKit
Wallet / Reown AppKit
Section titled “Wallet / Reown AppKit”The staking app uses Reown AppKit 1.8.23 with the Wagmi adapter.
Production network policy
Section titled “Production network policy”The v3.5.6 production configuration exposes BSC Mainnet only:
import { bsc } from '@reown/appkit/networks'
export const networks = [bsc]export const targetNetwork = bscThe app’s runtime supported-chain guard also accepts Chain 56 only. Testnet deployment data is retained in source for future development builds, but it is not exposed by the live production wallet network selector.