-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🗞️ packages/oft-alt-evm - for alt endpoint ofts (#1056)
Signed-off-by: Shankar <shankar@layerzerolabs.org>
- Loading branch information
1 parent
ed1f5db
commit 9196400
Showing
17 changed files
with
5,466 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
out | ||
cache | ||
|
||
# artifacts; ignore all files except the local contract artifacts. | ||
artifacts/* | ||
!artifacts/Fee.sol/ | ||
!artifacts/IFee.sol/ | ||
!artifacts/IOFT.sol/ | ||
!artifacts/OFTComposeMsgCodec.sol/ | ||
!artifacts/OFTMsgCodec.sol/ | ||
!artifacts/OFT.sol/ | ||
!artifacts/OFTAlt.sol/ | ||
!artifacts/OFTAltAdapter.sol/ | ||
!artifacts/OFTAdapter.sol/ | ||
!artifacts/OFTCore.sol/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<p align="center"> | ||
<a href="https://layerzero.network"> | ||
<img alt="LayerZero" style="max-width: 500px" src="https://d3a2dpnnrypp5h.cloudfront.net/bridge-app/lz.png"/> | ||
</a> | ||
</p> | ||
|
||
<h1 align="center">@layerzerolabs/oft-alt-evm</h1> | ||
|
||
<!-- The badges section --> | ||
<p align="center"> | ||
<!-- Shields.io NPM published package version --> | ||
<a href="https://www.npmjs.com/package/@layerzerolabs/oft-alt-evm"><img alt="NPM Version" src="https://img.shields.io/npm/v/@layerzerolabs/oft-alt-evm"/></a> | ||
<!-- Shields.io NPM downloads --> | ||
<a href="https://www.npmjs.com/package/@layerzerolabs/oft-alt-evm"><img alt="Downloads" src="https://img.shields.io/npm/dm/@layerzerolabs/oft-alt-evm"/></a> | ||
<!-- Shields.io license badge --> | ||
<a href="https://www.npmjs.com/package/@layerzerolabs/oft-alt-evm"><img alt="NPM License" src="https://img.shields.io/npm/l/@layerzerolabs/oft-alt-evm"/></a> | ||
</p> | ||
|
||
## Installation | ||
|
||
```bash | ||
pnpm install @layerzerolabs/oft-alt-evm | ||
``` | ||
|
||
```bash | ||
yarn install @layerzerolabs/oft-alt-evm | ||
``` | ||
|
||
```bash | ||
npm install @layerzerolabs/oft-alt-evm | ||
``` |
Oops, something went wrong.