viem 0.0.0-main.20231130T120525 → 0.0.0-main.20231130T220628

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
  # viem
2
2
 
3
+ ## 1.19.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1218e977`](https://github.com/wevm/viem/commit/1218e977e7d9fa049f67186393b57417d7c8c6a2) Thanks [@jxom](https://github.com/jxom)! - Fixed `BlockNotFoundError` issue on `waitForTransactionReceipt`.
8
+
3
9
  ## 1.19.10
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -204,6 +204,12 @@ Check out the following places for more viem-related content:
204
204
  <img alt="zora logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zora-light.svg" width="auto" height="50">
205
205
  </picture>
206
206
  </a>
207
+ <a href="https://twitter.com/supafinance">
208
+ <picture>
209
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/supa-dark.svg">
210
+ <img alt="supa logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/supa-light.svg" width="auto" height="50">
211
+ </picture>
212
+ </a>
207
213
 
208
214
  ## Contributing
209
215
 
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.0.0-main.20231130T120525';
4
+ exports.version = '0.0.0-main.20231130T220628';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20231130T120525';
1
+ export const version = '0.0.0-main.20231130T220628';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20231130T120525";
1
+ export declare const version = "0.0.0-main.20231130T220628";
2
2
  //# sourceMappingURL=version.d.ts.map
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20231130T120525'
1
+ export const version = '0.0.0-main.20231130T220628'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "viem",
3
3
  "description": "TypeScript Interface for Ethereum",
4
- "version": "0.0.0-main.20231130T120525",
4
+ "version": "0.0.0-main.20231130T220628",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",