Skip to content
Open
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
2 changes: 1 addition & 1 deletion examples/oft-hyperliquid/HYPERLIQUID.README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The current architecture has certain error handling AND checks (because hyperliq

#### Transfer exceeding u64.max

HyperCore's spot send only allows for a maximum of `u64` tokens to be transferred across. This means (in the unlikely event) that the user sends across greater than `u64` the difference would be returned the the `receiver` address on `HyperEVM`.
HyperCore's spot send only allows for a maximum of `u64` tokens to be transferred across. This means (in the unlikely event) that the user sends across greater than `u64` the difference would be returned the `receiver` address on `HyperEVM`.

#### Transfer exceeding HyperCore Bridge Capactiy

Expand Down
2 changes: 1 addition & 1 deletion packages/hyperliquid-composer/HYPERLIQUID.README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ The current architecture has certain error handling AND checks (because Hyperliq

#### Transfer exceeding u64.max

HyperCore's spot send only allows for a maximum of `u64` tokens to be transferred across. This means (in the unlikely event) that the user sends across greater than `u64` the difference would be returned the the `receiver` address on `HyperEVM`.
HyperCore's spot send only allows for a maximum of `u64` tokens to be transferred across. This means (in the unlikely event) that the user sends across greater than `u64` the difference would be returned the `receiver` address on `HyperEVM`.

#### Transfer exceeding HyperCore Bridge Capactiy

Expand Down