# 设置 MetaMask

## 将网络添加到 MetaMask

* 网络名称：Caesar
* 链 ID：98989897
* 货币符号：RSOL

RPC URL

{% tabs %}
{% tab title="本地服务器设置" %}
<http://localhost:8545>
{% endtab %}

{% tab title="远程服务器设置" %}
<https://caesar.internal.romeprotocol.xyz（请替换为您的域名）>
{% endtab %}
{% endtabs %}

区块浏览器 URL

{% tabs %}
{% tab title="本地服务器设置" %}
<http://localhost:1000>
{% endtab %}

{% tab title="远程服务器设置" %}
[https://caesar.internal.romeprotocol.xyz:1000（请替换为您的域名）](https://docs.rome.builders/zh/legacy/rome-l2-setup/test-your-l2/https:/caesar.internal.romeprotocol.xyz:1000（请替换为您的域名）)
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rome.builders/zh/legacy/rome-l2-setup/test-your-l2/setup-metamask.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
