viem 0.0.0-main.20240402T193313 → 0.0.0-main.20240402T193836

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 +1 @@
1
- {"version":3,"file":"zkSyncLocalNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zkSyncLocalNode.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAW1B,CAAA"}
1
+ {"version":3,"file":"zkSyncLocalNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zkSyncLocalNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY1B,CAAA"}
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240402T193313";
1
+ export declare const version = "0.0.0-main.20240402T193836";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -11,7 +11,7 @@ export const degen = /*#__PURE__*/ defineChain({
11
11
  rpcUrls: {
12
12
  default: {
13
13
  http: ['https://rpc.degen.tips'],
14
- webSocket: ["wss://rpc.degen.tips"],
14
+ webSocket: ['wss://rpc.degen.tips'],
15
15
  },
16
16
  },
17
17
  blockExplorers: {
@@ -21,10 +21,4 @@ export const degen = /*#__PURE__*/ defineChain({
21
21
  apiUrl: 'https://explorer.degen.tips/api/v2',
22
22
  },
23
23
  },
24
- contracts: {
25
- multicall3: {
26
- address: "0xFBF562a98aB8584178efDcFd09755FF9A1e7E3a2",
27
- blockCreated: 414273,
28
- },
29
- },
30
24
  })
@@ -1,6 +1,8 @@
1
1
  import { defineChain } from '../../utils/chain/defineChain.js'
2
+ import { chainConfig } from '../../zksync/chainConfig.js'
2
3
 
3
4
  export const zkSyncInMemoryNode = /*#__PURE__*/ defineChain({
5
+ ...chainConfig,
4
6
  id: 260,
5
7
  name: 'zkSync InMemory Node',
6
8
  network: 'zksync-in-memory-node',
@@ -1,6 +1,8 @@
1
1
  import { defineChain } from '../../utils/chain/defineChain.js'
2
+ import { chainConfig } from '../../zksync/chainConfig.js'
2
3
 
3
4
  export const zkSyncLocalNode = /*#__PURE__*/ defineChain({
5
+ ...chainConfig,
4
6
  id: 270,
5
7
  name: 'zkSync CLI Local Node',
6
8
  network: 'zksync-cli-local-node',
package/errors/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '0.0.0-main.20240402T193313'
1
+ export const version = '0.0.0-main.20240402T193836'
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.20240402T193313",
4
+ "version": "0.0.0-main.20240402T193836",
5
5
  "type": "module",
6
6
  "main": "./_cjs/index.js",
7
7
  "module": "./_esm/index.js",