# 在 Rome 测试网上 SOL → rSOL 存款失败

此行为通常由 Solana 钱包未正确设置为 Testnet/Devnet 模式或因钱包连接陈旧引起。

### 症状

用户可能遇到以下一项或多项情况：

* 钱包警告：“Txn 可能因 SOL 不足而失败”
* Rome 界面错误：“存款失败：交易已提交，但确认失败”
* SOL 余额看似充足，但交易未被确认\ <br>

  <figure><img src="/files/900c99a3053a3d861644fe2d4aca939816c7900b" alt=""><figcaption></figcaption></figure>

### 逐步解决步骤

按顺序完成所有步骤。

***

#### 步骤 1：断开钱包并重启浏览器

1. 断开两个钱包：
2. Solana 钱包（例如 Phantom）
3. EVM 钱包
4. 完全关闭并重启您的默认浏览器
5. 重新打开 [Rome 测试网界面](https://swap.testnet.romeprotocol.xyz/)

***

#### 步骤 2：打开 Solana 钱包设置

1. 打开您的 Solana 钱包扩展（例如 Phantom）。
2. 点击 设置&#x20;

### ![](/files/bfa40cd9553c0e5b9e76535cf3e86cef517fb963)  步骤 3：进入开发者设置

在 设置 内，点击 开发者设置

### ![](/files/023222a70d1cce67429649db53f876108e6669b4)  步骤 4：启用测试网模式

1. 将 测试网模式 切换为 开启
2. 确认网络已设置为：
3. Solana：Devnet

这可确保为 Rome 测试网正确计算余额和手续费。\
\
![](/files/26730c2099354f345096a26462eb8f5ddc26cd5a)

### 步骤 5：重新连接钱包并重试存款

1. 返回 Rome 存款界面
2. 重新连接：
3. Solana 钱包（现在处于测试网/Devnet 模式）
4. EVM 钱包
5. 输入 SOL 数量
6. 点击 转移<br>

✅ 交易现在应能成功确认，rSOL 将被存入您的 EVM 钱包。<br>

<figure><img src="/files/ff677afd30c6ea63ff5251fa1dab2a1f2383bc00" alt=""><figcaption></figcaption></figure>

### 预期结果

* 不再出现 SOL 不足警告
* 存款交易成功确认
* rSOL 余额在 EVM 钱包中正确更新

***

### 备注

* 当钱包之前在主网连接时，此问题最为常见
* 重启浏览器可确保清除陈旧的钱包状态
* 测试时务必确认您正在使用 Rome 测试网

***

如果按照所有步骤操作后问题仍然存在，请收集交易签名和钱包地址，并通过 Rome 界面的“获取帮助”联系支持。


---

# 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/troubleshooting-guide/sol-rsol-deposit-fails-on-rome-testnet.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.
