From 320c6a39e862eed481571f33ca931e450ee4f748 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Mon, 12 Aug 2024 08:35:24 -0700 Subject: [PATCH] chore: Revert unwanted --- .../actions/setup-environment/action.yaml | 4 - examples/oft-solana/.eslintignore | 4 +- examples/oft-solana/CHANGELOG.md | 234 ------------------ .../target/deploy/endpoint-keypair.json | 6 + .../oft-solana/target/deploy/oft-keypair.json | 6 + 5 files changed, 13 insertions(+), 241 deletions(-) delete mode 100644 examples/oft-solana/CHANGELOG.md create mode 100644 examples/oft-solana/target/deploy/endpoint-keypair.json create mode 100644 examples/oft-solana/target/deploy/oft-keypair.json diff --git a/.github/workflows/actions/setup-environment/action.yaml b/.github/workflows/actions/setup-environment/action.yaml index ad83a3f9f..c0b6ae82d 100644 --- a/.github/workflows/actions/setup-environment/action.yaml +++ b/.github/workflows/actions/setup-environment/action.yaml @@ -7,7 +7,3 @@ runs: name: Install pnpm with: run_install: false - - - name: Free up disk space - shell: bash - run: rm -rf /swapfile diff --git a/examples/oft-solana/.eslintignore b/examples/oft-solana/.eslintignore index cf008e110..50166580a 100644 --- a/examples/oft-solana/.eslintignore +++ b/examples/oft-solana/.eslintignore @@ -10,6 +10,4 @@ out *.sol *.yaml *.lock -package-lock.json -test -tasks \ No newline at end of file +package-lock.json \ No newline at end of file diff --git a/examples/oft-solana/CHANGELOG.md b/examples/oft-solana/CHANGELOG.md deleted file mode 100644 index 6985886d6..000000000 --- a/examples/oft-solana/CHANGELOG.md +++ /dev/null @@ -1,234 +0,0 @@ -# @layerzerolabs/oft-example - -## 0.2.14 - -### Patch Changes - -- d126c52: Update monorepo dependencies and typescript version - -## 0.2.13 - -### Patch Changes - -- 40aebd3: Fix avalanche-testnet url - -## 0.2.12 - -### Patch Changes - -- 218ab72: OpenZeppelin Contracts/Contracts-Upgradeable Upgraded to 5.0.2 - -## 0.2.11 - -### Patch Changes - -- 658ba47: Update to use @layerzerolabs/oapp-evm - -## 0.2.10 - -### Patch Changes - -- 7c4b031: Fix network name suffix in examples - -## 0.2.9 - -### Patch Changes - -- d2ff651: Use @layerzerolabs/oft-evm OFT version - -## 0.2.8 - -### Patch Changes - -- 141d067: Update cache paths - -## 0.2.7 - -### Patch Changes - -- 3ec2912: Fixing changeset race condition in the PR's updating them all -- 58cbd3e: Update to latest lz dependencies - -## 0.2.6 - -### Patch Changes - -- 938ac3d: Improve error reporting on UIntBigIntSchema - -## 0.2.5 - -### Patch Changes - -- f865318: Update @LayerZero-Labs dependencies to 2.3.3 - -## 0.2.4 - -### Patch Changes - -- 835cdbe: Replace Mumbai with Amoy - -## 0.2.3 - -### Patch Changes - -- e16c864: Update @LayerZero-Labs dependencies to 2.1.27 -- e16c864: Update executor config schema & types after update to 2.1.27 - -## 0.2.2 - -### Patch Changes - -- c09680a: Update @LayerZero-Labs dependencies to 2.1.25 -- c09680a: Add eslint-plugin-jest-extended to examples - -## 0.2.1 - -### Patch Changes - -- a6f2fef: Re-export useful types from toolbox-hardhat - -## 0.2.0 - -### Minor Changes - -- a4093ab: Adapt LayerZero package updates, including OApp version 2 - -## 0.1.10 - -### Patch Changes - -- ff6427c: Update @LayerZero-Labs dependencies to 2.1.18 - -## 0.1.9 - -### Patch Changes - -- a5c185f: Take RPC URLs from the environment in the examples - -## 0.1.8 - -### Patch Changes - -- 54cf16e: Silence bigint-buffer warning - -## 0.1.7 - -### Patch Changes - -- e7ef1aa: Update @layerzero-labs dependencies to 2.1.15 - -## 0.1.6 - -### Patch Changes - -- b93a018: Update @layerzero-labs dependencies to 2.1.13 - -## 0.1.5 - -### Patch Changes - -- 855fa36: Update to latest layerzerolabsmonorepo dependencies - -## 0.1.4 - -### Patch Changes - -- c6e3b45: Lock versions of ethers & @openzeppelin/contracts in packages; Put pnpm first in create-lz-oapp - -## 0.1.3 - -### Patch Changes - -- 491b5a5: Upgrade contract Dependencies to 2.1.7 - -## 0.1.2 - -### Patch Changes - -- c8f1739: Fix OFT example tests - -## 0.1.1 - -### Patch Changes - -- 71e355c: Update "@layerzerolabs/\*" dependencies - -## 0.1.0 - -### Minor Changes - -- 6e464f2: Specify EndpointV2 with the "V2" suffix wherever appropriate - -## 0.0.12 - -### Patch Changes - -- 8227742: Update @layerzero-labs dependencies to 2.1.4 -- 9996f00: Updated Readmes and the example rpcs used in createLZOApp - -## 0.0.11 - -### Patch Changes - -- 2007d55: Update example configs; Use dotenv in examples; Use layerzero.config without an extension as a default value for --oapp-config - -## 0.0.10 - -### Patch Changes - -- 151a92e: Improve error handling and introduce node engine specifiers - -## 0.0.9 - -### Patch Changes - -- 5c58d69: Update @layerzerolabs dependencies to 2.1.3 - -## 0.0.8 - -### Patch Changes - -- f0036c5: Use monorepo 2.1.2 released dependencies - -## 0.0.7 - -### Patch Changes - -- 7aaf750: Fix compile & tests scripts for npm - -## 0.0.6 - -### Patch Changes - -- 0877186: Update @layerzerolabs dependencies to 2.0.25 and 2.0.26-rc1 - -## 0.0.5 - -### Patch Changes - -- 1e375c9: Adding EVM testing abilities for hardhat and foundry - -## 0.0.4 - -### Patch Changes - -- af8cc25: Update dependencies - -## 0.0.3 - -### Patch Changes - -- 73b37d0: Include solidity-bytes-utils in toolbox-foundry - -## 0.0.2 - -### Patch Changes - -- 6483544: Update dependency versions -- 70646b4: Add missing dependencies - -## 0.0.1 - -### Patch Changes - -- b74afbe: Initial 0.0.1 version diff --git a/examples/oft-solana/target/deploy/endpoint-keypair.json b/examples/oft-solana/target/deploy/endpoint-keypair.json new file mode 100644 index 000000000..148527b34 --- /dev/null +++ b/examples/oft-solana/target/deploy/endpoint-keypair.json @@ -0,0 +1,6 @@ +[ + 205, 244, 38, 28, 43, 170, 83, 242, 92, 240, 222, 68, 118, 125, 195, 15, 214, + 213, 137, 247, 202, 212, 60, 164, 130, 6, 33, 114, 57, 148, 175, 127, 236, 5, + 195, 84, 5, 9, 178, 22, 225, 28, 237, 22, 194, 229, 255, 117, 187, 229, 9, + 107, 1, 123, 71, 57, 69, 198, 199, 118, 91, 148, 209, 28 +] diff --git a/examples/oft-solana/target/deploy/oft-keypair.json b/examples/oft-solana/target/deploy/oft-keypair.json new file mode 100644 index 000000000..633db859a --- /dev/null +++ b/examples/oft-solana/target/deploy/oft-keypair.json @@ -0,0 +1,6 @@ +[ + 136, 86, 212, 242, 168, 163, 246, 29, 186, 171, 142, 20, 212, 95, 56, 59, 247, + 179, 31, 11, 166, 163, 228, 224, 75, 210, 245, 134, 101, 208, 240, 39, 170, + 138, 123, 71, 139, 54, 21, 116, 72, 40, 118, 130, 239, 26, 37, 207, 176, 99, + 94, 228, 175, 239, 45, 187, 204, 9, 217, 169, 73, 22, 25, 162 +]