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
5 changes: 0 additions & 5 deletions .changeset/flat-snakes-think.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-crabs-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-eggs-grow.md

This file was deleted.

6 changes: 6 additions & 0 deletions examples/oft-hyperliquid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @layerzerolabs/oft-hyperliquid-example

## 1.0.9

### Patch Changes

- bfea443: alignedQuoteAsset support on core spot deployment + instructions on how to create a custom hyperliquid sdk action for sign + submit

## 1.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/oft-hyperliquid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/oft-hyperliquid-example",
"version": "1.0.8",
"version": "1.0.9",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"@babel/core": "^7.23.9",
"@layerzerolabs/devtools-evm-hardhat": "^4.0.4",
"@layerzerolabs/eslint-config-next": "~2.3.39",
"@layerzerolabs/hyperliquid-composer": "^2.0.3",
"@layerzerolabs/hyperliquid-composer": "^2.0.4",
"@layerzerolabs/lz-definitions": "^3.0.59",
"@layerzerolabs/lz-evm-messagelib-v2": "^3.0.12",
"@layerzerolabs/lz-evm-protocol-v2": "^3.0.12",
Expand Down
6 changes: 6 additions & 0 deletions packages/hyperliquid-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @layerzerolabs/hyperliquid-composer

## 2.0.4

### Patch Changes

- bfea443: alignedQuoteAsset support on core spot deployment + instructions on how to create a custom hyperliquid sdk action for sign + submit

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperliquid-composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/hyperliquid-composer",
"version": "2.0.3",
"version": "2.0.4",
"description": "LayerZero Labs reference EVM OmniChain Fungible Token (OFT) implementation for Hyperliquid",
"keywords": [
"LayerZero",
Expand Down
7 changes: 7 additions & 0 deletions packages/ua-devtools-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @layerzerolabs/ua-devtools-solana

## 8.0.6

### Patch Changes

- 1136e94: remove duplicate setPeer instruction
- e9ad978: Refactor enforced option setter on Solana to keep existing value rather than reset to null

## 8.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ua-devtools-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/ua-devtools-solana",
"version": "8.0.5",
"version": "8.0.6",
"description": "Utilities for LayerZero Solana projects",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading