Everstrat.xyz | Docs
Get Started

Connect wallet and supported network

Wallet prerequisites, supported chain, and the current network assumptions in the live web3 app.

Supported Chain

The app currently supports one network:

ItemValue
NetworkArbitrum Sepolia
Chain ID421614
Source of truthfrontend-app/web3-app/src/config/index.ts

Wallet Flow

The app uses RainbowKit and wagmi for connection state, then replaces the generic account button with a custom account dialog.

Open the app and connect through the wallet control in the header.
If you are on the wrong chain, the transaction flow forces a switch to Arbitrum Sepolia.
After connection, the header opens account details instead of the default wallet modal.

What The Account Dialog Adds

  • wallet identity and connector metadata
  • subgraph-backed summary metrics
  • recent protocol activity
  • queued burn cancellation when the action is currently available

Read more in Account details and activity feed.

WalletConnect project id

Real wallet connections require NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID. The app ships with a placeholder fallback for local builds, but that fallback is not a production configuration.

Last updated on

On this page