@latticexyz/common 2.2.23-8150fcd067d3a61e87f7582805a1c129a93731b6 → 2.2.23-84b8926b9c97fd6d0807aa5b84326fe9a698f264

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.
Files changed (2) hide show
  1. package/dist/chains.d.ts +7 -0
  2. package/package.json +4 -4
package/dist/chains.d.ts CHANGED
@@ -26,6 +26,7 @@ declare const mudFoundry: {
26
26
  apiUrl?: string | undefined;
27
27
  };
28
28
  } | undefined;
29
+ readonly blockTime?: number | undefined;
29
30
  readonly contracts?: {
30
31
  [x: string]: viem.ChainContract | {
31
32
  [sourceId: number]: viem.ChainContract | undefined;
@@ -43,6 +44,7 @@ declare const mudFoundry: {
43
44
  readonly name: "Ether";
44
45
  readonly symbol: "ETH";
45
46
  };
47
+ readonly experimental_preconfirmationTime?: number | undefined;
46
48
  readonly rpcUrls: {
47
49
  readonly default: {
48
50
  readonly http: readonly ["http://127.0.0.1:8545"];
@@ -65,6 +67,7 @@ declare const redstone: {
65
67
  readonly url: "https://explorer.redstone.xyz";
66
68
  };
67
69
  };
70
+ readonly blockTime: 2000;
68
71
  readonly contracts: {
69
72
  readonly multicall3: {
70
73
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -114,6 +117,7 @@ declare const redstone: {
114
117
  readonly name: "Ether";
115
118
  readonly symbol: "ETH";
116
119
  };
120
+ readonly experimental_preconfirmationTime?: number | undefined;
117
121
  readonly rpcUrls: {
118
122
  readonly default: {
119
123
  readonly http: readonly ["https://rpc.redstonechain.com"];
@@ -423,6 +427,7 @@ declare const garnet: {
423
427
  readonly url: "https://explorer.garnetchain.com";
424
428
  };
425
429
  };
430
+ readonly blockTime: 2000;
426
431
  readonly ensTlds?: readonly string[] | undefined;
427
432
  readonly id: 17069;
428
433
  readonly name: "Garnet Testnet";
@@ -431,6 +436,7 @@ declare const garnet: {
431
436
  readonly symbol: "ETH";
432
437
  readonly decimals: 18;
433
438
  };
439
+ readonly experimental_preconfirmationTime?: number | undefined;
434
440
  readonly sourceId: 17000;
435
441
  readonly testnet: true;
436
442
  readonly custom?: Record<string, unknown> | undefined;
@@ -731,6 +737,7 @@ declare const pyrope: {
731
737
  };
732
738
  readonly iconUrls: readonly ["https://lattice.xyz/brand/color/pyrope.svg"];
733
739
  readonly indexerUrl: "https://indexer.mud.pyropechain.com";
740
+ readonly blockTime: 2000;
734
741
  readonly formatters: {
735
742
  readonly block: {
736
743
  exclude: [] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/common",
3
- "version": "2.2.23-8150fcd067d3a61e87f7582805a1c129a93731b6",
3
+ "version": "2.2.23-84b8926b9c97fd6d0807aa5b84326fe9a698f264",
4
4
  "description": "Common low level logic shared between packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -62,18 +62,18 @@
62
62
  ],
63
63
  "dependencies": {
64
64
  "@solidity-parser/parser": "^0.16.0",
65
- "abitype": "1.0.6",
65
+ "abitype": "1.0.9",
66
66
  "debug": "^4.3.4",
67
67
  "execa": "^9.5.2",
68
68
  "p-queue": "^7.4.1",
69
69
  "p-retry": "^5.1.2",
70
70
  "prettier": "3.2.5",
71
71
  "prettier-plugin-solidity": "1.3.1",
72
- "@latticexyz/schema-type": "2.2.23-8150fcd067d3a61e87f7582805a1c129a93731b6"
72
+ "@latticexyz/schema-type": "2.2.23-84b8926b9c97fd6d0807aa5b84326fe9a698f264"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/debug": "^4.1.7",
76
- "viem": "2.30.6"
76
+ "viem": "2.35.1"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@aws-sdk/client-kms": "3.x",