@layerzerolabs/lz-evm-oapp-v1 2.3.24 → 2.3.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @layerzerolabs/lz-evm-oapp-v1
|
|
2
2
|
|
|
3
|
+
## 2.3.26
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 92a9a2e: upgrade solana mainnet executor/uln
|
|
8
|
+
- Updated dependencies [92a9a2e]
|
|
9
|
+
- @layerzerolabs/lz-evm-v1-0.7@2.3.26
|
|
10
|
+
|
|
11
|
+
## 2.3.25
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 003371b: endpoints, including flare mainnet
|
|
16
|
+
- 003371b: testnet endpoints
|
|
17
|
+
- Updated dependencies [003371b]
|
|
18
|
+
- Updated dependencies [003371b]
|
|
19
|
+
- @layerzerolabs/lz-evm-v1-0.7@2.3.25
|
|
20
|
+
|
|
3
21
|
## 2.3.24
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-evm-oapp-v1",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.26",
|
|
4
4
|
"license": "BUSL-1.1",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"build": "$npm_execpath clean-prebuild && forge build && $npm_execpath build-hardhat && $npm_execpath build-ts",
|
|
23
23
|
"build-hardhat": "$npm_execpath hardhat compile",
|
|
24
24
|
"build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
|
|
25
|
-
"clean": "$npm_execpath clean-prebuild && rimraf .turbo cache out
|
|
25
|
+
"clean": "$npm_execpath clean-prebuild && rimraf .turbo cache out hh-cache artifacts src/typechain-types",
|
|
26
26
|
"clean-prebuild": "rimraf dist",
|
|
27
27
|
"test": "forge test"
|
|
28
28
|
},
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@ethersproject/abi": "^5.7.0",
|
|
37
37
|
"@ethersproject/providers": "^5.7.0",
|
|
38
38
|
"@layerzerolabs/hardhat-config": "^0.0.0",
|
|
39
|
-
"@layerzerolabs/lz-evm-v1-0.7": "^2.3.
|
|
40
|
-
"@layerzerolabs/tsup-config-next": "^2.3.
|
|
41
|
-
"@layerzerolabs/typescript-config-next": "^2.3.
|
|
39
|
+
"@layerzerolabs/lz-evm-v1-0.7": "^2.3.26",
|
|
40
|
+
"@layerzerolabs/tsup-config-next": "^2.3.26",
|
|
41
|
+
"@layerzerolabs/typescript-config-next": "^2.3.26",
|
|
42
42
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
|
|
43
43
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
|
|
44
44
|
"@nomicfoundation/hardhat-verify": "^2.0.2",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"typescript": "~5.2.2"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@layerzerolabs/lz-evm-v1-0.7": "^2.3.
|
|
63
|
+
"@layerzerolabs/lz-evm-v1-0.7": "^2.3.26",
|
|
64
64
|
"@openzeppelin/contracts": "^4.8.1 || ^5.0.0",
|
|
65
65
|
"hardhat-deploy": "^0.11.44",
|
|
66
66
|
"solidity-bytes-utils": "^0.8.0"
|