Skip to content

Commit 948e4fa

Browse files
Update src/content/ccip/tools-resources/network-specific/hyperliquid-integration-guide.mdx
Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
1 parent 9030ba4 commit 948e4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/ccip/tools-resources/network-specific/hyperliquid-integration-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Smart contracts on HyperEVM can access data from HyperCore by calling special sy
7171

7272
For example, when a contract on HyperEVM queries a token balance by calling a designated read precompile, it bypasses standard EVM execution. The call is handled directly by the validator, which fetches the requested data from HyperCore in real time. This mechanism provides secure, gas-efficient, read-only access to the core exchange state — including data such as order book balances, positions, and other protocol-level metrics.
7373

74-
This design enables the development of on-chain applications that can respond to the live state of the central limit order book on HyperCore. The same precompile infrastructure also powers cross-chain bridging, allowing seamless integration between ERC-20 tokens on HyperEVM and their linked HIP-1 counterparts on HyperCore.
74+
This design enables the development of onchain applications that can respond to the live state of the central limit order book on HyperCore. The same precompile infrastructure also powers cross-chain bridging, allowing seamless integration between ERC-20 tokens on HyperEVM and their linked HIP-1 counterparts on HyperCore.
7575

7676
In the following example snippet, a smart contract on HyperEVM can trustlessly read the balance of an HIP1 token on HyperCore.
7777

0 commit comments

Comments
 (0)