Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Goulding <[email protected]>
  • Loading branch information
ryandgoulding committed Oct 29, 2024
1 parent 4b78140 commit 80541b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
1 change: 0 additions & 1 deletion packages/layerzero-v2/solana/programs/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ messagelib_interface = "J8tfaWEsewRGacgvAeQsXLTRTuUQz5FGyUuqDW2TpiTJ"
pricefeed = "8ahPGPjEbpgGaZx2NV1iG5Shj7TDwvsjkEDcGWjt94TP"
simple_messagelib = "6GsmxMTHAAiFKfemuM4zBjumTjNSX5CAiw4xSSXM2Toy"
uln = "7a4WjyR8VZ7yZz5XJAKm39BUGn5iT9CKcv2pmG9tdXVH"
oft = "HRPXLCqspQocTjfcX4rvAPaY9q6Gwb1rrD3xXWrfJWdW"

[registry]
url = "https://api.apr.dev"
Expand Down
11 changes: 0 additions & 11 deletions packages/layerzero-v2/solana/programs/Cargo.lock

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

8 changes: 8 additions & 0 deletions packages/layerzero-v2/solana/programs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,11 @@ The public keypair(solana/keypair) files are backed up from the target/deploy fo
```shell
solana program deploy --program-id ./keypair/xxx.json ./target/deploy/xxx.so
```

## OFT

The Solana OFT reference implementation has moved!

Updated Implementation [0.2.x](https://github.com/LayerZero-Labs/devtools/tree/main/examples/oft-solana)

Original Implementation [0.1.x](https://github.com/LayerZero-Labs/devtools/tree/solana_oftv1/examples/oft-solana)
7 changes: 0 additions & 7 deletions packages/layerzero-v2/solana/programs/programs/oft/README.md

This file was deleted.

0 comments on commit 80541b8

Please sign in to comment.