-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e66d0e
commit 8a603e5
Showing
89 changed files
with
26,231 additions
and
863 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 |
---|---|---|
@@ -1,2 +1,39 @@ | ||
# lif3-endpoint | ||
Lif3's LayerZero Endpoint | ||
|
||
## Deployment: | ||
### V1 Endpoint: | ||
cd to v1-endpoint-deployment | ||
run: | ||
pnpm install | ||
|
||
npx hardhat deploy --network avalanche-testnet --tags PriceFeed | ||
npx hardhat deploy --network avalanche-testnet --tags Endpoint | ||
npx hardhat deploy --network avalanche-testnet --tags FPValidator | ||
npx hardhat deploy --network avalanche-testnet --tags MPTValidator01 | ||
npx hardhat deploy --network avalanche-testnet --tags NonceContract | ||
npx hardhat deploy --network avalanche-testnet --tags UltraLightNodeV2 | ||
npx hardhat deploy --network avalanche-testnet --tags TreasuryV2 | ||
npx hardhat deploy --network avalanche-testnet --tags RelayerV2 | ||
|
||
### V2 Endpoint: | ||
cd to v2-endpoint-deployment | ||
run: | ||
pnpm install | ||
|
||
npx hardhat deploy --network avalanche-testnet --tags EndpointV2 | ||
npx hardhat deploy --network avalanche-testnet --tags EndpointV2View | ||
npx hardhat deploy --network avalanche-testnet --tags Treasury | ||
npx hardhat deploy --network avalanche-testnet --tags SendUln302 | ||
npx hardhat deploy --network avalanche-testnet --tags ReceiveUln302 | ||
npx hardhat deploy --network avalanche-testnet --tags ReceiveUln302View | ||
npx hardhat deploy --network avalanche-testnet --tags TreasuryFeeHandler | ||
npx hardhat deploy --network avalanche-testnet --tags SendUln301 | ||
npx hardhat deploy --network avalanche-testnet --tags ReceiveUln301 | ||
npx hardhat deploy --network avalanche-testnet --tags ReceiveUln301View | ||
npx hardhat deploy --network avalanche-testnet --tags DVNFeeLib | ||
npx hardhat deploy --network avalanche-testnet --tags PriceFeed | ||
npx hardhat deploy --network avalanche-testnet --tags DVN | ||
npx hardhat deploy --network avalanche-testnet --tags ExecutorFeeLib | ||
npx hardhat deploy --network avalanche-testnet --tags Executor | ||
npx hardhat deploy --network avalanche-testnet --tags LzExecutor |
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
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
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
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
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
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
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
Oops, something went wrong.