@sign-global/tokentable-core 1.11.0 → 1.12.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sign-global/tokentable-core
2
2
 
3
+ ## 1.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - refactor: update chain configurations
8
+
3
9
  ## 1.11.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.mts CHANGED
@@ -286,15 +286,12 @@ declare const hyperEVM: {
286
286
  };
287
287
  };
288
288
  blockTime?: number | undefined | undefined;
289
- contracts?: {
290
- [x: string]: viem.ChainContract | {
291
- [sourceId: number]: viem.ChainContract | undefined;
292
- } | undefined;
293
- ensRegistry?: viem.ChainContract | undefined;
294
- ensUniversalResolver?: viem.ChainContract | undefined;
295
- multicall3?: viem.ChainContract | undefined;
296
- erc6492Verifier?: viem.ChainContract | undefined;
297
- } | undefined;
289
+ contracts: {
290
+ readonly multicall3: {
291
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
292
+ readonly blockCreated: 13051;
293
+ };
294
+ };
298
295
  ensTlds?: readonly string[] | undefined;
299
296
  id: 999;
300
297
  name: "HyperEVM";
@@ -310,7 +307,7 @@ declare const hyperEVM: {
310
307
  };
311
308
  };
312
309
  sourceId?: number | undefined | undefined;
313
- testnet: false;
310
+ testnet?: boolean | undefined | undefined;
314
311
  custom?: Record<string, unknown> | undefined;
315
312
  fees?: viem.ChainFees<undefined> | undefined;
316
313
  formatters?: undefined;
@@ -546,15 +543,12 @@ declare const SupportedChains: ({
546
543
  };
547
544
  };
548
545
  blockTime?: number | undefined | undefined;
549
- contracts?: {
550
- [x: string]: viem.ChainContract | {
551
- [sourceId: number]: viem.ChainContract | undefined;
552
- } | undefined;
553
- ensRegistry?: viem.ChainContract | undefined;
554
- ensUniversalResolver?: viem.ChainContract | undefined;
555
- multicall3?: viem.ChainContract | undefined;
556
- erc6492Verifier?: viem.ChainContract | undefined;
557
- } | undefined;
546
+ contracts: {
547
+ readonly multicall3: {
548
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
549
+ readonly blockCreated: 13051;
550
+ };
551
+ };
558
552
  ensTlds?: readonly string[] | undefined;
559
553
  id: 999;
560
554
  name: "HyperEVM";
@@ -570,7 +564,7 @@ declare const SupportedChains: ({
570
564
  };
571
565
  };
572
566
  sourceId?: number | undefined | undefined;
573
- testnet: false;
567
+ testnet?: boolean | undefined | undefined;
574
568
  custom?: Record<string, unknown> | undefined;
575
569
  fees?: viem.ChainFees<undefined> | undefined;
576
570
  formatters?: undefined;
package/dist/index.d.ts CHANGED
@@ -286,15 +286,12 @@ declare const hyperEVM: {
286
286
  };
287
287
  };
288
288
  blockTime?: number | undefined | undefined;
289
- contracts?: {
290
- [x: string]: viem.ChainContract | {
291
- [sourceId: number]: viem.ChainContract | undefined;
292
- } | undefined;
293
- ensRegistry?: viem.ChainContract | undefined;
294
- ensUniversalResolver?: viem.ChainContract | undefined;
295
- multicall3?: viem.ChainContract | undefined;
296
- erc6492Verifier?: viem.ChainContract | undefined;
297
- } | undefined;
289
+ contracts: {
290
+ readonly multicall3: {
291
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
292
+ readonly blockCreated: 13051;
293
+ };
294
+ };
298
295
  ensTlds?: readonly string[] | undefined;
299
296
  id: 999;
300
297
  name: "HyperEVM";
@@ -310,7 +307,7 @@ declare const hyperEVM: {
310
307
  };
311
308
  };
312
309
  sourceId?: number | undefined | undefined;
313
- testnet: false;
310
+ testnet?: boolean | undefined | undefined;
314
311
  custom?: Record<string, unknown> | undefined;
315
312
  fees?: viem.ChainFees<undefined> | undefined;
316
313
  formatters?: undefined;
@@ -546,15 +543,12 @@ declare const SupportedChains: ({
546
543
  };
547
544
  };
548
545
  blockTime?: number | undefined | undefined;
549
- contracts?: {
550
- [x: string]: viem.ChainContract | {
551
- [sourceId: number]: viem.ChainContract | undefined;
552
- } | undefined;
553
- ensRegistry?: viem.ChainContract | undefined;
554
- ensUniversalResolver?: viem.ChainContract | undefined;
555
- multicall3?: viem.ChainContract | undefined;
556
- erc6492Verifier?: viem.ChainContract | undefined;
557
- } | undefined;
546
+ contracts: {
547
+ readonly multicall3: {
548
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
549
+ readonly blockCreated: 13051;
550
+ };
551
+ };
558
552
  ensTlds?: readonly string[] | undefined;
559
553
  id: 999;
560
554
  name: "HyperEVM";
@@ -570,7 +564,7 @@ declare const SupportedChains: ({
570
564
  };
571
565
  };
572
566
  sourceId?: number | undefined | undefined;
573
- testnet: false;
567
+ testnet?: boolean | undefined | undefined;
574
568
  custom?: Record<string, unknown> | undefined;
575
569
  fees?: viem.ChainFees<undefined> | undefined;
576
570
  formatters?: undefined;
package/dist/index.js CHANGED
@@ -340,7 +340,12 @@ var hyperEVM = (0, import_viem.defineChain)({
340
340
  url: "https://hyperevmscan.io/"
341
341
  }
342
342
  },
343
- testnet: false
343
+ contracts: {
344
+ multicall3: {
345
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
346
+ blockCreated: 13051
347
+ }
348
+ }
344
349
  });
345
350
 
346
351
  // src/constants/chain-config.ts
@@ -419,7 +424,7 @@ var ChainConfig = {
419
424
  rpcUrl: import_chains.sonic.rpcUrls.default.http[0]
420
425
  },
421
426
  [import_chains.xLayer.id]: {
422
- contractAddress: "0xa6A2d42E16a690E03bDe181319fDD085880F2605",
427
+ contractAddress: "0x231F598D8B82E2435b11e78960FE4d84F8d63E2C",
423
428
  rpcUrl: "https://xlayerrpc.okx.com"
424
429
  },
425
430
  [import_sdk2.CHAIN.TESTNET]: {