viem 0.0.0-main.20240524T071857 → 0.0.0-main.20240524T163447

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
@@ -87,7 +87,7 @@ const blockNumber = await client.getBlockNumber();
87
87
 
88
88
  Check out the following places for more viem-related content:
89
89
 
90
- - Follow [@wagmi_sh](https://twitter.com/wagmi_sh), [@jakemoxey](https://twitter.com/jakemoxey), and [@awkweb](https://twitter.com/awkweb) on Twitter for project updates
90
+ - Follow [@wevm_dev](https://twitter.com/wevm_dev), [@jakemoxey](https://twitter.com/jakemoxey), and [@awkweb](https://twitter.com/awkweb) on Twitter for project updates
91
91
  - Join the [discussions on GitHub](https://github.com/wevm/viem/discussions)
92
92
  - [Share your project/organization](https://github.com/wevm/viem/discussions/104) that uses viem
93
93
 
@@ -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.20240524T071857';
4
+ exports.version = '0.0.0-main.20240524T163447';
5
5
  //# sourceMappingURL=version.js.map
@@ -35,7 +35,7 @@ import { readContract, } from '../public/readContract.js';
35
35
  * name: normalize('wevm.eth'),
36
36
  * key: 'com.twitter',
37
37
  * })
38
- * // 'wagmi_sh'
38
+ * // 'wevm_dev'
39
39
  */
40
40
  export async function getEnsText(client, { blockNumber, blockTag, name, key, gatewayUrls, strict, universalResolverAddress: universalResolverAddress_, }) {
41
41
  let universalResolverAddress = universalResolverAddress_;
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20240524T071857';
1
+ export const version = '0.0.0-main.20240524T163447';
2
2
  //# sourceMappingURL=version.js.map
@@ -51,7 +51,7 @@ export type GetEnsTextErrorType = GetChainContractAddressErrorType | ReadContrac
51
51
  * name: normalize('wevm.eth'),
52
52
  * key: 'com.twitter',
53
53
  * })
54
- * // 'wagmi_sh'
54
+ * // 'wevm_dev'
55
55
  */
56
56
  export declare function getEnsText<TChain extends Chain | undefined>(client: Client<Transport, TChain>, { blockNumber, blockTag, name, key, gatewayUrls, strict, universalResolverAddress: universalResolverAddress_, }: GetEnsTextParameters): Promise<GetEnsTextReturnType>;
57
57
  //# sourceMappingURL=getEnsText.d.ts.map
@@ -545,7 +545,7 @@ export type PublicActions<TTransport extends Transport = Transport, TChain exten
545
545
  * name: normalize('wevm.eth'),
546
546
  * key: 'com.twitter',
547
547
  * })
548
- * // 'wagmi_sh'
548
+ * // 'wevm_dev'
549
549
  */
550
550
  getEnsText: (args: GetEnsTextParameters) => Promise<GetEnsTextReturnType>;
551
551
  /**
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240524T071857";
1
+ export declare const version = "0.0.0-main.20240524T163447";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -87,7 +87,7 @@ export type GetEnsTextErrorType =
87
87
  * name: normalize('wevm.eth'),
88
88
  * key: 'com.twitter',
89
89
  * })
90
- * // 'wagmi_sh'
90
+ * // 'wevm_dev'
91
91
  */
92
92
  export async function getEnsText<TChain extends Chain | undefined>(
93
93
  client: Client<Transport, TChain>,
@@ -849,7 +849,7 @@ export type PublicActions<
849
849
  * name: normalize('wevm.eth'),
850
850
  * key: 'com.twitter',
851
851
  * })
852
- * // 'wagmi_sh'
852
+ * // 'wevm_dev'
853
853
  */
854
854
  getEnsText: (args: GetEnsTextParameters) => Promise<GetEnsTextReturnType>
855
855
  /**
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20240524T071857'
1
+ export const version = '0.0.0-main.20240524T163447'
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.20240524T071857",
4
+ "version": "0.0.0-main.20240524T163447",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",