Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sirarthurmoney committed Jan 23, 2024
1 parent 9f55c4c commit 918c78f
Show file tree
Hide file tree
Showing 45 changed files with 1,128 additions and 372 deletions.
3 changes: 1 addition & 2 deletions examples/oapp/contracts/mock/LZEndpointV2Mock.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// SPDX-License-Identifier: BUSL-1.1

// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.22;

import { SafeCast } from "@openzeppelin/contracts/utils/math/SafeCast.sol";
Expand Down
16 changes: 8 additions & 8 deletions examples/oapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@layerzerolabs/eslint-config-next": "^2.0.7",
"@layerzerolabs/lz-definitions": "~2.0.7",
"@layerzerolabs/lz-evm-messagelib-v2": "~2.0.7",
"@layerzerolabs/lz-evm-oapp-v2": "~2.0.7",
"@layerzerolabs/lz-evm-protocol-v2": "~2.0.7",
"@layerzerolabs/lz-evm-v1-0.7": "~2.0.7",
"@layerzerolabs/prettier-config-next": "^2.0.7",
"@layerzerolabs/solhint-config": "^2.0.7",
"@layerzerolabs/eslint-config-next": "^2.0.14",
"@layerzerolabs/lz-definitions": "~2.0.14",
"@layerzerolabs/lz-evm-messagelib-v2": "~2.0.14",
"@layerzerolabs/lz-evm-oapp-v2": "~2.0.14",
"@layerzerolabs/lz-evm-protocol-v2": "~2.0.14",
"@layerzerolabs/lz-evm-v1-0.7": "~2.0.14",
"@layerzerolabs/prettier-config-next": "^2.0.14",
"@layerzerolabs/solhint-config": "^2.0.14",
"@layerzerolabs/toolbox-foundry": "~0.0.2",
"@layerzerolabs/toolbox-hardhat": "~0.0.3",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/oapp/test/foundry/MyOApp.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { OptionsBuilder } from "@layerzerolabs/lz-evm-oapp-v2/contracts/oapp/lib
import { MessagingFee } from "@layerzerolabs/lz-evm-oapp-v2/contracts/oapp/OApp.sol";
import { MessagingReceipt } from "@layerzerolabs/lz-evm-oapp-v2/contracts/oapp/OAppSender.sol";
import { MyOApp } from "../../contracts/MyOApp.sol";
import { TestHelper } from "./TestHelper.sol";
import { TestHelper } from "lz-std/TestHelper.sol";

import "forge-std/console.sol";

Expand Down
11 changes: 0 additions & 11 deletions examples/oapp/test/hardhat/OApp.test.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
pragma solidity ^0.8.22;

import { OFT } from "@layerzerolabs/lz-evm-oapp-v2/contracts/oft/OFT.sol";
import { SendParam } from "@layerzerolabs/lz-evm-oapp-v2/contracts/oft/OFTCore.sol";
Expand Down
46 changes: 0 additions & 46 deletions examples/oft/contracts/YourOFT.sol

This file was deleted.

Loading

0 comments on commit 918c78f

Please sign in to comment.