viem 0.0.0-main.20231218T220810 → 0.0.0-main.20231218T225008

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/README.md CHANGED
@@ -126,10 +126,10 @@ Check out the following places for more viem-related content:
126
126
  <img alt="WalletConnect logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/walletconnect-light.svg" width="auto" height="50">
127
127
  </picture>
128
128
  </a>
129
- <a href="https://looksrare.org">
129
+ <a href="https://zksync.io/">
130
130
  <picture>
131
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/looksrare-dark.svg">
132
- <img alt="LooksRare logo" src="https://raw.githubusercontent.com/wevm/.github/8923685e23fe9708b74d456c3f9e7a2b90f6abd9/content/sponsors/looksrare-light.svg" width="auto" height="50">
131
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-dark.svg">
132
+ <img alt="zksync logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-light.svg" width="auto" height="50">
133
133
  </picture>
134
134
  </a>
135
135
  <a href="https://twitter.com/prtyDAO">
@@ -216,12 +216,6 @@ Check out the following places for more viem-related content:
216
216
  <img alt="supa logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/supa-light.svg" width="auto" height="50">
217
217
  </picture>
218
218
  </a>
219
- <a href="https://zksync.io/">
220
- <picture>
221
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-dark.svg">
222
- <img alt="zksync logo" src="https://raw.githubusercontent.com/wevm/.github/main/content/sponsors/zksync-light.svg" width="auto" height="50">
223
- </picture>
224
- </a>
225
219
 
226
220
  ## Contributing
227
221
 
@@ -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.20231218T220810';
4
+ exports.version = '0.0.0-main.20231218T225008';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20231218T220810';
1
+ export const version = '0.0.0-main.20231218T225008';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20231218T220810";
1
+ export declare const version = "0.0.0-main.20231218T225008";
2
2
  //# sourceMappingURL=version.d.ts.map
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20231218T220810'
1
+ export const version = '0.0.0-main.20231218T225008'
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.20231218T220810",
4
+ "version": "0.0.0-main.20231218T225008",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",