@layerzerolabs/lz-definitions 3.0.109 → 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 CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ## 3.0.109
4
10
 
5
11
  ### 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 {