viem 0.2.0-main.20230319T220237 → 0.2.0-main.20230323T084936

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.
@@ -194,7 +194,7 @@ var package_default = {
194
194
  },
195
195
  pnpm: {
196
196
  patchedDependencies: {
197
- "vitepress@1.0.0-alpha.49": "patches/vitepress@1.0.0-alpha.49.patch"
197
+ "vitepress@1.0.0-alpha.61": "patches/vitepress@1.0.0-alpha.61.patch"
198
198
  },
199
199
  peerDependencyRules: {
200
200
  ignoreMissing: [
@@ -1811,7 +1811,7 @@ function parse2(value) {
1811
1811
  function format2(bytes, to) {
1812
1812
  if (Array.isArray(bytes))
1813
1813
  return bytes.map((b) => format2(b, to));
1814
- return to === "hex" ? trim(bytesToHex(bytes)) : bytes;
1814
+ return to === "hex" ? bytesToHex(bytes) : bytes;
1815
1815
  }
1816
1816
  function rlpToBytes(bytes, offset = 0) {
1817
1817
  if (bytes.length === 0)
@@ -5593,4 +5593,4 @@ export {
5593
5593
  formatGwei,
5594
5594
  parseEther
5595
5595
  };
5596
- //# sourceMappingURL=chunk-HZ3XNLWB.mjs.map
5596
+ //# sourceMappingURL=chunk-FOJL5WVL.mjs.map