@layerzerolabs/lz-evm-oapp-v1 3.0.108 → 3.0.110

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @layerzerolabs/lz-evm-oapp-v1
2
2
 
3
+ ## 3.0.110
4
+
5
+ ### Patch Changes
6
+
7
+ - 8d22700: lzREAD libs on hyperliquid, ink, sonic and a few additional mainnets, also monad testnet"
8
+ - Updated dependencies [8d22700]
9
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.110
10
+
11
+ ## 3.0.109
12
+
13
+ ### Patch Changes
14
+
15
+ - 8e98fc0: siliconsepolia v2 protcol contracts
16
+ - Updated dependencies [8e98fc0]
17
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.109
18
+
3
19
  ## 3.0.108
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-evm-oapp-v1",
3
- "version": "3.0.108",
3
+ "version": "3.0.110",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -34,9 +34,9 @@
34
34
  "@ethersproject/abi": "^5.8.0",
35
35
  "@ethersproject/providers": "^5.8.0",
36
36
  "@layerzerolabs/hardhat-config": "^0.0.0",
37
- "@layerzerolabs/lz-evm-v1-0.7": "^3.0.108",
38
- "@layerzerolabs/tsup-config-next": "^3.0.108",
39
- "@layerzerolabs/typescript-config-next": "^3.0.108",
37
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.110",
38
+ "@layerzerolabs/tsup-config-next": "^3.0.110",
39
+ "@layerzerolabs/typescript-config-next": "^3.0.110",
40
40
  "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
41
41
  "@nomicfoundation/hardhat-network-helpers": "^1.0.9",
42
42
  "@nomicfoundation/hardhat-verify": "^2.0.2",
@@ -58,7 +58,7 @@
58
58
  "typescript": "~5.2.2"
59
59
  },
60
60
  "peerDependencies": {
61
- "@layerzerolabs/lz-evm-v1-0.7": "^3.0.108",
61
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.110",
62
62
  "@openzeppelin/contracts": "^4.8.1 || ^5.0.0",
63
63
  "hardhat-deploy": "^0.12.4",
64
64
  "solidity-bytes-utils": "^0.8.0"