> For the complete documentation index, see [llms.txt](https://docs.deepsafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deepsafe.network/develop-guide/network-configuration.md).

# Network Configuration

To start building on DeepSafe, you need to add the corresponding network's configurations to your development environment, e.g. MetaMask, Hardhat configuration files, etc. In the following, we provide the default configurations for interacting with different environments regarding the chain.

## Mainnet

#### DeepSafe Beta Mainnet:

<table><thead><tr><th width="209">Variable</th><th>Value</th></tr></thead><tbody><tr><td>Network name</td><td>DeepSafe Beta Mainnet</td></tr><tr><td>RPC URL (http)</td><td>https://betamainnet-rpc-node-http.deepsafe.network</td></tr><tr><td>RPC URL (wss)</td><td>wss://betamainnet-rpc-node-http.deepsafe.network</td></tr><tr><td>Chain ID</td><td><code>10011</code></td></tr><tr><td>Currency symbol</td><td><code>DEF</code></td></tr></tbody></table>
