Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
reference LZv2 upgradeability PR
Browse files Browse the repository at this point in the history
  • Loading branch information
e00dan committed Jan 9, 2024
1 parent 5cfc4b2 commit 9cb484f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository can be cloned to quickly start building upgradeable applications

These are the potential advantages of using this repository instead of official [LZ V2](https://github.com/LayerZero-Labs/LayerZero-v2) repository:
1. Multichain deployment script written in Solidity
2. OpenZeppelin V4 upgradeability for applications configured out of the box
2. OpenZeppelin V4 upgradeability for applications configured out of the box ([vide LZ-V2/PR-#9](https://github.com/LayerZero-Labs/LayerZero-v2/pull/9))
3. Native Foundry config - no NPM dependencies ([vide LZ-V2/Issue-#6](https://github.com/LayerZero-Labs/LayerZero-v2/issues/6)), no TypeScript
4. CREATE2 by default for deterministic addresses in multichain deployment
5. Very simple Counter example just to get started without advanced functionality
Expand Down Expand Up @@ -123,7 +123,7 @@ Example message options that can be used for quoting and then calling `increment

![message delivered](./img/message-delivered.png)

## Inspiration
## Inspiration 💡

This repository is, to a significant extent, a compilation of other people's work. I just put these separate pieces together to achieve best developer experience possible.

Expand Down

0 comments on commit 9cb484f

Please sign in to comment.