Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/debug-and-trace-apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ For the full list of the available debug and trace API methods, see [Debug names

### Hyperliquid

To enable debug and trace APIs on your Hyperliquid HyperEVM mainnet node, you must have a [paid plan](https://chainstack.com/pricing/) and deploy the node as a [global node.](/docs/global-elastic-node)
To enable debug and trace APIs on your Hyperliquid HyperEVM node, you must have a [paid plan](https://chainstack.com/pricing/) and deploy the node as a [global node](/docs/global-elastic-node).

The HyperEVM supports standard Ethereum debug and trace APIs, allowing you to debug smart contracts and trace transactions on Hyperliquid's EVM-compatible layer.
Debug and trace APIs are available on both mainnet and testnet. The HyperEVM supports standard Ethereum debug and trace APIs, allowing you to debug smart contracts and trace transactions on Hyperliquid's EVM-compatible layer.

For the full list of the available debug and trace API methods, see [Debug namespace](https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug).

Expand Down
2 changes: 1 addition & 1 deletion docs/hyperliquid-tooling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Use your Chainstack Hyperliquid JSON-RPC endpoint to retrieve the EVM chain stat

### Debug & Trace APIs

Hyperliquid HyperEVM mainnet supports debug and trace APIs for smart contract debugging and transaction tracing. To enable these APIs, deploy a [global node](/docs/global-elastic-node) with debug & trace APIs enabled. See [Debug & Trace APIs](/docs/debug-and-trace-apis#hyperliquid) for more information.
Hyperliquid HyperEVM supports debug and trace APIs on both mainnet and testnet for smart contract debugging and transaction tracing. To enable these APIs, deploy a [global node](/docs/global-elastic-node) with debug & trace APIs enabled. See [Debug & Trace APIs](/docs/debug-and-trace-apis#hyperliquid) for more information.

## Hyperliquid system transactions

Expand Down
2 changes: 1 addition & 1 deletion docs/protocols-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ description: "This page lists all the supported networks that you can use to dep
| Hashkey | Dedicated | - | - | - | No | [Request deployment](https://chainstack.com/build-better-with-hashkey/#request) |
| Hedera | Dedicated | - | - | - | No | [Request deployment](https://chainstack.com/dedicated-nodes/) |
| Hemi | Dedicated | - | - | - | No | [Request deployment](https://chainstack.com/dedicated-nodes/) |
| Hyperliquid | Elastic, Dedicated | Full, Archive | Full | Testnet | Yes | [Deploy through platform](https://console.chainstack.com) |
| Hyperliquid | Elastic, Dedicated | Full, Archive | Full, Archive | Testnet | Yes | [Deploy through platform](https://console.chainstack.com) |
| Ink | Dedicated | - | - | - | No | [Request deployment](https://chainstack.com/build-better-with-ink/#request) |
| Kaia | Elastic, Dedicated | Full | Full | Kairos Testnet | Yes | [Deploy through platform](https://console.chainstack.com) |
| Katana | Dedicated | - | - | - | No | [Request deployment](https://chainstack.com/build-better-with-katana/#request) |
Expand Down
5 changes: 5 additions & 0 deletions node-options-master-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,11 @@
"mode": "Full",
"debug_trace": false,
"warp_transactions": false
},
{
"mode": "Archive",
"debug_trace": true,
"warp_transactions": false
}
]
}
Expand Down
8 changes: 8 additions & 0 deletions reference/hyperliquid-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ Follow these steps to sign up on Chainstack, deploy a Hyperliquid node, and find

Now you are ready to connect to the Hyperliquid blockchain and use the Hyperliquid API to build trading applications.

## Networks

Chainstack supports both Hyperliquid mainnet and testnet with full and archive node modes, WebSocket connections, and debug & trace APIs.

<Note>
On testnet, archive data is available starting from block `34112653`. Queries for blocks before this height will not return historical state.
</Note>