Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Greenfield tools operate on **testnet** or **mainnet**. Use **`network`**: `"testnet"` (default) or `"mainnet"`. Writes require **PRIVATE_KEY** in the MCP server env (or passed where supported).

## Network Configuration

| Network | Chain ID | RPC Endpoint |
|---------|----------|--------------|
| Greenfield Mainnet | 1017 | https://greenfield-chain.bnbchain.org |
| Greenfield Testnet | 5600 | https://gnfd-testnet-fullnode-tendermint-us.bnbchain.org |

**Note:** Some tools may be named differently in the implementation (e.g. file upload). Use the tool names exposed by the MCP server; below matches the [BNB Chain MCP README](https://github.com/bnb-chain/bnbchain-mcp) and common usage.

---
Expand Down