# 3. 各链网络配置与合约

### 火币链Heco

#### 网络配置

第一步，点击右上角的以太坊主网络

![](https://uploader.shimo.im/f/wRYhGOm0kVl66Z5t.png!thumbnail)

第二步，点击自定义RPC

![](https://uploader.shimo.im/f/5FSZpnX5hHJdFkY3.png!thumbnail)

第三步，设置自定义网络

* 网络名称（可自定义，易于识别就好）

```
HECO主网
```

* 新增RPC URL

```
https://http-mainnet.hecochain.com
```

* 链id （ChainID）

```
128
```

* 符号

```
HT
```

* 屏蔽管理器URL

```
https://scan.hecochain.com
```

设置范例如下，点击保存即可使用：

![](https://uploader.shimo.im/f/w8ANWkGr1vFsSmSt.png!thumbnail)

第四步，钱包的切换

上述工作完成后，在使用火币生态链的相关DeFi平台/Dapp时，需要切换钱包到HECO主网中。

切换方式如下：

点击以太坊主网络的箭头，选择HECO主网即可

![](https://uploader.shimo.im/f/6DxzJrkE3TYGqR9a.png!thumbnail)![](https://uploader.shimo.im/f/xZdvXoK9JW7ruaf2.png!thumbnail)

#### 合约

MasterChef Contract:<https://scan.hecochain.com/address/0x06c7b472261f788634b62214adbb6d26795d85f9#code>

Sashimi Contract:<https://scan.hecochain.com/address/0xc2037c1c13dd589e0c14c699dd2498227d2172cc#code>

### 币安链BSC

#### 网络配置

第一步，点击右上角的以太坊主网络

![](https://uploader.shimo.im/f/wRYhGOm0kVl66Z5t.png!thumbnail)

第二步，点击自定义RPC

![](https://uploader.shimo.im/f/5FSZpnX5hHJdFkY3.png!thumbnail)

第三步，设置自定义网络

* 网络名称（可自定义，易于识别就好）

```
Binance Smart Chain
```

* 新增RPC URL

```
https://bsc-dataseed.binance.org/
```

* 链id （ChainID）

```
0x38
```

* 符号

```
BNB
```

* 屏蔽管理器URL

```
https://www.bscscan.com
```

设置范例如下，点击保存即可使用：

![](/files/-MURf7VBakNUSk1Nj7GB)

第四步，钱包的切换

上述工作完成后，在使用火币生态链的相关DeFi平台/Dapp时，需要切换钱包到Binance Smart Chain中。

切换方式如下：

点击以太坊主网络的箭头，选择Binance Smart Chain即可

![](/files/-MURfLlf_ZNg7_W2adwc)

![](/files/-MURfGCRWR99MMe20oxL)

#### 合约

MasterChef Contract：

Sashimi Contract:


---

# 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.sashimi.cool/zhong-wen/3.-ge-lian-wang-luo-pei-zhi-yu-he-yue.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.
