@layerzerolabs/lz-definitions 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.
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @layerzerolabs/lz-definitions
|
|
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
|
+
|
|
9
|
+
## 3.0.109
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 8e98fc0: siliconsepolia v2 protcol contracts
|
|
14
|
+
|
|
3
15
|
## 3.0.108
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -3115,6 +3115,12 @@ var chainSpecConfig = {
|
|
|
3115
3115
|
addressSizeInBytes: 32,
|
|
3116
3116
|
decimals: 9
|
|
3117
3117
|
}
|
|
3118
|
+
},
|
|
3119
|
+
["placeholder" /* PLACEHOLDER */]: {
|
|
3120
|
+
default: {
|
|
3121
|
+
addressSizeInBytes: 32,
|
|
3122
|
+
decimals: 9
|
|
3123
|
+
}
|
|
3118
3124
|
}
|
|
3119
3125
|
};
|
|
3120
3126
|
var ChainSpecs = class {
|