viem 0.0.0-main.20230824T222439 → 0.0.0-main.20230825T064800

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.
@@ -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.20230824T222439';
4
+ exports.version = '0.0.0-main.20230825T064800';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20230824T222439';
1
+ export const version = '0.0.0-main.20230825T064800';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20230824T222439";
1
+ export declare const version = "0.0.0-main.20230825T064800";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "optional": true
22
22
  }
23
23
  },
24
- "version": "0.0.0-main.20230824T222439",
24
+ "version": "0.0.0-main.20230825T064800",
25
25
  "files": [
26
26
  "dist",
27
27
  "!dist/**/*.tsbuildinfo",
package/src/errors/rpc.ts CHANGED
@@ -60,7 +60,7 @@ export type ProviderRpcErrorCode =
60
60
  | 4200 // Unsupported Method
61
61
  | 4900 // Disconnected
62
62
  | 4901 // Chain Disconnected
63
- | 4902 // Chain Not Recongnized
63
+ | 4902 // Chain Not Recognized
64
64
 
65
65
  /**
66
66
  * Error subclass implementing Ethereum Provider errors per EIP-1193.
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20230824T222439'
1
+ export const version = '0.0.0-main.20230825T064800'