@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 +6 -0
- package/dist/index.d.mts +14 -20
- package/dist/index.d.ts +14 -20
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/constants/chain-config.ts +1 -1
- package/src/constants/network.ts +6 -1
package/CHANGELOG.md
CHANGED
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
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
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
|
|
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
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
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
|
|
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
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
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
|
|
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
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
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
|
|
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
|
-
|
|
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: "
|
|
427
|
+
contractAddress: "0x231F598D8B82E2435b11e78960FE4d84F8d63E2C",
|
|
423
428
|
rpcUrl: "https://xlayerrpc.okx.com"
|
|
424
429
|
},
|
|
425
430
|
[import_sdk2.CHAIN.TESTNET]: {
|