@layerzerolabs/lz-evm-oapp-v1 3.0.107 → 3.0.109

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.109
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e98fc0: siliconsepolia v2 protcol contracts
8
+ - Updated dependencies [8e98fc0]
9
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.109
10
+
11
+ ## 3.0.108
12
+
13
+ ### Patch Changes
14
+
15
+ - 0de091e: somnia, silicon mainnet, ethereal, siliconsepolia, somniashannon testnet
16
+ - Updated dependencies [0de091e]
17
+ - @layerzerolabs/lz-evm-v1-0.7@3.0.108
18
+
3
19
  ## 3.0.107
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.107",
3
+ "version": "3.0.109",
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.107",
38
- "@layerzerolabs/tsup-config-next": "^3.0.107",
39
- "@layerzerolabs/typescript-config-next": "^3.0.107",
37
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.109",
38
+ "@layerzerolabs/tsup-config-next": "^3.0.109",
39
+ "@layerzerolabs/typescript-config-next": "^3.0.109",
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.107",
61
+ "@layerzerolabs/lz-evm-v1-0.7": "^3.0.109",
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"