Documentation Index
Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bounties

🚀 Stablecoin Accounts are live! Learn more
Documentation Index
Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

import { DynamicContextProvider } from "@dynamic-labs/sdk-react-core"
import { EthereumWalletConnectors} from "@dynamic-labs/ethereum"
import { soneiumMinato } from "viem/chains"
<DynamicContextProvider settings={{
environmentId: "XXXXXX",
walletConnectors: [EthereumWalletConnectors],
overrides: {
evmNetworks: [
{
chainId: soneiumMinato.id,
networkId: soneiumMinato.id,
name: soneiumMinato.name,
nativeCurrency: soneiumMinato.nativeCurrency,
rpcUrls: [...soneiumMinato.rpcUrls.default.http],
iconUrls: ["https://soneium.org/favicon.ico"],
blockExplorerUrls: [soneiumMinato.blockExplorers.default.url]
}
]
}
}}>
<App />
</DynamicContextProvider>
Was this page helpful?