@1delta/providers 0.0.45 → 0.0.46
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/dist/{ccip-CQYMVZLL.mjs → ccip-RFS3A6PR.mjs} +1 -1
- package/dist/{chunk-B7I6NQ46.mjs → chunk-RSHAYT5V.mjs} +78 -78
- package/dist/index.js +436 -436
- package/dist/index.mjs +235 -235
- package/package.json +2 -2
- package/src/rpc/rpcOverrides.ts +3 -3
package/dist/index.mjs
CHANGED
|
@@ -160,13 +160,13 @@ import {
|
|
|
160
160
|
validate,
|
|
161
161
|
validate2,
|
|
162
162
|
withResolvers
|
|
163
|
-
} from "./chunk-
|
|
163
|
+
} from "./chunk-RSHAYT5V.mjs";
|
|
164
164
|
import "./chunk-CALEUNGN.mjs";
|
|
165
165
|
import {
|
|
166
166
|
__export
|
|
167
167
|
} from "./chunk-XGB3TDIC.mjs";
|
|
168
168
|
|
|
169
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
169
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/getAction.js
|
|
170
170
|
function getAction(client, actionFn, name) {
|
|
171
171
|
const action_implicit = client[actionFn.name];
|
|
172
172
|
if (typeof action_implicit === "function")
|
|
@@ -177,7 +177,7 @@ function getAction(client, actionFn, name) {
|
|
|
177
177
|
return (params) => actionFn(client, params);
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
180
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/log.js
|
|
181
181
|
var FilterTypeNotSupportedError = class extends BaseError {
|
|
182
182
|
constructor(type) {
|
|
183
183
|
super(`Filter type "${type}" is not supported.`, {
|
|
@@ -186,7 +186,7 @@ var FilterTypeNotSupportedError = class extends BaseError {
|
|
|
186
186
|
}
|
|
187
187
|
};
|
|
188
188
|
|
|
189
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
189
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeEventTopics.js
|
|
190
190
|
var docsPath = "/docs/contract/encodeEventTopics";
|
|
191
191
|
function encodeEventTopics(parameters) {
|
|
192
192
|
const { abi: abi2, eventName, args } = parameters;
|
|
@@ -223,7 +223,7 @@ function encodeArg({ param, value }) {
|
|
|
223
223
|
return encodeAbiParameters([param], [value]);
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
226
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/filters/createFilterRequestScope.js
|
|
227
227
|
function createFilterRequestScope(client, { method }) {
|
|
228
228
|
const requestMap = {};
|
|
229
229
|
if (client.transport.type === "fallback")
|
|
@@ -234,7 +234,7 @@ function createFilterRequestScope(client, { method }) {
|
|
|
234
234
|
return ((id) => requestMap[id] || client.request);
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
237
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/createContractEventFilter.js
|
|
238
238
|
async function createContractEventFilter(client, parameters) {
|
|
239
239
|
const { address, abi: abi2, args, eventName, fromBlock, strict, toBlock } = parameters;
|
|
240
240
|
const getRequest = createFilterRequestScope(client, {
|
|
@@ -267,7 +267,7 @@ async function createContractEventFilter(client, parameters) {
|
|
|
267
267
|
};
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
270
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/errors/getContractError.js
|
|
271
271
|
var EXECUTION_REVERTED_ERROR_CODE = 3;
|
|
272
272
|
function getContractError(err, { abi: abi2, address, args, docsPath: docsPath3, functionName, sender }) {
|
|
273
273
|
const error = err instanceof RawContractError ? err : err instanceof BaseError ? err.walk((err2) => "data" in err2) || err.walk() : {};
|
|
@@ -295,13 +295,13 @@ function getContractError(err, { abi: abi2, address, args, docsPath: docsPath3,
|
|
|
295
295
|
});
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
298
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/accounts/utils/publicKeyToAddress.js
|
|
299
299
|
function publicKeyToAddress(publicKey) {
|
|
300
300
|
const address = keccak256(`0x${publicKey.substring(4)}`).substring(26);
|
|
301
301
|
return checksumAddress(`0x${address}`);
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
304
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/signature/recoverPublicKey.js
|
|
305
305
|
async function recoverPublicKey({ hash: hash2, signature }) {
|
|
306
306
|
const hashHex = isHex(hash2) ? hash2 : toHex(hash2);
|
|
307
307
|
const { secp256k1: secp256k12 } = await import("./secp256k1-NX6XS3V3.mjs");
|
|
@@ -332,12 +332,12 @@ function toRecoveryBit(yParityOrV) {
|
|
|
332
332
|
throw new Error("Invalid yParityOrV value");
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
335
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/signature/recoverAddress.js
|
|
336
336
|
async function recoverAddress({ hash: hash2, signature }) {
|
|
337
337
|
return publicKeyToAddress(await recoverPublicKey({ hash: hash2, signature }));
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
340
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/encoding/toRlp.js
|
|
341
341
|
function toRlp(bytes, to = "hex") {
|
|
342
342
|
const encodable = getEncodable(bytes);
|
|
343
343
|
const cursor = createCursor(new Uint8Array(encodable.length));
|
|
@@ -426,7 +426,7 @@ function getSizeOfLength(length) {
|
|
|
426
426
|
throw new BaseError("Length is too large.");
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
429
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/authorization/hashAuthorization.js
|
|
430
430
|
function hashAuthorization(parameters) {
|
|
431
431
|
const { chainId, nonce, to } = parameters;
|
|
432
432
|
const address = parameters.contractAddress ?? parameters.address;
|
|
@@ -443,7 +443,7 @@ function hashAuthorization(parameters) {
|
|
|
443
443
|
return hash2;
|
|
444
444
|
}
|
|
445
445
|
|
|
446
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
446
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/authorization/recoverAuthorizationAddress.js
|
|
447
447
|
async function recoverAuthorizationAddress(parameters) {
|
|
448
448
|
const { authorization, signature } = parameters;
|
|
449
449
|
return recoverAddress({
|
|
@@ -452,7 +452,7 @@ async function recoverAuthorizationAddress(parameters) {
|
|
|
452
452
|
});
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
455
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/estimateGas.js
|
|
456
456
|
var EstimateGasExecutionError = class extends BaseError {
|
|
457
457
|
constructor(cause, { account, docsPath: docsPath3, chain, data, gas, gasPrice, maxFeePerGas, maxPriorityFeePerGas, nonce, to, value }) {
|
|
458
458
|
const prettyArgs = prettyPrint({
|
|
@@ -486,7 +486,7 @@ var EstimateGasExecutionError = class extends BaseError {
|
|
|
486
486
|
}
|
|
487
487
|
};
|
|
488
488
|
|
|
489
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
489
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/errors/getEstimateGasError.js
|
|
490
490
|
function getEstimateGasError(err, { docsPath: docsPath3, ...args }) {
|
|
491
491
|
const cause = (() => {
|
|
492
492
|
const cause2 = getNodeError(err, args);
|
|
@@ -500,7 +500,7 @@ function getEstimateGasError(err, { docsPath: docsPath3, ...args }) {
|
|
|
500
500
|
});
|
|
501
501
|
}
|
|
502
502
|
|
|
503
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
503
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/fee.js
|
|
504
504
|
var BaseFeeScalarError = class extends BaseError {
|
|
505
505
|
constructor() {
|
|
506
506
|
super("`baseFeeMultiplier` must be greater than 1.", {
|
|
@@ -521,7 +521,7 @@ var MaxFeePerGasTooLowError = class extends BaseError {
|
|
|
521
521
|
}
|
|
522
522
|
};
|
|
523
523
|
|
|
524
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
524
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/block.js
|
|
525
525
|
var BlockNotFoundError = class extends BaseError {
|
|
526
526
|
constructor({ blockHash, blockNumber }) {
|
|
527
527
|
let identifier = "Block";
|
|
@@ -533,7 +533,7 @@ var BlockNotFoundError = class extends BaseError {
|
|
|
533
533
|
}
|
|
534
534
|
};
|
|
535
535
|
|
|
536
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
536
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/transaction.js
|
|
537
537
|
var transactionType = {
|
|
538
538
|
"0x0": "legacy",
|
|
539
539
|
"0x1": "eip2930",
|
|
@@ -603,7 +603,7 @@ function formatAuthorizationList(authorizationList) {
|
|
|
603
603
|
}));
|
|
604
604
|
}
|
|
605
605
|
|
|
606
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
606
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/block.js
|
|
607
607
|
function formatBlock(block, _) {
|
|
608
608
|
const transactions = (block.transactions ?? []).map((transaction) => {
|
|
609
609
|
if (typeof transaction === "string")
|
|
@@ -630,7 +630,7 @@ function formatBlock(block, _) {
|
|
|
630
630
|
}
|
|
631
631
|
var defineBlock = /* @__PURE__ */ defineFormatter("block", formatBlock);
|
|
632
632
|
|
|
633
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
633
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getBlock.js
|
|
634
634
|
async function getBlock(client, { blockHash, blockNumber, blockTag = client.experimental_blockTag ?? "latest", includeTransactions: includeTransactions_ } = {}) {
|
|
635
635
|
const includeTransactions = includeTransactions_ ?? false;
|
|
636
636
|
const blockNumberHex = blockNumber !== void 0 ? numberToHex(blockNumber) : void 0;
|
|
@@ -652,7 +652,7 @@ async function getBlock(client, { blockHash, blockNumber, blockTag = client.expe
|
|
|
652
652
|
return format(block, "getBlock");
|
|
653
653
|
}
|
|
654
654
|
|
|
655
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
655
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getGasPrice.js
|
|
656
656
|
async function getGasPrice(client) {
|
|
657
657
|
const gasPrice = await client.request({
|
|
658
658
|
method: "eth_gasPrice"
|
|
@@ -660,7 +660,7 @@ async function getGasPrice(client) {
|
|
|
660
660
|
return BigInt(gasPrice);
|
|
661
661
|
}
|
|
662
662
|
|
|
663
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
663
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/estimateMaxPriorityFeePerGas.js
|
|
664
664
|
async function estimateMaxPriorityFeePerGas(client, args) {
|
|
665
665
|
return internal_estimateMaxPriorityFeePerGas(client, args);
|
|
666
666
|
}
|
|
@@ -699,7 +699,7 @@ async function internal_estimateMaxPriorityFeePerGas(client, args) {
|
|
|
699
699
|
}
|
|
700
700
|
}
|
|
701
701
|
|
|
702
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
702
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/estimateFeesPerGas.js
|
|
703
703
|
async function estimateFeesPerGas(client, args) {
|
|
704
704
|
return internal_estimateFeesPerGas(client, args);
|
|
705
705
|
}
|
|
@@ -752,7 +752,7 @@ async function internal_estimateFeesPerGas(client, args) {
|
|
|
752
752
|
};
|
|
753
753
|
}
|
|
754
754
|
|
|
755
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
755
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getTransactionCount.js
|
|
756
756
|
async function getTransactionCount(client, { address, blockTag = "latest", blockNumber }) {
|
|
757
757
|
const count = await client.request({
|
|
758
758
|
method: "eth_getTransactionCount",
|
|
@@ -766,7 +766,7 @@ async function getTransactionCount(client, { address, blockTag = "latest", block
|
|
|
766
766
|
return hexToNumber(count);
|
|
767
767
|
}
|
|
768
768
|
|
|
769
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
769
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/blob/blobsToCommitments.js
|
|
770
770
|
function blobsToCommitments(parameters) {
|
|
771
771
|
const { kzg } = parameters;
|
|
772
772
|
const to = parameters.to ?? (typeof parameters.blobs[0] === "string" ? "hex" : "bytes");
|
|
@@ -777,7 +777,7 @@ function blobsToCommitments(parameters) {
|
|
|
777
777
|
return to === "bytes" ? commitments : commitments.map((x) => bytesToHex(x));
|
|
778
778
|
}
|
|
779
779
|
|
|
780
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
780
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/blob/blobsToProofs.js
|
|
781
781
|
function blobsToProofs(parameters) {
|
|
782
782
|
const { kzg } = parameters;
|
|
783
783
|
const to = parameters.to ?? (typeof parameters.blobs[0] === "string" ? "hex" : "bytes");
|
|
@@ -795,7 +795,7 @@ function blobsToProofs(parameters) {
|
|
|
795
795
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/esm/sha256.js
|
|
796
796
|
var sha2562 = sha256;
|
|
797
797
|
|
|
798
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
798
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/sha256.js
|
|
799
799
|
function sha2563(value, to_) {
|
|
800
800
|
const to = to_ || "hex";
|
|
801
801
|
const bytes = sha2562(isHex(value, { strict: false }) ? toBytes(value) : value);
|
|
@@ -804,7 +804,7 @@ function sha2563(value, to_) {
|
|
|
804
804
|
return toHex(bytes);
|
|
805
805
|
}
|
|
806
806
|
|
|
807
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
807
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/blob/commitmentToVersionedHash.js
|
|
808
808
|
function commitmentToVersionedHash(parameters) {
|
|
809
809
|
const { commitment, version = 1 } = parameters;
|
|
810
810
|
const to = parameters.to ?? (typeof commitment === "string" ? "hex" : "bytes");
|
|
@@ -813,7 +813,7 @@ function commitmentToVersionedHash(parameters) {
|
|
|
813
813
|
return to === "bytes" ? versionedHash : bytesToHex(versionedHash);
|
|
814
814
|
}
|
|
815
815
|
|
|
816
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
816
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/blob/commitmentsToVersionedHashes.js
|
|
817
817
|
function commitmentsToVersionedHashes(parameters) {
|
|
818
818
|
const { commitments, version } = parameters;
|
|
819
819
|
const to = parameters.to ?? (typeof commitments[0] === "string" ? "hex" : "bytes");
|
|
@@ -828,7 +828,7 @@ function commitmentsToVersionedHashes(parameters) {
|
|
|
828
828
|
return hashes;
|
|
829
829
|
}
|
|
830
830
|
|
|
831
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
831
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/blob.js
|
|
832
832
|
var blobsPerTransaction = 6;
|
|
833
833
|
var bytesPerFieldElement = 32;
|
|
834
834
|
var fieldElementsPerBlob = 4096;
|
|
@@ -837,10 +837,10 @@ var maxBytesPerTransaction = bytesPerBlob * blobsPerTransaction - // terminator
|
|
|
837
837
|
1 - // zero byte (0x00) appended to each field element.
|
|
838
838
|
1 * fieldElementsPerBlob * blobsPerTransaction;
|
|
839
839
|
|
|
840
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
840
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/kzg.js
|
|
841
841
|
var versionedHashVersionKzg = 1;
|
|
842
842
|
|
|
843
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
843
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/blob.js
|
|
844
844
|
var BlobSizeTooLargeError = class extends BaseError {
|
|
845
845
|
constructor({ maxSize, size: size5 }) {
|
|
846
846
|
super("Blob size is too large.", {
|
|
@@ -874,7 +874,7 @@ var InvalidVersionedHashVersionError = class extends BaseError {
|
|
|
874
874
|
}
|
|
875
875
|
};
|
|
876
876
|
|
|
877
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
877
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/blob/toBlobs.js
|
|
878
878
|
function toBlobs(parameters) {
|
|
879
879
|
const to = parameters.to ?? (typeof parameters.data === "string" ? "hex" : "bytes");
|
|
880
880
|
const data = typeof parameters.data === "string" ? hexToBytes(parameters.data) : parameters.data;
|
|
@@ -909,7 +909,7 @@ function toBlobs(parameters) {
|
|
|
909
909
|
return to === "bytes" ? blobs.map((x) => x.bytes) : blobs.map((x) => bytesToHex(x.bytes));
|
|
910
910
|
}
|
|
911
911
|
|
|
912
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
912
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/blob/toBlobSidecars.js
|
|
913
913
|
function toBlobSidecars(parameters) {
|
|
914
914
|
const { data, kzg, to } = parameters;
|
|
915
915
|
const blobs = parameters.blobs ?? toBlobs({ data, to });
|
|
@@ -925,7 +925,7 @@ function toBlobSidecars(parameters) {
|
|
|
925
925
|
return sidecars;
|
|
926
926
|
}
|
|
927
927
|
|
|
928
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
928
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/transaction/getTransactionType.js
|
|
929
929
|
function getTransactionType(transaction) {
|
|
930
930
|
if (transaction.type)
|
|
931
931
|
return transaction.type;
|
|
@@ -944,7 +944,7 @@ function getTransactionType(transaction) {
|
|
|
944
944
|
throw new InvalidSerializableTransactionError({ transaction });
|
|
945
945
|
}
|
|
946
946
|
|
|
947
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
947
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/errors/getTransactionError.js
|
|
948
948
|
function getTransactionError(err, { docsPath: docsPath3, ...args }) {
|
|
949
949
|
const cause = (() => {
|
|
950
950
|
const cause2 = getNodeError(err, args);
|
|
@@ -958,7 +958,7 @@ function getTransactionError(err, { docsPath: docsPath3, ...args }) {
|
|
|
958
958
|
});
|
|
959
959
|
}
|
|
960
960
|
|
|
961
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
961
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getChainId.js
|
|
962
962
|
async function getChainId(client) {
|
|
963
963
|
const chainIdHex = await client.request({
|
|
964
964
|
method: "eth_chainId"
|
|
@@ -966,7 +966,7 @@ async function getChainId(client) {
|
|
|
966
966
|
return hexToNumber(chainIdHex);
|
|
967
967
|
}
|
|
968
968
|
|
|
969
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
969
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/fillTransaction.js
|
|
970
970
|
async function fillTransaction(client, parameters) {
|
|
971
971
|
const { account = client.account, accessList, authorizationList, chain = client.chain, blobVersionedHashes, blobs, data, gas, gasPrice, maxFeePerBlobGas, maxFeePerGas, maxPriorityFeePerGas, nonce: nonce_, nonceManager, to, type, value, ...rest } = parameters;
|
|
972
972
|
const nonce = await (async () => {
|
|
@@ -1068,7 +1068,7 @@ async function fillTransaction(client, parameters) {
|
|
|
1068
1068
|
}
|
|
1069
1069
|
}
|
|
1070
1070
|
|
|
1071
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1071
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/wallet/prepareTransactionRequest.js
|
|
1072
1072
|
var defaultParameters = [
|
|
1073
1073
|
"blobVersionedHashes",
|
|
1074
1074
|
"chainId",
|
|
@@ -1276,7 +1276,7 @@ async function prepareTransactionRequest(client, args) {
|
|
|
1276
1276
|
return request;
|
|
1277
1277
|
}
|
|
1278
1278
|
|
|
1279
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1279
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/estimateGas.js
|
|
1280
1280
|
async function estimateGas(client, args) {
|
|
1281
1281
|
const { account: account_ = client.account, prepare = true } = args;
|
|
1282
1282
|
const account = account_ ? parseAccount(account_) : void 0;
|
|
@@ -1346,7 +1346,7 @@ async function estimateGas(client, args) {
|
|
|
1346
1346
|
}
|
|
1347
1347
|
}
|
|
1348
1348
|
|
|
1349
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1349
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/estimateContractGas.js
|
|
1350
1350
|
async function estimateContractGas(client, parameters) {
|
|
1351
1351
|
const { abi: abi2, address, args, functionName, dataSuffix = typeof client.dataSuffix === "string" ? client.dataSuffix : client.dataSuffix?.value, ...request } = parameters;
|
|
1352
1352
|
const data = encodeFunctionData({
|
|
@@ -1374,7 +1374,7 @@ async function estimateContractGas(client, parameters) {
|
|
|
1374
1374
|
}
|
|
1375
1375
|
}
|
|
1376
1376
|
|
|
1377
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1377
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/decodeEventLog.js
|
|
1378
1378
|
var docsPath2 = "/docs/contract/decodeEventLog";
|
|
1379
1379
|
function decodeEventLog(parameters) {
|
|
1380
1380
|
const { abi: abi2, data, strict: strict_, topics } = parameters;
|
|
@@ -1461,7 +1461,7 @@ function decodeTopic({ param, value }) {
|
|
|
1461
1461
|
return decodedArg[0];
|
|
1462
1462
|
}
|
|
1463
1463
|
|
|
1464
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1464
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/parseEventLogs.js
|
|
1465
1465
|
function parseEventLogs(parameters) {
|
|
1466
1466
|
const { abi: abi2, args, logs, strict = true } = parameters;
|
|
1467
1467
|
const eventName = (() => {
|
|
@@ -1565,7 +1565,7 @@ function includesArgs(parameters) {
|
|
|
1565
1565
|
return false;
|
|
1566
1566
|
}
|
|
1567
1567
|
|
|
1568
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1568
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/log.js
|
|
1569
1569
|
function formatLog(log, { args, eventName } = {}) {
|
|
1570
1570
|
return {
|
|
1571
1571
|
...log,
|
|
@@ -1579,7 +1579,7 @@ function formatLog(log, { args, eventName } = {}) {
|
|
|
1579
1579
|
};
|
|
1580
1580
|
}
|
|
1581
1581
|
|
|
1582
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1582
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getLogs.js
|
|
1583
1583
|
async function getLogs(client, { address, blockHash, fromBlock, toBlock, event, events: events_, args, strict: strict_ } = {}) {
|
|
1584
1584
|
const strict = strict_ ?? false;
|
|
1585
1585
|
const events = events_ ?? (event ? [event] : void 0);
|
|
@@ -1624,7 +1624,7 @@ async function getLogs(client, { address, blockHash, fromBlock, toBlock, event,
|
|
|
1624
1624
|
});
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
1627
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1627
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getContractEvents.js
|
|
1628
1628
|
async function getContractEvents(client, parameters) {
|
|
1629
1629
|
const { abi: abi2, address, args, blockHash, eventName, fromBlock, toBlock, strict } = parameters;
|
|
1630
1630
|
const event = eventName ? getAbiItem({ abi: abi2, name: eventName }) : void 0;
|
|
@@ -1641,7 +1641,7 @@ async function getContractEvents(client, parameters) {
|
|
|
1641
1641
|
});
|
|
1642
1642
|
}
|
|
1643
1643
|
|
|
1644
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1644
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/readContract.js
|
|
1645
1645
|
async function readContract(client, parameters) {
|
|
1646
1646
|
const { abi: abi2, address, args, functionName, ...rest } = parameters;
|
|
1647
1647
|
const calldata = encodeFunctionData({
|
|
@@ -1672,7 +1672,7 @@ async function readContract(client, parameters) {
|
|
|
1672
1672
|
}
|
|
1673
1673
|
}
|
|
1674
1674
|
|
|
1675
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1675
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/simulateContract.js
|
|
1676
1676
|
async function simulateContract(client, parameters) {
|
|
1677
1677
|
const { abi: abi2, address, args, functionName, dataSuffix = typeof client.dataSuffix === "string" ? client.dataSuffix : client.dataSuffix?.value, ...callRequest } = parameters;
|
|
1678
1678
|
const account = callRequest.account ? parseAccount(callRequest.account) : client.account;
|
|
@@ -1716,7 +1716,7 @@ async function simulateContract(client, parameters) {
|
|
|
1716
1716
|
}
|
|
1717
1717
|
}
|
|
1718
1718
|
|
|
1719
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1719
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/observe.js
|
|
1720
1720
|
var listenersCache = /* @__PURE__ */ new Map();
|
|
1721
1721
|
var cleanupCache = /* @__PURE__ */ new Map();
|
|
1722
1722
|
var callbackCount = 0;
|
|
@@ -1763,12 +1763,12 @@ function observe(observerId, callbacks, fn) {
|
|
|
1763
1763
|
return unwatch;
|
|
1764
1764
|
}
|
|
1765
1765
|
|
|
1766
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1766
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/wait.js
|
|
1767
1767
|
async function wait(time) {
|
|
1768
1768
|
return new Promise((res) => setTimeout(res, time));
|
|
1769
1769
|
}
|
|
1770
1770
|
|
|
1771
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1771
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/poll.js
|
|
1772
1772
|
function poll(fn, { emitOnBegin, initialWaitTime, interval }) {
|
|
1773
1773
|
let active = true;
|
|
1774
1774
|
const unwatch = () => active = false;
|
|
@@ -1791,7 +1791,7 @@ function poll(fn, { emitOnBegin, initialWaitTime, interval }) {
|
|
|
1791
1791
|
return unwatch;
|
|
1792
1792
|
}
|
|
1793
1793
|
|
|
1794
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1794
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/withCache.js
|
|
1795
1795
|
var promiseCache = /* @__PURE__ */ new Map();
|
|
1796
1796
|
var responseCache = /* @__PURE__ */ new Map();
|
|
1797
1797
|
function getCache(cacheKey2) {
|
|
@@ -1833,7 +1833,7 @@ async function withCache(fn, { cacheKey: cacheKey2, cacheTime = Number.POSITIVE_
|
|
|
1833
1833
|
}
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
1836
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1836
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getBlockNumber.js
|
|
1837
1837
|
var cacheKey = (id) => `blockNumber.${id}`;
|
|
1838
1838
|
async function getBlockNumber(client, { cacheTime = client.cacheTime } = {}) {
|
|
1839
1839
|
const blockNumberHex = await withCache(() => client.request({
|
|
@@ -1842,7 +1842,7 @@ async function getBlockNumber(client, { cacheTime = client.cacheTime } = {}) {
|
|
|
1842
1842
|
return BigInt(blockNumberHex);
|
|
1843
1843
|
}
|
|
1844
1844
|
|
|
1845
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1845
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getFilterChanges.js
|
|
1846
1846
|
async function getFilterChanges(_client, { filter }) {
|
|
1847
1847
|
const strict = "strict" in filter && filter.strict;
|
|
1848
1848
|
const logs = await filter.request({
|
|
@@ -1861,7 +1861,7 @@ async function getFilterChanges(_client, { filter }) {
|
|
|
1861
1861
|
});
|
|
1862
1862
|
}
|
|
1863
1863
|
|
|
1864
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1864
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/uninstallFilter.js
|
|
1865
1865
|
async function uninstallFilter(_client, { filter }) {
|
|
1866
1866
|
return filter.request({
|
|
1867
1867
|
method: "eth_uninstallFilter",
|
|
@@ -1869,7 +1869,7 @@ async function uninstallFilter(_client, { filter }) {
|
|
|
1869
1869
|
});
|
|
1870
1870
|
}
|
|
1871
1871
|
|
|
1872
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1872
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/watchContractEvent.js
|
|
1873
1873
|
function watchContractEvent(client, parameters) {
|
|
1874
1874
|
const { abi: abi2, address, args, batch = true, eventName, fromBlock, onError, onLogs, poll: poll_, pollingInterval = client.pollingInterval, strict: strict_ } = parameters;
|
|
1875
1875
|
const enablePolling = (() => {
|
|
@@ -2045,7 +2045,7 @@ function watchContractEvent(client, parameters) {
|
|
|
2045
2045
|
return enablePolling ? pollContractEvent() : subscribeContractEvent();
|
|
2046
2046
|
}
|
|
2047
2047
|
|
|
2048
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2048
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/account.js
|
|
2049
2049
|
var AccountNotFoundError = class extends BaseError {
|
|
2050
2050
|
constructor({ docsPath: docsPath3 } = {}) {
|
|
2051
2051
|
super([
|
|
@@ -2059,7 +2059,7 @@ var AccountNotFoundError = class extends BaseError {
|
|
|
2059
2059
|
}
|
|
2060
2060
|
};
|
|
2061
2061
|
|
|
2062
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2062
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/wallet/sendRawTransaction.js
|
|
2063
2063
|
async function sendRawTransaction(client, { serializedTransaction }) {
|
|
2064
2064
|
return client.request({
|
|
2065
2065
|
method: "eth_sendRawTransaction",
|
|
@@ -2067,7 +2067,7 @@ async function sendRawTransaction(client, { serializedTransaction }) {
|
|
|
2067
2067
|
}, { retryCount: 0 });
|
|
2068
2068
|
}
|
|
2069
2069
|
|
|
2070
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2070
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/withRetry.js
|
|
2071
2071
|
function withRetry(fn, { delay: delay_ = 100, retryCount = 2, shouldRetry: shouldRetry2 = () => true } = {}) {
|
|
2072
2072
|
return new Promise((resolve, reject) => {
|
|
2073
2073
|
const attemptRetry = async ({ count = 0 } = {}) => {
|
|
@@ -2090,7 +2090,7 @@ function withRetry(fn, { delay: delay_ = 100, retryCount = 2, shouldRetry: shoul
|
|
|
2090
2090
|
});
|
|
2091
2091
|
}
|
|
2092
2092
|
|
|
2093
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2093
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/transactionReceipt.js
|
|
2094
2094
|
var receiptStatuses = {
|
|
2095
2095
|
"0x0": "reverted",
|
|
2096
2096
|
"0x1": "success"
|
|
@@ -2117,7 +2117,7 @@ function formatTransactionReceipt(transactionReceipt, _) {
|
|
|
2117
2117
|
}
|
|
2118
2118
|
var defineTransactionReceipt = /* @__PURE__ */ defineFormatter("transactionReceipt", formatTransactionReceipt);
|
|
2119
2119
|
|
|
2120
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2120
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/uid.js
|
|
2121
2121
|
var size4 = 256;
|
|
2122
2122
|
var index = size4;
|
|
2123
2123
|
var buffer;
|
|
@@ -2132,7 +2132,7 @@ function uid(length = 11) {
|
|
|
2132
2132
|
return buffer.substring(index, index++ + length);
|
|
2133
2133
|
}
|
|
2134
2134
|
|
|
2135
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2135
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/clients/createClient.js
|
|
2136
2136
|
function createClient(parameters) {
|
|
2137
2137
|
const { batch, chain, ccipRead, dataSuffix, key = "base", name = "Base Client", type = "base" } = parameters;
|
|
2138
2138
|
const experimental_blockTag = parameters.experimental_blockTag ?? (typeof chain?.experimental_preconfirmationTime === "number" ? "pending" : void 0);
|
|
@@ -2175,7 +2175,7 @@ function createClient(parameters) {
|
|
|
2175
2175
|
return Object.assign(client, { extend: extend(client) });
|
|
2176
2176
|
}
|
|
2177
2177
|
|
|
2178
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2178
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ens/errors.js
|
|
2179
2179
|
function isNullUniversalResolverError(err) {
|
|
2180
2180
|
if (!(err instanceof BaseError))
|
|
2181
2181
|
return false;
|
|
@@ -2197,7 +2197,7 @@ function isNullUniversalResolverError(err) {
|
|
|
2197
2197
|
return false;
|
|
2198
2198
|
}
|
|
2199
2199
|
|
|
2200
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2200
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ens/encodedLabelToLabelhash.js
|
|
2201
2201
|
function encodedLabelToLabelhash(label) {
|
|
2202
2202
|
if (label.length !== 66)
|
|
2203
2203
|
return null;
|
|
@@ -2211,7 +2211,7 @@ function encodedLabelToLabelhash(label) {
|
|
|
2211
2211
|
return hash2;
|
|
2212
2212
|
}
|
|
2213
2213
|
|
|
2214
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2214
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ens/namehash.js
|
|
2215
2215
|
function namehash(name) {
|
|
2216
2216
|
let result = new Uint8Array(32).fill(0);
|
|
2217
2217
|
if (!name)
|
|
@@ -2225,12 +2225,12 @@ function namehash(name) {
|
|
|
2225
2225
|
return bytesToHex(result);
|
|
2226
2226
|
}
|
|
2227
2227
|
|
|
2228
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2228
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ens/encodeLabelhash.js
|
|
2229
2229
|
function encodeLabelhash(hash2) {
|
|
2230
2230
|
return `[${hash2.slice(2)}]`;
|
|
2231
2231
|
}
|
|
2232
2232
|
|
|
2233
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2233
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ens/labelhash.js
|
|
2234
2234
|
function labelhash(label) {
|
|
2235
2235
|
const result = new Uint8Array(32).fill(0);
|
|
2236
2236
|
if (!label)
|
|
@@ -2238,7 +2238,7 @@ function labelhash(label) {
|
|
|
2238
2238
|
return encodedLabelToLabelhash(label) || keccak256(stringToBytes(label));
|
|
2239
2239
|
}
|
|
2240
2240
|
|
|
2241
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2241
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ens/packetToBytes.js
|
|
2242
2242
|
function packetToBytes(packet) {
|
|
2243
2243
|
const value = packet.replace(/^\.|\.$/gm, "");
|
|
2244
2244
|
if (value.length === 0)
|
|
@@ -2259,7 +2259,7 @@ function packetToBytes(packet) {
|
|
|
2259
2259
|
return bytes;
|
|
2260
2260
|
}
|
|
2261
2261
|
|
|
2262
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2262
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/ens/getEnsAddress.js
|
|
2263
2263
|
async function getEnsAddress(client, parameters) {
|
|
2264
2264
|
const { blockNumber, blockTag, coinType, name, gatewayUrls, strict } = parameters;
|
|
2265
2265
|
const { chain } = client;
|
|
@@ -2324,7 +2324,7 @@ async function getEnsAddress(client, parameters) {
|
|
|
2324
2324
|
}
|
|
2325
2325
|
}
|
|
2326
2326
|
|
|
2327
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2327
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/ens.js
|
|
2328
2328
|
var EnsAvatarInvalidMetadataError = class extends BaseError {
|
|
2329
2329
|
constructor({ data }) {
|
|
2330
2330
|
super("Unable to extract image from metadata. The metadata may be malformed or invalid.", {
|
|
@@ -2355,7 +2355,7 @@ var EnsAvatarUnsupportedNamespaceError = class extends BaseError {
|
|
|
2355
2355
|
}
|
|
2356
2356
|
};
|
|
2357
2357
|
|
|
2358
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2358
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ens/avatar/utils.js
|
|
2359
2359
|
var networkRegex = /(?<protocol>https?:\/\/[^/]*|ipfs:\/|ipns:\/|ar:\/)?(?<root>\/)?(?<subpath>ipfs\/|ipns\/)?(?<target>[\w\-.]+)(?<subtarget>\/.*)?/;
|
|
2360
2360
|
var ipfsHashRegex = /^(Qm[1-9A-HJ-NP-Za-km-z]{44,}|b[A-Za-z2-7]{58,}|B[A-Z2-7]{58,}|z[1-9A-HJ-NP-Za-km-z]{48,}|F[0-9A-F]{50,})(\/(?<target>[\w\-.]+))?(?<subtarget>\/.*)?$/;
|
|
2361
2361
|
var base64Regex = /^data:([a-zA-Z\-/+]*);base64,([^"].*)/;
|
|
@@ -2526,7 +2526,7 @@ async function getNftTokenUri(client, { nft }) {
|
|
|
2526
2526
|
throw new EnsAvatarUnsupportedNamespaceError({ namespace: nft.namespace });
|
|
2527
2527
|
}
|
|
2528
2528
|
|
|
2529
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2529
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ens/avatar/parseAvatarRecord.js
|
|
2530
2530
|
async function parseAvatarRecord(client, { gatewayUrls, record }) {
|
|
2531
2531
|
if (/eip155:/i.test(record))
|
|
2532
2532
|
return parseNftAvatarUri(client, { gatewayUrls, record });
|
|
@@ -2556,7 +2556,7 @@ async function parseNftAvatarUri(client, { gatewayUrls, record }) {
|
|
|
2556
2556
|
});
|
|
2557
2557
|
}
|
|
2558
2558
|
|
|
2559
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2559
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/ens/getEnsText.js
|
|
2560
2560
|
async function getEnsText(client, parameters) {
|
|
2561
2561
|
const { blockNumber, blockTag, key, name, gatewayUrls, strict } = parameters;
|
|
2562
2562
|
const { chain } = client;
|
|
@@ -2610,7 +2610,7 @@ async function getEnsText(client, parameters) {
|
|
|
2610
2610
|
}
|
|
2611
2611
|
}
|
|
2612
2612
|
|
|
2613
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2613
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/ens/getEnsAvatar.js
|
|
2614
2614
|
async function getEnsAvatar(client, { blockNumber, blockTag, assetGatewayUrls, name, gatewayUrls, strict, universalResolverAddress }) {
|
|
2615
2615
|
const record = await getAction(client, getEnsText, "getEnsText")({
|
|
2616
2616
|
blockNumber,
|
|
@@ -2633,7 +2633,7 @@ async function getEnsAvatar(client, { blockNumber, blockTag, assetGatewayUrls, n
|
|
|
2633
2633
|
}
|
|
2634
2634
|
}
|
|
2635
2635
|
|
|
2636
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2636
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/ens/getEnsName.js
|
|
2637
2637
|
async function getEnsName(client, parameters) {
|
|
2638
2638
|
const { address, blockNumber, blockTag, coinType = 60n, gatewayUrls, strict } = parameters;
|
|
2639
2639
|
const { chain } = client;
|
|
@@ -2669,7 +2669,7 @@ async function getEnsName(client, parameters) {
|
|
|
2669
2669
|
}
|
|
2670
2670
|
}
|
|
2671
2671
|
|
|
2672
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2672
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/ens/getEnsResolver.js
|
|
2673
2673
|
async function getEnsResolver(client, parameters) {
|
|
2674
2674
|
const { blockNumber, blockTag, name } = parameters;
|
|
2675
2675
|
const { chain } = client;
|
|
@@ -2710,7 +2710,7 @@ async function getEnsResolver(client, parameters) {
|
|
|
2710
2710
|
return resolverAddress;
|
|
2711
2711
|
}
|
|
2712
2712
|
|
|
2713
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2713
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/createAccessList.js
|
|
2714
2714
|
async function createAccessList(client, args) {
|
|
2715
2715
|
const { account: account_ = client.account, blockNumber, blockTag = "latest", blobs, data, gas, gasPrice, maxFeePerBlobGas, maxFeePerGas, maxPriorityFeePerGas, to, value, ...rest } = args;
|
|
2716
2716
|
const account = account_ ? parseAccount(account_) : void 0;
|
|
@@ -2751,7 +2751,7 @@ async function createAccessList(client, args) {
|
|
|
2751
2751
|
}
|
|
2752
2752
|
}
|
|
2753
2753
|
|
|
2754
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2754
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/createBlockFilter.js
|
|
2755
2755
|
async function createBlockFilter(client) {
|
|
2756
2756
|
const getRequest = createFilterRequestScope(client, {
|
|
2757
2757
|
method: "eth_newBlockFilter"
|
|
@@ -2762,7 +2762,7 @@ async function createBlockFilter(client) {
|
|
|
2762
2762
|
return { id, request: getRequest(id), type: "block" };
|
|
2763
2763
|
}
|
|
2764
2764
|
|
|
2765
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2765
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/createEventFilter.js
|
|
2766
2766
|
async function createEventFilter(client, { address, args, event, events: events_, fromBlock, strict, toBlock } = {}) {
|
|
2767
2767
|
const events = events_ ?? (event ? [event] : void 0);
|
|
2768
2768
|
const getRequest = createFilterRequestScope(client, {
|
|
@@ -2803,7 +2803,7 @@ async function createEventFilter(client, { address, args, event, events: events_
|
|
|
2803
2803
|
};
|
|
2804
2804
|
}
|
|
2805
2805
|
|
|
2806
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2806
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/createPendingTransactionFilter.js
|
|
2807
2807
|
async function createPendingTransactionFilter(client) {
|
|
2808
2808
|
const getRequest = createFilterRequestScope(client, {
|
|
2809
2809
|
method: "eth_newPendingTransactionFilter"
|
|
@@ -2814,7 +2814,7 @@ async function createPendingTransactionFilter(client) {
|
|
|
2814
2814
|
return { id, request: getRequest(id), type: "transaction" };
|
|
2815
2815
|
}
|
|
2816
2816
|
|
|
2817
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2817
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getBalance.js
|
|
2818
2818
|
async function getBalance(client, { address, blockNumber, blockTag = client.experimental_blockTag ?? "latest" }) {
|
|
2819
2819
|
if (client.batch?.multicall && client.chain?.contracts?.multicall3) {
|
|
2820
2820
|
const multicall3Address = client.chain.contracts.multicall3.address;
|
|
@@ -2844,7 +2844,7 @@ async function getBalance(client, { address, blockNumber, blockTag = client.expe
|
|
|
2844
2844
|
return BigInt(balance);
|
|
2845
2845
|
}
|
|
2846
2846
|
|
|
2847
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2847
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getBlobBaseFee.js
|
|
2848
2848
|
async function getBlobBaseFee(client) {
|
|
2849
2849
|
const baseFee = await client.request({
|
|
2850
2850
|
method: "eth_blobBaseFee"
|
|
@@ -2852,7 +2852,7 @@ async function getBlobBaseFee(client) {
|
|
|
2852
2852
|
return BigInt(baseFee);
|
|
2853
2853
|
}
|
|
2854
2854
|
|
|
2855
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2855
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getBlockTransactionCount.js
|
|
2856
2856
|
async function getBlockTransactionCount(client, { blockHash, blockNumber, blockTag = "latest" } = {}) {
|
|
2857
2857
|
const blockNumberHex = blockNumber !== void 0 ? numberToHex(blockNumber) : void 0;
|
|
2858
2858
|
let count;
|
|
@@ -2870,7 +2870,7 @@ async function getBlockTransactionCount(client, { blockHash, blockNumber, blockT
|
|
|
2870
2870
|
return hexToNumber(count);
|
|
2871
2871
|
}
|
|
2872
2872
|
|
|
2873
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2873
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getCode.js
|
|
2874
2874
|
async function getCode(client, { address, blockNumber, blockTag = "latest" }) {
|
|
2875
2875
|
const blockNumberHex = blockNumber !== void 0 ? numberToHex(blockNumber) : void 0;
|
|
2876
2876
|
const hex = await client.request({
|
|
@@ -2882,7 +2882,7 @@ async function getCode(client, { address, blockNumber, blockTag = "latest" }) {
|
|
|
2882
2882
|
return hex;
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2885
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/eip712.js
|
|
2886
2886
|
var Eip712DomainNotFoundError = class extends BaseError {
|
|
2887
2887
|
constructor({ address }) {
|
|
2888
2888
|
super(`No EIP-712 domain found on contract "${address}".`, {
|
|
@@ -2897,7 +2897,7 @@ var Eip712DomainNotFoundError = class extends BaseError {
|
|
|
2897
2897
|
}
|
|
2898
2898
|
};
|
|
2899
2899
|
|
|
2900
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2900
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getEip712Domain.js
|
|
2901
2901
|
async function getEip712Domain(client, parameters) {
|
|
2902
2902
|
const { address, factory, factoryData } = parameters;
|
|
2903
2903
|
try {
|
|
@@ -2945,7 +2945,7 @@ var abi = [
|
|
|
2945
2945
|
}
|
|
2946
2946
|
];
|
|
2947
2947
|
|
|
2948
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2948
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/feeHistory.js
|
|
2949
2949
|
function formatFeeHistory(feeHistory) {
|
|
2950
2950
|
return {
|
|
2951
2951
|
baseFeePerGas: feeHistory.baseFeePerGas.map((value) => BigInt(value)),
|
|
@@ -2955,7 +2955,7 @@ function formatFeeHistory(feeHistory) {
|
|
|
2955
2955
|
};
|
|
2956
2956
|
}
|
|
2957
2957
|
|
|
2958
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2958
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getFeeHistory.js
|
|
2959
2959
|
async function getFeeHistory(client, { blockCount, blockNumber, blockTag = "latest", rewardPercentiles }) {
|
|
2960
2960
|
const blockNumberHex = typeof blockNumber === "bigint" ? numberToHex(blockNumber) : void 0;
|
|
2961
2961
|
const feeHistory = await client.request({
|
|
@@ -2969,7 +2969,7 @@ async function getFeeHistory(client, { blockCount, blockNumber, blockTag = "late
|
|
|
2969
2969
|
return formatFeeHistory(feeHistory);
|
|
2970
2970
|
}
|
|
2971
2971
|
|
|
2972
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2972
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getFilterLogs.js
|
|
2973
2973
|
async function getFilterLogs(_client, { filter }) {
|
|
2974
2974
|
const strict = filter.strict ?? false;
|
|
2975
2975
|
const logs = await filter.request({
|
|
@@ -2986,7 +2986,7 @@ async function getFilterLogs(_client, { filter }) {
|
|
|
2986
2986
|
});
|
|
2987
2987
|
}
|
|
2988
2988
|
|
|
2989
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2989
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/transaction/assertTransaction.js
|
|
2990
2990
|
function assertTransactionEIP7702(transaction) {
|
|
2991
2991
|
const { authorizationList } = transaction;
|
|
2992
2992
|
if (authorizationList) {
|
|
@@ -3054,7 +3054,7 @@ function assertTransactionLegacy(transaction) {
|
|
|
3054
3054
|
throw new FeeCapTooHighError({ maxFeePerGas: gasPrice });
|
|
3055
3055
|
}
|
|
3056
3056
|
|
|
3057
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3057
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/transaction/serializeAccessList.js
|
|
3058
3058
|
function serializeAccessList(accessList) {
|
|
3059
3059
|
if (!accessList || accessList.length === 0)
|
|
3060
3060
|
return [];
|
|
@@ -3074,7 +3074,7 @@ function serializeAccessList(accessList) {
|
|
|
3074
3074
|
return serializedAccessList;
|
|
3075
3075
|
}
|
|
3076
3076
|
|
|
3077
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3077
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/transaction/serializeTransaction.js
|
|
3078
3078
|
function serializeTransaction(transaction, signature) {
|
|
3079
3079
|
const type = getTransactionType(transaction);
|
|
3080
3080
|
if (type === "eip1559")
|
|
@@ -3274,7 +3274,7 @@ function toYParitySignatureArray(transaction, signature_) {
|
|
|
3274
3274
|
return [yParity_, r === "0x00" ? "0x" : r, s === "0x00" ? "0x" : s];
|
|
3275
3275
|
}
|
|
3276
3276
|
|
|
3277
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3277
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/authorization/serializeAuthorizationList.js
|
|
3278
3278
|
function serializeAuthorizationList(authorizationList) {
|
|
3279
3279
|
if (!authorizationList || authorizationList.length === 0)
|
|
3280
3280
|
return [];
|
|
@@ -3292,7 +3292,7 @@ function serializeAuthorizationList(authorizationList) {
|
|
|
3292
3292
|
return serializedAuthorizationList;
|
|
3293
3293
|
}
|
|
3294
3294
|
|
|
3295
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3295
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/authorization/verifyAuthorization.js
|
|
3296
3296
|
async function verifyAuthorization({ address, authorization, signature }) {
|
|
3297
3297
|
return isAddressEqual(getAddress(address), await recoverAuthorizationAddress({
|
|
3298
3298
|
authorization,
|
|
@@ -3300,7 +3300,7 @@ async function verifyAuthorization({ address, authorization, signature }) {
|
|
|
3300
3300
|
}));
|
|
3301
3301
|
}
|
|
3302
3302
|
|
|
3303
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3303
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/withDedupe.js
|
|
3304
3304
|
var promiseCache2 = /* @__PURE__ */ new LruMap(8192);
|
|
3305
3305
|
function withDedupe(fn, { enabled = true, id }) {
|
|
3306
3306
|
if (!enabled || !id)
|
|
@@ -3312,7 +3312,7 @@ function withDedupe(fn, { enabled = true, id }) {
|
|
|
3312
3312
|
return promise;
|
|
3313
3313
|
}
|
|
3314
3314
|
|
|
3315
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3315
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/buildRequest.js
|
|
3316
3316
|
function buildRequest(request, options = {}) {
|
|
3317
3317
|
return async (args, overrideOptions = {}) => {
|
|
3318
3318
|
const { dedupe = false, methods, retryDelay = 150, retryCount = 3, uid: uid2 } = {
|
|
@@ -3472,7 +3472,7 @@ function shouldRetry(error) {
|
|
|
3472
3472
|
return true;
|
|
3473
3473
|
}
|
|
3474
3474
|
|
|
3475
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3475
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/chain/defineChain.js
|
|
3476
3476
|
function defineChain(chain) {
|
|
3477
3477
|
const chainInstance = {
|
|
3478
3478
|
formatters: void 0,
|
|
@@ -3492,7 +3492,7 @@ function defineChain(chain) {
|
|
|
3492
3492
|
});
|
|
3493
3493
|
}
|
|
3494
3494
|
|
|
3495
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3495
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/withTimeout.js
|
|
3496
3496
|
function withTimeout(fn, { errorInstance = new Error("timed out"), timeout, signal }) {
|
|
3497
3497
|
return new Promise((resolve, reject) => {
|
|
3498
3498
|
;
|
|
@@ -3521,7 +3521,7 @@ function withTimeout(fn, { errorInstance = new Error("timed out"), timeout, sign
|
|
|
3521
3521
|
});
|
|
3522
3522
|
}
|
|
3523
3523
|
|
|
3524
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3524
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/rpc/id.js
|
|
3525
3525
|
function createIdStore() {
|
|
3526
3526
|
return {
|
|
3527
3527
|
current: 0,
|
|
@@ -3535,7 +3535,7 @@ function createIdStore() {
|
|
|
3535
3535
|
}
|
|
3536
3536
|
var idCache = /* @__PURE__ */ createIdStore();
|
|
3537
3537
|
|
|
3538
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3538
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/rpc/http.js
|
|
3539
3539
|
function getHttpRpcClient(url_, options = {}) {
|
|
3540
3540
|
const { url, headers: headers_url } = parseUrl(url_);
|
|
3541
3541
|
return {
|
|
@@ -3636,7 +3636,7 @@ function parseUrl(url_) {
|
|
|
3636
3636
|
}
|
|
3637
3637
|
}
|
|
3638
3638
|
|
|
3639
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3639
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/rpc/socket.js
|
|
3640
3640
|
var socketClientCache = /* @__PURE__ */ new Map();
|
|
3641
3641
|
async function getSocketRpcClient(parameters) {
|
|
3642
3642
|
const { getSocket: getSocket2, keepAlive = true, key = "socket", reconnect = true, url } = parameters;
|
|
@@ -3784,7 +3784,7 @@ async function getSocketRpcClient(parameters) {
|
|
|
3784
3784
|
return socketClient_;
|
|
3785
3785
|
}
|
|
3786
3786
|
|
|
3787
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3787
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/rpc/webSocket.js
|
|
3788
3788
|
async function getWebSocketRpcClient(url, options = {}) {
|
|
3789
3789
|
const { keepAlive, reconnect } = options;
|
|
3790
3790
|
return getSocketRpcClient({
|
|
@@ -3861,7 +3861,7 @@ async function getWebSocketRpcClient(url, options = {}) {
|
|
|
3861
3861
|
});
|
|
3862
3862
|
}
|
|
3863
3863
|
|
|
3864
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3864
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/rpc/compat.js
|
|
3865
3865
|
async function getSocket(url) {
|
|
3866
3866
|
const client = await getWebSocketRpcClient(url);
|
|
3867
3867
|
return Object.assign(client.socket, {
|
|
@@ -3870,10 +3870,10 @@ async function getSocket(url) {
|
|
|
3870
3870
|
});
|
|
3871
3871
|
}
|
|
3872
3872
|
|
|
3873
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3873
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/strings.js
|
|
3874
3874
|
var presignMessagePrefix = "Ethereum Signed Message:\n";
|
|
3875
3875
|
|
|
3876
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3876
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/signature/toPrefixedMessage.js
|
|
3877
3877
|
function toPrefixedMessage(message_) {
|
|
3878
3878
|
const message = (() => {
|
|
3879
3879
|
if (typeof message_ === "string")
|
|
@@ -3886,12 +3886,12 @@ function toPrefixedMessage(message_) {
|
|
|
3886
3886
|
return concat([prefix, message]);
|
|
3887
3887
|
}
|
|
3888
3888
|
|
|
3889
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3889
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/signature/hashMessage.js
|
|
3890
3890
|
function hashMessage(message, to_) {
|
|
3891
3891
|
return keccak256(toPrefixedMessage(message), to_);
|
|
3892
3892
|
}
|
|
3893
3893
|
|
|
3894
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3894
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/typedData.js
|
|
3895
3895
|
var InvalidDomainError = class extends BaseError {
|
|
3896
3896
|
constructor({ domain }) {
|
|
3897
3897
|
super(`Invalid domain "${stringify(domain)}".`, {
|
|
@@ -3916,7 +3916,7 @@ var InvalidStructTypeError = class extends BaseError {
|
|
|
3916
3916
|
}
|
|
3917
3917
|
};
|
|
3918
3918
|
|
|
3919
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3919
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/typedData.js
|
|
3920
3920
|
function validateTypedData(parameters) {
|
|
3921
3921
|
const { domain, message, primaryType, types } = parameters;
|
|
3922
3922
|
const validateData = (struct, data) => {
|
|
@@ -3981,7 +3981,7 @@ function validateReference(type) {
|
|
|
3981
3981
|
throw new InvalidStructTypeError({ type });
|
|
3982
3982
|
}
|
|
3983
3983
|
|
|
3984
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3984
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/signature/hashTypedData.js
|
|
3985
3985
|
function hashTypedData(parameters) {
|
|
3986
3986
|
const { domain = {}, message, primaryType } = parameters;
|
|
3987
3987
|
const types = {
|
|
@@ -5688,7 +5688,7 @@ var InvalidWrappedSignatureError = class extends BaseError2 {
|
|
|
5688
5688
|
}
|
|
5689
5689
|
};
|
|
5690
5690
|
|
|
5691
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
5691
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/proof.js
|
|
5692
5692
|
function formatStorageProof(storageProof) {
|
|
5693
5693
|
return storageProof.map((proof) => ({
|
|
5694
5694
|
...proof,
|
|
@@ -5704,7 +5704,7 @@ function formatProof(proof) {
|
|
|
5704
5704
|
};
|
|
5705
5705
|
}
|
|
5706
5706
|
|
|
5707
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
5707
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getProof.js
|
|
5708
5708
|
async function getProof(client, { address, blockNumber, blockTag: blockTag_, storageKeys }) {
|
|
5709
5709
|
const blockTag = blockTag_ ?? "latest";
|
|
5710
5710
|
const blockNumberHex = blockNumber !== void 0 ? numberToHex(blockNumber) : void 0;
|
|
@@ -5715,7 +5715,7 @@ async function getProof(client, { address, blockNumber, blockTag: blockTag_, sto
|
|
|
5715
5715
|
return formatProof(proof);
|
|
5716
5716
|
}
|
|
5717
5717
|
|
|
5718
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
5718
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getStorageAt.js
|
|
5719
5719
|
async function getStorageAt(client, { address, blockNumber, blockTag = "latest", slot }) {
|
|
5720
5720
|
const blockNumberHex = blockNumber !== void 0 ? numberToHex(blockNumber) : void 0;
|
|
5721
5721
|
const data = await client.request({
|
|
@@ -5725,7 +5725,7 @@ async function getStorageAt(client, { address, blockNumber, blockTag = "latest",
|
|
|
5725
5725
|
return data;
|
|
5726
5726
|
}
|
|
5727
5727
|
|
|
5728
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
5728
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getTransaction.js
|
|
5729
5729
|
async function getTransaction(client, { blockHash, blockNumber, blockTag: blockTag_, hash: hash2, index: index2, sender, nonce }) {
|
|
5730
5730
|
const blockTag = blockTag_ || "latest";
|
|
5731
5731
|
const blockNumberHex = blockNumber !== void 0 ? numberToHex(blockNumber) : void 0;
|
|
@@ -5763,7 +5763,7 @@ async function getTransaction(client, { blockHash, blockNumber, blockTag: blockT
|
|
|
5763
5763
|
return format(transaction, "getTransaction");
|
|
5764
5764
|
}
|
|
5765
5765
|
|
|
5766
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
5766
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getTransactionConfirmations.js
|
|
5767
5767
|
async function getTransactionConfirmations(client, { hash: hash2, transactionReceipt }) {
|
|
5768
5768
|
const [blockNumber, transaction] = await Promise.all([
|
|
5769
5769
|
getAction(client, getBlockNumber, "getBlockNumber")({}),
|
|
@@ -5775,7 +5775,7 @@ async function getTransactionConfirmations(client, { hash: hash2, transactionRec
|
|
|
5775
5775
|
return blockNumber - transactionBlockNumber + 1n;
|
|
5776
5776
|
}
|
|
5777
5777
|
|
|
5778
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
5778
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/getTransactionReceipt.js
|
|
5779
5779
|
async function getTransactionReceipt(client, { hash: hash2 }) {
|
|
5780
5780
|
const receipt = await client.request({
|
|
5781
5781
|
method: "eth_getTransactionReceipt",
|
|
@@ -5787,7 +5787,7 @@ async function getTransactionReceipt(client, { hash: hash2 }) {
|
|
|
5787
5787
|
return format(receipt, "getTransactionReceipt");
|
|
5788
5788
|
}
|
|
5789
5789
|
|
|
5790
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
5790
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/multicall.js
|
|
5791
5791
|
async function multicall(client, parameters) {
|
|
5792
5792
|
const { account, authorizationList, allowFailure = true, blockNumber, blockOverrides, blockTag, stateOverride } = parameters;
|
|
5793
5793
|
const contracts2 = parameters.contracts;
|
|
@@ -5916,7 +5916,7 @@ async function multicall(client, parameters) {
|
|
|
5916
5916
|
return results;
|
|
5917
5917
|
}
|
|
5918
5918
|
|
|
5919
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
5919
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/simulateBlocks.js
|
|
5920
5920
|
async function simulateBlocks(client, parameters) {
|
|
5921
5921
|
const { blockNumber, blockTag = client.experimental_blockTag ?? "latest", blocks, returnFullTransactions, traceTransfers, validation } = parameters;
|
|
5922
5922
|
try {
|
|
@@ -6321,11 +6321,11 @@ function getSelector2(abiItem) {
|
|
|
6321
6321
|
return getSelector(abiItem);
|
|
6322
6322
|
}
|
|
6323
6323
|
|
|
6324
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
6324
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/address.js
|
|
6325
6325
|
var ethAddress = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";
|
|
6326
6326
|
var zeroAddress = "0x0000000000000000000000000000000000000000";
|
|
6327
6327
|
|
|
6328
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
6328
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/simulateCalls.js
|
|
6329
6329
|
var getBalanceCode = "0x6080604052348015600e575f80fd5b5061016d8061001c5f395ff3fe608060405234801561000f575f80fd5b5060043610610029575f3560e01c8063f8b2cb4f1461002d575b5f80fd5b610047600480360381019061004291906100db565b61005d565b604051610054919061011e565b60405180910390f35b5f8173ffffffffffffffffffffffffffffffffffffffff16319050919050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6100aa82610081565b9050919050565b6100ba816100a0565b81146100c4575f80fd5b50565b5f813590506100d5816100b1565b92915050565b5f602082840312156100f0576100ef61007d565b5b5f6100fd848285016100c7565b91505092915050565b5f819050919050565b61011881610106565b82525050565b5f6020820190506101315f83018461010f565b9291505056fea26469706673582212203b9fe929fe995c7cf9887f0bdba8a36dd78e8b73f149b17d2d9ad7cd09d2dc6264736f6c634300081a0033";
|
|
6330
6330
|
async function simulateCalls(client, parameters) {
|
|
6331
6331
|
const { blockNumber, blockTag, calls, stateOverrides, traceAssetChanges, traceTransfers, validation } = parameters;
|
|
@@ -6623,7 +6623,7 @@ var InvalidWrappedSignatureError2 = class extends BaseError2 {
|
|
|
6623
6623
|
}
|
|
6624
6624
|
};
|
|
6625
6625
|
|
|
6626
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
6626
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/signature/serializeSignature.js
|
|
6627
6627
|
function serializeSignature({ r, s, to = "hex", v, yParity }) {
|
|
6628
6628
|
const yParity_ = (() => {
|
|
6629
6629
|
if (yParity === 0 || yParity === 1)
|
|
@@ -6638,7 +6638,7 @@ function serializeSignature({ r, s, to = "hex", v, yParity }) {
|
|
|
6638
6638
|
return hexToBytes(signature);
|
|
6639
6639
|
}
|
|
6640
6640
|
|
|
6641
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
6641
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/verifyHash.js
|
|
6642
6642
|
async function verifyHash(client, parameters) {
|
|
6643
6643
|
const { address, chain = client.chain, hash: hash2, erc6492VerifierAddress: verifierAddress = parameters.universalSignatureVerifierAddress ?? chain?.contracts?.erc6492Verifier?.address, multicallAddress = parameters.multicallAddress ?? chain?.contracts?.multicall3?.address } = parameters;
|
|
6644
6644
|
if (chain?.verifyHash)
|
|
@@ -6798,7 +6798,7 @@ async function verifyErc1271(client, parameters) {
|
|
|
6798
6798
|
var VerificationError = class extends Error {
|
|
6799
6799
|
};
|
|
6800
6800
|
|
|
6801
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
6801
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/verifyMessage.js
|
|
6802
6802
|
async function verifyMessage(client, { address, message, factory, factoryData, signature, ...callRequest }) {
|
|
6803
6803
|
const hash2 = hashMessage(message);
|
|
6804
6804
|
return getAction(client, verifyHash, "verifyHash")({
|
|
@@ -6811,7 +6811,7 @@ async function verifyMessage(client, { address, message, factory, factoryData, s
|
|
|
6811
6811
|
});
|
|
6812
6812
|
}
|
|
6813
6813
|
|
|
6814
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
6814
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/verifyTypedData.js
|
|
6815
6815
|
async function verifyTypedData(client, parameters) {
|
|
6816
6816
|
const { address, factory, factoryData, signature, message, primaryType, types, domain, ...callRequest } = parameters;
|
|
6817
6817
|
const hash2 = hashTypedData({ message, primaryType, types, domain });
|
|
@@ -6825,7 +6825,7 @@ async function verifyTypedData(client, parameters) {
|
|
|
6825
6825
|
});
|
|
6826
6826
|
}
|
|
6827
6827
|
|
|
6828
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
6828
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/watchBlockNumber.js
|
|
6829
6829
|
function watchBlockNumber(client, { emitOnBegin = false, emitMissed = false, onBlockNumber, onError, poll: poll_, pollingInterval = client.pollingInterval }) {
|
|
6830
6830
|
const enablePolling = (() => {
|
|
6831
6831
|
if (typeof poll_ !== "undefined")
|
|
@@ -6917,7 +6917,7 @@ function watchBlockNumber(client, { emitOnBegin = false, emitMissed = false, onB
|
|
|
6917
6917
|
return enablePolling ? pollBlockNumber() : subscribeBlockNumber();
|
|
6918
6918
|
}
|
|
6919
6919
|
|
|
6920
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
6920
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/waitForTransactionReceipt.js
|
|
6921
6921
|
async function waitForTransactionReceipt(client, parameters) {
|
|
6922
6922
|
const {
|
|
6923
6923
|
checkReplacement = true,
|
|
@@ -7049,7 +7049,7 @@ async function waitForTransactionReceipt(client, parameters) {
|
|
|
7049
7049
|
return promise;
|
|
7050
7050
|
}
|
|
7051
7051
|
|
|
7052
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7052
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/watchBlocks.js
|
|
7053
7053
|
function watchBlocks(client, { blockTag = client.experimental_blockTag ?? "latest", emitMissed = false, emitOnBegin = false, onBlock, onError, includeTransactions: includeTransactions_, poll: poll_, pollingInterval = client.pollingInterval }) {
|
|
7054
7054
|
const enablePolling = (() => {
|
|
7055
7055
|
if (typeof poll_ !== "undefined")
|
|
@@ -7170,7 +7170,7 @@ function watchBlocks(client, { blockTag = client.experimental_blockTag ?? "lates
|
|
|
7170
7170
|
return enablePolling ? pollBlocks() : subscribeBlocks();
|
|
7171
7171
|
}
|
|
7172
7172
|
|
|
7173
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7173
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/watchEvent.js
|
|
7174
7174
|
function watchEvent(client, { address, args, batch = true, event, events, fromBlock, onError, onLogs, poll: poll_, pollingInterval = client.pollingInterval, strict: strict_ }) {
|
|
7175
7175
|
const enablePolling = (() => {
|
|
7176
7176
|
if (typeof poll_ !== "undefined")
|
|
@@ -7333,7 +7333,7 @@ function watchEvent(client, { address, args, batch = true, event, events, fromBl
|
|
|
7333
7333
|
return enablePolling ? pollEvent() : subscribeEvent();
|
|
7334
7334
|
}
|
|
7335
7335
|
|
|
7336
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7336
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/watchPendingTransactions.js
|
|
7337
7337
|
function watchPendingTransactions(client, { batch = true, onError, onTransactions, poll: poll_, pollingInterval = client.pollingInterval }) {
|
|
7338
7338
|
const enablePolling = typeof poll_ !== "undefined" ? poll_ : client.transport.type !== "webSocket" && client.transport.type !== "ipc";
|
|
7339
7339
|
const pollPendingTransactions = () => {
|
|
@@ -7407,7 +7407,7 @@ function watchPendingTransactions(client, { batch = true, onError, onTransaction
|
|
|
7407
7407
|
return enablePolling ? pollPendingTransactions() : subscribePendingTransactions();
|
|
7408
7408
|
}
|
|
7409
7409
|
|
|
7410
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7410
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/siwe/parseSiweMessage.js
|
|
7411
7411
|
function parseSiweMessage(message) {
|
|
7412
7412
|
const { scheme, statement, ...prefix } = message.match(prefixRegex)?.groups ?? {};
|
|
7413
7413
|
const { chainId, expirationTime, issuedAt, notBefore, requestId, ...suffix } = message.match(suffixRegex)?.groups ?? {};
|
|
@@ -7428,7 +7428,7 @@ function parseSiweMessage(message) {
|
|
|
7428
7428
|
var prefixRegex = /^(?:(?<scheme>[a-zA-Z][a-zA-Z0-9+-.]*):\/\/)?(?<domain>[a-zA-Z0-9+-.]*(?::[0-9]{1,5})?) (?:wants you to sign in with your Ethereum account:\n)(?<address>0x[a-fA-F0-9]{40})\n\n(?:(?<statement>.*)\n\n)?/;
|
|
7429
7429
|
var suffixRegex = /(?:URI: (?<uri>.+))\n(?:Version: (?<version>.+))\n(?:Chain ID: (?<chainId>\d+))\n(?:Nonce: (?<nonce>[a-zA-Z0-9]+))\n(?:Issued At: (?<issuedAt>.+))(?:\nExpiration Time: (?<expirationTime>.+))?(?:\nNot Before: (?<notBefore>.+))?(?:\nRequest ID: (?<requestId>.+))?/;
|
|
7430
7430
|
|
|
7431
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7431
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/siwe/validateSiweMessage.js
|
|
7432
7432
|
function validateSiweMessage(parameters) {
|
|
7433
7433
|
const { address, domain, message, nonce, scheme, time = /* @__PURE__ */ new Date() } = parameters;
|
|
7434
7434
|
if (domain && message.domain !== domain)
|
|
@@ -7454,7 +7454,7 @@ function validateSiweMessage(parameters) {
|
|
|
7454
7454
|
return true;
|
|
7455
7455
|
}
|
|
7456
7456
|
|
|
7457
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7457
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/siwe/verifySiweMessage.js
|
|
7458
7458
|
async function verifySiweMessage(client, parameters) {
|
|
7459
7459
|
const { address, domain, message, nonce, scheme, signature, time = /* @__PURE__ */ new Date(), ...callRequest } = parameters;
|
|
7460
7460
|
const parsed = parseSiweMessage(message);
|
|
@@ -7479,7 +7479,7 @@ async function verifySiweMessage(client, parameters) {
|
|
|
7479
7479
|
});
|
|
7480
7480
|
}
|
|
7481
7481
|
|
|
7482
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7482
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/wallet/sendRawTransactionSync.js
|
|
7483
7483
|
async function sendRawTransactionSync(client, { serializedTransaction, throwOnReceiptRevert, timeout }) {
|
|
7484
7484
|
const receipt = await client.request({
|
|
7485
7485
|
method: "eth_sendRawTransactionSync",
|
|
@@ -7492,7 +7492,7 @@ async function sendRawTransactionSync(client, { serializedTransaction, throwOnRe
|
|
|
7492
7492
|
return formatted;
|
|
7493
7493
|
}
|
|
7494
7494
|
|
|
7495
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7495
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/clients/decorators/public.js
|
|
7496
7496
|
function publicActions(client) {
|
|
7497
7497
|
return {
|
|
7498
7498
|
call: (args) => call(client, args),
|
|
@@ -7555,7 +7555,7 @@ function publicActions(client) {
|
|
|
7555
7555
|
};
|
|
7556
7556
|
}
|
|
7557
7557
|
|
|
7558
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7558
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/clients/createPublicClient.js
|
|
7559
7559
|
function createPublicClient(parameters) {
|
|
7560
7560
|
const { key = "public", name = "Public Client" } = parameters;
|
|
7561
7561
|
const client = createClient({
|
|
@@ -7567,7 +7567,7 @@ function createPublicClient(parameters) {
|
|
|
7567
7567
|
return client.extend(publicActions);
|
|
7568
7568
|
}
|
|
7569
7569
|
|
|
7570
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7570
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/clients/transports/createTransport.js
|
|
7571
7571
|
function createTransport({ key, methods, name, request, retryCount = 3, retryDelay = 150, timeout, type }, value) {
|
|
7572
7572
|
const uid2 = uid();
|
|
7573
7573
|
return {
|
|
@@ -7586,7 +7586,7 @@ function createTransport({ key, methods, name, request, retryCount = 3, retryDel
|
|
|
7586
7586
|
};
|
|
7587
7587
|
}
|
|
7588
7588
|
|
|
7589
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7589
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/transport.js
|
|
7590
7590
|
var UrlRequiredError = class extends BaseError {
|
|
7591
7591
|
constructor() {
|
|
7592
7592
|
super("No URL was provided to the Transport. Please provide a valid RPC URL to the Transport.", {
|
|
@@ -7596,7 +7596,7 @@ var UrlRequiredError = class extends BaseError {
|
|
|
7596
7596
|
}
|
|
7597
7597
|
};
|
|
7598
7598
|
|
|
7599
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7599
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/clients/transports/http.js
|
|
7600
7600
|
function http(url, config = {}) {
|
|
7601
7601
|
const { batch, fetchFn, fetchOptions, key = "http", methods, name = "HTTP JSON-RPC", onFetchRequest, onFetchResponse, retryDelay, raw } = config;
|
|
7602
7602
|
return ({ chain, retryCount: retryCount_, timeout: timeout_ }) => {
|
|
@@ -7657,7 +7657,7 @@ function http(url, config = {}) {
|
|
|
7657
7657
|
};
|
|
7658
7658
|
}
|
|
7659
7659
|
|
|
7660
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7660
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/clients/transports/webSocket.js
|
|
7661
7661
|
function webSocket(url, config = {}) {
|
|
7662
7662
|
const { keepAlive, key = "webSocket", methods, name = "WebSocket JSON-RPC", reconnect, retryDelay } = config;
|
|
7663
7663
|
return ({ chain, retryCount: retryCount_, timeout: timeout_ }) => {
|
|
@@ -7938,11 +7938,11 @@ var customChains = {
|
|
|
7938
7938
|
// src/chains/chainMapping.ts
|
|
7939
7939
|
import { Chain } from "@1delta/chain-registry";
|
|
7940
7940
|
|
|
7941
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7941
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/zksync/constants/number.js
|
|
7942
7942
|
var gasPerPubdataDefault = 50000n;
|
|
7943
7943
|
var maxBytecodeSize = maxUint16 * 32n;
|
|
7944
7944
|
|
|
7945
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7945
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/zksync/formatters.js
|
|
7946
7946
|
var formatters = {
|
|
7947
7947
|
block: /* @__PURE__ */ defineBlock({
|
|
7948
7948
|
format(args) {
|
|
@@ -8041,7 +8041,7 @@ var formatters = {
|
|
|
8041
8041
|
})
|
|
8042
8042
|
};
|
|
8043
8043
|
|
|
8044
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8044
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/zksync/errors/transaction.js
|
|
8045
8045
|
var InvalidEip712TransactionError = class extends BaseError {
|
|
8046
8046
|
constructor() {
|
|
8047
8047
|
super([
|
|
@@ -8054,7 +8054,7 @@ var InvalidEip712TransactionError = class extends BaseError {
|
|
|
8054
8054
|
}
|
|
8055
8055
|
};
|
|
8056
8056
|
|
|
8057
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8057
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/zksync/utils/isEip712Transaction.js
|
|
8058
8058
|
function isEIP712Transaction(transaction) {
|
|
8059
8059
|
if (transaction.type === "eip712")
|
|
8060
8060
|
return true;
|
|
@@ -8063,7 +8063,7 @@ function isEIP712Transaction(transaction) {
|
|
|
8063
8063
|
return false;
|
|
8064
8064
|
}
|
|
8065
8065
|
|
|
8066
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8066
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/zksync/utils/assertEip712Transaction.js
|
|
8067
8067
|
function assertEip712Transaction(transaction) {
|
|
8068
8068
|
const { chainId, to, from: from14, paymaster, paymasterInput } = transaction;
|
|
8069
8069
|
if (!isEIP712Transaction(transaction))
|
|
@@ -8084,7 +8084,7 @@ function assertEip712Transaction(transaction) {
|
|
|
8084
8084
|
}
|
|
8085
8085
|
}
|
|
8086
8086
|
|
|
8087
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8087
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/zksync/serializers.js
|
|
8088
8088
|
function serializeTransaction2(transaction, signature) {
|
|
8089
8089
|
if (isEIP712Transaction(transaction))
|
|
8090
8090
|
return serializeTransactionEIP712(transaction);
|
|
@@ -8121,7 +8121,7 @@ function serializeTransactionEIP712(transaction) {
|
|
|
8121
8121
|
]);
|
|
8122
8122
|
}
|
|
8123
8123
|
|
|
8124
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8124
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/zksync/errors/bytecode.js
|
|
8125
8125
|
var BytecodeLengthExceedsMaxSizeError = class extends BaseError {
|
|
8126
8126
|
constructor({ givenLength, maxBytecodeSize: maxBytecodeSize2 }) {
|
|
8127
8127
|
super(`Bytecode cannot be longer than ${maxBytecodeSize2} bytes. Given length: ${givenLength}`, { name: "BytecodeLengthExceedsMaxSizeError" });
|
|
@@ -8138,7 +8138,7 @@ var BytecodeLengthMustBeDivisibleBy32Error = class extends BaseError {
|
|
|
8138
8138
|
}
|
|
8139
8139
|
};
|
|
8140
8140
|
|
|
8141
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8141
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/zksync/utils/hashBytecode.js
|
|
8142
8142
|
function hashBytecode(bytecode) {
|
|
8143
8143
|
const bytecodeBytes = toBytes(bytecode);
|
|
8144
8144
|
if (bytecodeBytes.length % 32 !== 0)
|
|
@@ -8166,7 +8166,7 @@ function hashBytecode(bytecode) {
|
|
|
8166
8166
|
return hash2;
|
|
8167
8167
|
}
|
|
8168
8168
|
|
|
8169
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8169
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/zksync/utils/getEip712Domain.js
|
|
8170
8170
|
var getEip712Domain2 = (transaction) => {
|
|
8171
8171
|
assertEip712Transaction(transaction);
|
|
8172
8172
|
const message = transactionToMessage(transaction);
|
|
@@ -8216,7 +8216,7 @@ function transactionToMessage(transaction) {
|
|
|
8216
8216
|
};
|
|
8217
8217
|
}
|
|
8218
8218
|
|
|
8219
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8219
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/zksync/chainConfig.js
|
|
8220
8220
|
var chainConfig = {
|
|
8221
8221
|
blockTime: 1e3,
|
|
8222
8222
|
formatters,
|
|
@@ -8226,7 +8226,7 @@ var chainConfig = {
|
|
|
8226
8226
|
}
|
|
8227
8227
|
};
|
|
8228
8228
|
|
|
8229
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8229
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/abstract.js
|
|
8230
8230
|
var abstract = /* @__PURE__ */ defineChain({
|
|
8231
8231
|
...chainConfig,
|
|
8232
8232
|
blockTime: 200,
|
|
@@ -8265,7 +8265,7 @@ var abstract = /* @__PURE__ */ defineChain({
|
|
|
8265
8265
|
}
|
|
8266
8266
|
});
|
|
8267
8267
|
|
|
8268
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8268
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/op-stack/contracts.js
|
|
8269
8269
|
var contracts = {
|
|
8270
8270
|
gasPriceOracle: { address: "0x420000000000000000000000000000000000000F" },
|
|
8271
8271
|
l1Block: { address: "0x4200000000000000000000000000000000000015" },
|
|
@@ -8279,7 +8279,7 @@ var contracts = {
|
|
|
8279
8279
|
}
|
|
8280
8280
|
};
|
|
8281
8281
|
|
|
8282
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8282
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/op-stack/formatters.js
|
|
8283
8283
|
var formatters2 = {
|
|
8284
8284
|
block: /* @__PURE__ */ defineBlock({
|
|
8285
8285
|
format(args) {
|
|
@@ -8325,7 +8325,7 @@ var formatters2 = {
|
|
|
8325
8325
|
})
|
|
8326
8326
|
};
|
|
8327
8327
|
|
|
8328
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8328
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/op-stack/serializers.js
|
|
8329
8329
|
function serializeTransaction3(transaction, signature) {
|
|
8330
8330
|
if (isDeposit(transaction))
|
|
8331
8331
|
return serializeTransactionDeposit(transaction);
|
|
@@ -8367,7 +8367,7 @@ function assertTransactionDeposit(transaction) {
|
|
|
8367
8367
|
throw new InvalidAddressError({ address: to });
|
|
8368
8368
|
}
|
|
8369
8369
|
|
|
8370
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8370
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/op-stack/chainConfig.js
|
|
8371
8371
|
var chainConfig2 = {
|
|
8372
8372
|
blockTime: 2e3,
|
|
8373
8373
|
contracts,
|
|
@@ -8375,7 +8375,7 @@ var chainConfig2 = {
|
|
|
8375
8375
|
serializers: serializers2
|
|
8376
8376
|
};
|
|
8377
8377
|
|
|
8378
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8378
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/apeChain.js
|
|
8379
8379
|
var sourceId = 42161;
|
|
8380
8380
|
var apeChain = /* @__PURE__ */ defineChain({
|
|
8381
8381
|
id: 33139,
|
|
@@ -8407,7 +8407,7 @@ var apeChain = /* @__PURE__ */ defineChain({
|
|
|
8407
8407
|
sourceId
|
|
8408
8408
|
});
|
|
8409
8409
|
|
|
8410
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8410
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/arbitrum.js
|
|
8411
8411
|
var arbitrum = /* @__PURE__ */ defineChain({
|
|
8412
8412
|
id: 42161,
|
|
8413
8413
|
name: "Arbitrum One",
|
|
@@ -8433,7 +8433,7 @@ var arbitrum = /* @__PURE__ */ defineChain({
|
|
|
8433
8433
|
}
|
|
8434
8434
|
});
|
|
8435
8435
|
|
|
8436
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8436
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/aurora.js
|
|
8437
8437
|
var aurora = /* @__PURE__ */ defineChain({
|
|
8438
8438
|
id: 1313161554,
|
|
8439
8439
|
name: "Aurora",
|
|
@@ -8460,7 +8460,7 @@ var aurora = /* @__PURE__ */ defineChain({
|
|
|
8460
8460
|
}
|
|
8461
8461
|
});
|
|
8462
8462
|
|
|
8463
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8463
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/avalanche.js
|
|
8464
8464
|
var avalanche = /* @__PURE__ */ defineChain({
|
|
8465
8465
|
id: 43114,
|
|
8466
8466
|
name: "Avalanche",
|
|
@@ -8488,7 +8488,7 @@ var avalanche = /* @__PURE__ */ defineChain({
|
|
|
8488
8488
|
}
|
|
8489
8489
|
});
|
|
8490
8490
|
|
|
8491
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8491
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/base.js
|
|
8492
8492
|
var sourceId2 = 1;
|
|
8493
8493
|
var base = /* @__PURE__ */ defineChain({
|
|
8494
8494
|
...chainConfig2,
|
|
@@ -8548,7 +8548,7 @@ var basePreconf = /* @__PURE__ */ defineChain({
|
|
|
8548
8548
|
}
|
|
8549
8549
|
});
|
|
8550
8550
|
|
|
8551
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8551
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/berachain.js
|
|
8552
8552
|
var berachain = /* @__PURE__ */ defineChain({
|
|
8553
8553
|
id: 80094,
|
|
8554
8554
|
name: "Berachain",
|
|
@@ -8585,7 +8585,7 @@ var berachain = /* @__PURE__ */ defineChain({
|
|
|
8585
8585
|
testnet: false
|
|
8586
8586
|
});
|
|
8587
8587
|
|
|
8588
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8588
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/bitlayer.js
|
|
8589
8589
|
var bitlayer = /* @__PURE__ */ defineChain({
|
|
8590
8590
|
id: 200901,
|
|
8591
8591
|
name: "Bitlayer Mainnet",
|
|
@@ -8614,7 +8614,7 @@ var bitlayer = /* @__PURE__ */ defineChain({
|
|
|
8614
8614
|
}
|
|
8615
8615
|
});
|
|
8616
8616
|
|
|
8617
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8617
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/blast.js
|
|
8618
8618
|
var sourceId3 = 1;
|
|
8619
8619
|
var blast = /* @__PURE__ */ defineChain({
|
|
8620
8620
|
...chainConfig2,
|
|
@@ -8663,7 +8663,7 @@ var blast = /* @__PURE__ */ defineChain({
|
|
|
8663
8663
|
sourceId: sourceId3
|
|
8664
8664
|
});
|
|
8665
8665
|
|
|
8666
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8666
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/bob.js
|
|
8667
8667
|
var sourceId4 = 1;
|
|
8668
8668
|
var bob = /* @__PURE__ */ defineChain({
|
|
8669
8669
|
...chainConfig2,
|
|
@@ -8708,7 +8708,7 @@ var bob = /* @__PURE__ */ defineChain({
|
|
|
8708
8708
|
sourceId: sourceId4
|
|
8709
8709
|
});
|
|
8710
8710
|
|
|
8711
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8711
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/bsc.js
|
|
8712
8712
|
var bsc = /* @__PURE__ */ defineChain({
|
|
8713
8713
|
id: 56,
|
|
8714
8714
|
name: "BNB Smart Chain",
|
|
@@ -8736,7 +8736,7 @@ var bsc = /* @__PURE__ */ defineChain({
|
|
|
8736
8736
|
}
|
|
8737
8737
|
});
|
|
8738
8738
|
|
|
8739
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8739
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/bsquared.js
|
|
8740
8740
|
var bsquared = /* @__PURE__ */ defineChain({
|
|
8741
8741
|
id: 223,
|
|
8742
8742
|
name: "B2",
|
|
@@ -8758,7 +8758,7 @@ var bsquared = /* @__PURE__ */ defineChain({
|
|
|
8758
8758
|
}
|
|
8759
8759
|
});
|
|
8760
8760
|
|
|
8761
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8761
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/celo/fees.js
|
|
8762
8762
|
var fees = {
|
|
8763
8763
|
/*
|
|
8764
8764
|
* Estimates the fees per gas for a transaction.
|
|
@@ -8798,7 +8798,7 @@ async function estimateMaxPriorityFeePerGasInFeeCurrency(client, feeCurrency) {
|
|
|
8798
8798
|
return BigInt(feesPerGas);
|
|
8799
8799
|
}
|
|
8800
8800
|
|
|
8801
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8801
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/celo/utils.js
|
|
8802
8802
|
function isEmpty(value) {
|
|
8803
8803
|
return value === 0 || value === 0n || value === void 0 || value === null || value === "0" || value === "" || typeof value === "string" && (trim(value).toLowerCase() === "0x" || trim(value).toLowerCase() === "0x00");
|
|
8804
8804
|
}
|
|
@@ -8815,7 +8815,7 @@ function isCIP64(transaction) {
|
|
|
8815
8815
|
return isEIP1559(transaction) && isPresent(transaction.feeCurrency);
|
|
8816
8816
|
}
|
|
8817
8817
|
|
|
8818
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8818
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/celo/formatters.js
|
|
8819
8819
|
var formatters3 = {
|
|
8820
8820
|
block: /* @__PURE__ */ defineBlock({
|
|
8821
8821
|
format(args) {
|
|
@@ -8870,7 +8870,7 @@ var formatters3 = {
|
|
|
8870
8870
|
})
|
|
8871
8871
|
};
|
|
8872
8872
|
|
|
8873
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8873
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/celo/serializers.js
|
|
8874
8874
|
function serializeTransaction4(transaction, signature) {
|
|
8875
8875
|
if (isCIP64(transaction))
|
|
8876
8876
|
return serializeTransactionCIP64(transaction, signature);
|
|
@@ -8921,7 +8921,7 @@ function assertTransactionCIP64(transaction) {
|
|
|
8921
8921
|
}
|
|
8922
8922
|
}
|
|
8923
8923
|
|
|
8924
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8924
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/celo/chainConfig.js
|
|
8925
8925
|
var chainConfig3 = {
|
|
8926
8926
|
blockTime: 1e3,
|
|
8927
8927
|
contracts,
|
|
@@ -8930,7 +8930,7 @@ var chainConfig3 = {
|
|
|
8930
8930
|
fees
|
|
8931
8931
|
};
|
|
8932
8932
|
|
|
8933
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8933
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/celo.js
|
|
8934
8934
|
var celo = /* @__PURE__ */ defineChain({
|
|
8935
8935
|
...chainConfig3,
|
|
8936
8936
|
id: 42220,
|
|
@@ -8959,7 +8959,7 @@ var celo = /* @__PURE__ */ defineChain({
|
|
|
8959
8959
|
testnet: false
|
|
8960
8960
|
});
|
|
8961
8961
|
|
|
8962
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8962
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/confluxESpace.js
|
|
8963
8963
|
var confluxESpace = /* @__PURE__ */ defineChain({
|
|
8964
8964
|
id: 1030,
|
|
8965
8965
|
name: "Conflux eSpace",
|
|
@@ -8984,7 +8984,7 @@ var confluxESpace = /* @__PURE__ */ defineChain({
|
|
|
8984
8984
|
}
|
|
8985
8985
|
});
|
|
8986
8986
|
|
|
8987
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8987
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/coreDao.js
|
|
8988
8988
|
var coreDao = /* @__PURE__ */ defineChain({
|
|
8989
8989
|
id: 1116,
|
|
8990
8990
|
name: "Core Dao",
|
|
@@ -9011,7 +9011,7 @@ var coreDao = /* @__PURE__ */ defineChain({
|
|
|
9011
9011
|
testnet: false
|
|
9012
9012
|
});
|
|
9013
9013
|
|
|
9014
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9014
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/corn.js
|
|
9015
9015
|
var sourceId5 = 1;
|
|
9016
9016
|
var corn = /* @__PURE__ */ defineChain({
|
|
9017
9017
|
id: 21e6,
|
|
@@ -9040,7 +9040,7 @@ var corn = /* @__PURE__ */ defineChain({
|
|
|
9040
9040
|
sourceId: sourceId5
|
|
9041
9041
|
});
|
|
9042
9042
|
|
|
9043
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9043
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/cronos.js
|
|
9044
9044
|
var cronos = /* @__PURE__ */ defineChain({
|
|
9045
9045
|
id: 25,
|
|
9046
9046
|
name: "Cronos Mainnet",
|
|
@@ -9067,7 +9067,7 @@ var cronos = /* @__PURE__ */ defineChain({
|
|
|
9067
9067
|
}
|
|
9068
9068
|
});
|
|
9069
9069
|
|
|
9070
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9070
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/cronoszkEVM.js
|
|
9071
9071
|
var cronoszkEVM = /* @__PURE__ */ defineChain({
|
|
9072
9072
|
id: 388,
|
|
9073
9073
|
name: "Cronos zkEVM Mainnet",
|
|
@@ -9093,7 +9093,7 @@ var cronoszkEVM = /* @__PURE__ */ defineChain({
|
|
|
9093
9093
|
}
|
|
9094
9094
|
});
|
|
9095
9095
|
|
|
9096
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9096
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/degen.js
|
|
9097
9097
|
var degen = /* @__PURE__ */ defineChain({
|
|
9098
9098
|
id: 666666666,
|
|
9099
9099
|
name: "Degen",
|
|
@@ -9117,7 +9117,7 @@ var degen = /* @__PURE__ */ defineChain({
|
|
|
9117
9117
|
}
|
|
9118
9118
|
});
|
|
9119
9119
|
|
|
9120
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9120
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/fantom.js
|
|
9121
9121
|
var fantom = /* @__PURE__ */ defineChain({
|
|
9122
9122
|
id: 250,
|
|
9123
9123
|
name: "Fantom",
|
|
@@ -9144,7 +9144,7 @@ var fantom = /* @__PURE__ */ defineChain({
|
|
|
9144
9144
|
}
|
|
9145
9145
|
});
|
|
9146
9146
|
|
|
9147
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9147
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/flare.js
|
|
9148
9148
|
var flare = /* @__PURE__ */ defineChain({
|
|
9149
9149
|
id: 14,
|
|
9150
9150
|
name: "Flare Mainnet",
|
|
@@ -9171,7 +9171,7 @@ var flare = /* @__PURE__ */ defineChain({
|
|
|
9171
9171
|
}
|
|
9172
9172
|
});
|
|
9173
9173
|
|
|
9174
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9174
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/flowMainnet.js
|
|
9175
9175
|
var flowMainnet = /* @__PURE__ */ defineChain({
|
|
9176
9176
|
id: 747,
|
|
9177
9177
|
name: "Flow EVM Mainnet",
|
|
@@ -9200,7 +9200,7 @@ var flowMainnet = /* @__PURE__ */ defineChain({
|
|
|
9200
9200
|
blockTime: 800
|
|
9201
9201
|
});
|
|
9202
9202
|
|
|
9203
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9203
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/fuse.js
|
|
9204
9204
|
var fuse = /* @__PURE__ */ defineChain({
|
|
9205
9205
|
id: 122,
|
|
9206
9206
|
name: "Fuse",
|
|
@@ -9223,7 +9223,7 @@ var fuse = /* @__PURE__ */ defineChain({
|
|
|
9223
9223
|
}
|
|
9224
9224
|
});
|
|
9225
9225
|
|
|
9226
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9226
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/gnosis.js
|
|
9227
9227
|
var gnosis = /* @__PURE__ */ defineChain({
|
|
9228
9228
|
id: 100,
|
|
9229
9229
|
name: "Gnosis",
|
|
@@ -9254,7 +9254,7 @@ var gnosis = /* @__PURE__ */ defineChain({
|
|
|
9254
9254
|
}
|
|
9255
9255
|
});
|
|
9256
9256
|
|
|
9257
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9257
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/goat.js
|
|
9258
9258
|
var goat = /* @__PURE__ */ defineChain({
|
|
9259
9259
|
id: 2345,
|
|
9260
9260
|
name: "GOAT",
|
|
@@ -9280,7 +9280,7 @@ var goat = /* @__PURE__ */ defineChain({
|
|
|
9280
9280
|
}
|
|
9281
9281
|
});
|
|
9282
9282
|
|
|
9283
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9283
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/gravity.js
|
|
9284
9284
|
var gravity = /* @__PURE__ */ defineChain({
|
|
9285
9285
|
id: 1625,
|
|
9286
9286
|
name: "Gravity Alpha Mainnet",
|
|
@@ -9305,7 +9305,7 @@ var gravity = /* @__PURE__ */ defineChain({
|
|
|
9305
9305
|
}
|
|
9306
9306
|
});
|
|
9307
9307
|
|
|
9308
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9308
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/harmonyOne.js
|
|
9309
9309
|
var harmonyOne = /* @__PURE__ */ defineChain({
|
|
9310
9310
|
id: 16666e5,
|
|
9311
9311
|
name: "Harmony One",
|
|
@@ -9331,7 +9331,7 @@ var harmonyOne = /* @__PURE__ */ defineChain({
|
|
|
9331
9331
|
}
|
|
9332
9332
|
});
|
|
9333
9333
|
|
|
9334
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9334
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/hemi.js
|
|
9335
9335
|
var hemi = /* @__PURE__ */ defineChain({
|
|
9336
9336
|
id: 43111,
|
|
9337
9337
|
name: "Hemi",
|
|
@@ -9356,7 +9356,7 @@ var hemi = /* @__PURE__ */ defineChain({
|
|
|
9356
9356
|
testnet: false
|
|
9357
9357
|
});
|
|
9358
9358
|
|
|
9359
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9359
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/inEVM.js
|
|
9360
9360
|
var inEVM = /* @__PURE__ */ defineChain({
|
|
9361
9361
|
id: 2525,
|
|
9362
9362
|
name: "inEVM Mainnet",
|
|
@@ -9383,7 +9383,7 @@ var inEVM = /* @__PURE__ */ defineChain({
|
|
|
9383
9383
|
}
|
|
9384
9384
|
});
|
|
9385
9385
|
|
|
9386
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9386
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/ink.js
|
|
9387
9387
|
var sourceId6 = 1;
|
|
9388
9388
|
var ink = /* @__PURE__ */ defineChain({
|
|
9389
9389
|
...chainConfig2,
|
|
@@ -9435,7 +9435,7 @@ var ink = /* @__PURE__ */ defineChain({
|
|
|
9435
9435
|
sourceId: sourceId6
|
|
9436
9436
|
});
|
|
9437
9437
|
|
|
9438
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9438
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/iota.js
|
|
9439
9439
|
var iota = /* @__PURE__ */ defineChain({
|
|
9440
9440
|
id: 8822,
|
|
9441
9441
|
name: "IOTA EVM",
|
|
@@ -9466,7 +9466,7 @@ var iota = /* @__PURE__ */ defineChain({
|
|
|
9466
9466
|
}
|
|
9467
9467
|
});
|
|
9468
9468
|
|
|
9469
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9469
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/iotex.js
|
|
9470
9470
|
var iotex = /* @__PURE__ */ defineChain({
|
|
9471
9471
|
id: 4689,
|
|
9472
9472
|
name: "IoTeX",
|
|
@@ -9495,7 +9495,7 @@ var iotex = /* @__PURE__ */ defineChain({
|
|
|
9495
9495
|
}
|
|
9496
9496
|
});
|
|
9497
9497
|
|
|
9498
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9498
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/kaia.js
|
|
9499
9499
|
var kaia = /* @__PURE__ */ defineChain({
|
|
9500
9500
|
id: 8217,
|
|
9501
9501
|
name: "Kaia",
|
|
@@ -9522,7 +9522,7 @@ var kaia = /* @__PURE__ */ defineChain({
|
|
|
9522
9522
|
}
|
|
9523
9523
|
});
|
|
9524
9524
|
|
|
9525
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9525
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/kava.js
|
|
9526
9526
|
var kava = /* @__PURE__ */ defineChain({
|
|
9527
9527
|
id: 2222,
|
|
9528
9528
|
name: "Kava EVM",
|
|
@@ -9551,7 +9551,7 @@ var kava = /* @__PURE__ */ defineChain({
|
|
|
9551
9551
|
testnet: false
|
|
9552
9552
|
});
|
|
9553
9553
|
|
|
9554
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9554
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/lightlinkPhoenix.js
|
|
9555
9555
|
var lightlinkPhoenix = /* @__PURE__ */ defineChain({
|
|
9556
9556
|
id: 1890,
|
|
9557
9557
|
name: "LightLink Phoenix Mainnet",
|
|
@@ -9581,7 +9581,7 @@ var lightlinkPhoenix = /* @__PURE__ */ defineChain({
|
|
|
9581
9581
|
testnet: false
|
|
9582
9582
|
});
|
|
9583
9583
|
|
|
9584
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9584
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/linea/actions/estimateGas.js
|
|
9585
9585
|
async function estimateGas2(client, args) {
|
|
9586
9586
|
const { account: account_ = client.account } = args;
|
|
9587
9587
|
if (!account_)
|
|
@@ -9626,7 +9626,7 @@ async function estimateGas2(client, args) {
|
|
|
9626
9626
|
}
|
|
9627
9627
|
}
|
|
9628
9628
|
|
|
9629
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9629
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/linea/chainConfig.js
|
|
9630
9630
|
var chainConfig4 = {
|
|
9631
9631
|
fees: {
|
|
9632
9632
|
estimateFeesPerGas: estimateFeesPerGas2,
|
|
@@ -9664,7 +9664,7 @@ async function estimateFeesPerGas2({ client, multiply, request, type }) {
|
|
|
9664
9664
|
}
|
|
9665
9665
|
}
|
|
9666
9666
|
|
|
9667
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9667
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/linea.js
|
|
9668
9668
|
var linea = /* @__PURE__ */ defineChain({
|
|
9669
9669
|
...chainConfig4,
|
|
9670
9670
|
id: 59144,
|
|
@@ -9702,7 +9702,7 @@ var linea = /* @__PURE__ */ defineChain({
|
|
|
9702
9702
|
testnet: false
|
|
9703
9703
|
});
|
|
9704
9704
|
|
|
9705
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9705
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/mainnet.js
|
|
9706
9706
|
var mainnet = /* @__PURE__ */ defineChain({
|
|
9707
9707
|
id: 1,
|
|
9708
9708
|
name: "Ethereum",
|
|
@@ -9732,7 +9732,7 @@ var mainnet = /* @__PURE__ */ defineChain({
|
|
|
9732
9732
|
}
|
|
9733
9733
|
});
|
|
9734
9734
|
|
|
9735
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9735
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/manta.js
|
|
9736
9736
|
var manta = /* @__PURE__ */ defineChain({
|
|
9737
9737
|
id: 169,
|
|
9738
9738
|
name: "Manta Pacific Mainnet",
|
|
@@ -9760,7 +9760,7 @@ var manta = /* @__PURE__ */ defineChain({
|
|
|
9760
9760
|
}
|
|
9761
9761
|
});
|
|
9762
9762
|
|
|
9763
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9763
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/mantle.js
|
|
9764
9764
|
var mantle = /* @__PURE__ */ defineChain({
|
|
9765
9765
|
id: 5e3,
|
|
9766
9766
|
name: "Mantle",
|
|
@@ -9787,7 +9787,7 @@ var mantle = /* @__PURE__ */ defineChain({
|
|
|
9787
9787
|
}
|
|
9788
9788
|
});
|
|
9789
9789
|
|
|
9790
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9790
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/merlin.js
|
|
9791
9791
|
var merlin = /* @__PURE__ */ defineChain({
|
|
9792
9792
|
id: 4200,
|
|
9793
9793
|
name: "Merlin",
|
|
@@ -9808,7 +9808,7 @@ var merlin = /* @__PURE__ */ defineChain({
|
|
|
9808
9808
|
}
|
|
9809
9809
|
});
|
|
9810
9810
|
|
|
9811
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9811
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/meter.js
|
|
9812
9812
|
var meter = /* @__PURE__ */ defineChain({
|
|
9813
9813
|
id: 82,
|
|
9814
9814
|
name: "Meter",
|
|
@@ -9828,7 +9828,7 @@ var meter = /* @__PURE__ */ defineChain({
|
|
|
9828
9828
|
}
|
|
9829
9829
|
});
|
|
9830
9830
|
|
|
9831
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9831
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/metis.js
|
|
9832
9832
|
var metis = /* @__PURE__ */ defineChain({
|
|
9833
9833
|
id: 1088,
|
|
9834
9834
|
name: "Metis",
|
|
@@ -9867,7 +9867,7 @@ var metis = /* @__PURE__ */ defineChain({
|
|
|
9867
9867
|
}
|
|
9868
9868
|
});
|
|
9869
9869
|
|
|
9870
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9870
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/mode.js
|
|
9871
9871
|
var sourceId7 = 1;
|
|
9872
9872
|
var mode = /* @__PURE__ */ defineChain({
|
|
9873
9873
|
...chainConfig2,
|
|
@@ -9910,7 +9910,7 @@ var mode = /* @__PURE__ */ defineChain({
|
|
|
9910
9910
|
sourceId: sourceId7
|
|
9911
9911
|
});
|
|
9912
9912
|
|
|
9913
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9913
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/moonbeam.js
|
|
9914
9914
|
var moonbeam = /* @__PURE__ */ defineChain({
|
|
9915
9915
|
id: 1284,
|
|
9916
9916
|
name: "Moonbeam",
|
|
@@ -9941,7 +9941,7 @@ var moonbeam = /* @__PURE__ */ defineChain({
|
|
|
9941
9941
|
testnet: false
|
|
9942
9942
|
});
|
|
9943
9943
|
|
|
9944
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9944
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/morph.js
|
|
9945
9945
|
var morph = /* @__PURE__ */ defineChain({
|
|
9946
9946
|
id: 2818,
|
|
9947
9947
|
name: "Morph",
|
|
@@ -9971,7 +9971,7 @@ var morph = /* @__PURE__ */ defineChain({
|
|
|
9971
9971
|
testnet: false
|
|
9972
9972
|
});
|
|
9973
9973
|
|
|
9974
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9974
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/neonMainnet.js
|
|
9975
9975
|
var neonMainnet = /* @__PURE__ */ defineChain({
|
|
9976
9976
|
id: 245022934,
|
|
9977
9977
|
network: "neonMainnet",
|
|
@@ -9997,7 +9997,7 @@ var neonMainnet = /* @__PURE__ */ defineChain({
|
|
|
9997
9997
|
testnet: false
|
|
9998
9998
|
});
|
|
9999
9999
|
|
|
10000
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10000
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/opBNB.js
|
|
10001
10001
|
var sourceId8 = 56;
|
|
10002
10002
|
var opBNB = /* @__PURE__ */ defineChain({
|
|
10003
10003
|
id: 204,
|
|
@@ -10042,7 +10042,7 @@ var opBNB = /* @__PURE__ */ defineChain({
|
|
|
10042
10042
|
sourceId: sourceId8
|
|
10043
10043
|
});
|
|
10044
10044
|
|
|
10045
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10045
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/optimism.js
|
|
10046
10046
|
var sourceId9 = 1;
|
|
10047
10047
|
var optimism = /* @__PURE__ */ defineChain({
|
|
10048
10048
|
...chainConfig2,
|
|
@@ -10091,7 +10091,7 @@ var optimism = /* @__PURE__ */ defineChain({
|
|
|
10091
10091
|
sourceId: sourceId9
|
|
10092
10092
|
});
|
|
10093
10093
|
|
|
10094
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10094
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/peaq.js
|
|
10095
10095
|
var peaq = /* @__PURE__ */ defineChain({
|
|
10096
10096
|
id: 3338,
|
|
10097
10097
|
name: "Peaq",
|
|
@@ -10128,7 +10128,7 @@ var peaq = /* @__PURE__ */ defineChain({
|
|
|
10128
10128
|
}
|
|
10129
10129
|
});
|
|
10130
10130
|
|
|
10131
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10131
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/plume.js
|
|
10132
10132
|
var sourceId10 = 1;
|
|
10133
10133
|
var plume = /* @__PURE__ */ defineChain({
|
|
10134
10134
|
id: 98865,
|
|
@@ -10160,7 +10160,7 @@ var plume = /* @__PURE__ */ defineChain({
|
|
|
10160
10160
|
sourceId: sourceId10
|
|
10161
10161
|
});
|
|
10162
10162
|
|
|
10163
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10163
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/polygon.js
|
|
10164
10164
|
var polygon = /* @__PURE__ */ defineChain({
|
|
10165
10165
|
id: 137,
|
|
10166
10166
|
name: "Polygon",
|
|
@@ -10186,7 +10186,7 @@ var polygon = /* @__PURE__ */ defineChain({
|
|
|
10186
10186
|
}
|
|
10187
10187
|
});
|
|
10188
10188
|
|
|
10189
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10189
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/pulsechain.js
|
|
10190
10190
|
var pulsechain = /* @__PURE__ */ defineChain({
|
|
10191
10191
|
id: 369,
|
|
10192
10192
|
name: "PulseChain",
|
|
@@ -10217,7 +10217,7 @@ var pulsechain = /* @__PURE__ */ defineChain({
|
|
|
10217
10217
|
}
|
|
10218
10218
|
});
|
|
10219
10219
|
|
|
10220
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10220
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/ronin.js
|
|
10221
10221
|
var ronin = /* @__PURE__ */ defineChain({
|
|
10222
10222
|
id: 2020,
|
|
10223
10223
|
name: "Ronin",
|
|
@@ -10241,7 +10241,7 @@ var ronin = /* @__PURE__ */ defineChain({
|
|
|
10241
10241
|
}
|
|
10242
10242
|
});
|
|
10243
10243
|
|
|
10244
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10244
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/rootstock.js
|
|
10245
10245
|
var rootstock = /* @__PURE__ */ defineChain({
|
|
10246
10246
|
id: 30,
|
|
10247
10247
|
name: "Rootstock Mainnet",
|
|
@@ -10268,7 +10268,7 @@ var rootstock = /* @__PURE__ */ defineChain({
|
|
|
10268
10268
|
}
|
|
10269
10269
|
});
|
|
10270
10270
|
|
|
10271
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10271
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/scroll.js
|
|
10272
10272
|
var scroll = /* @__PURE__ */ defineChain({
|
|
10273
10273
|
id: 534352,
|
|
10274
10274
|
name: "Scroll",
|
|
@@ -10296,7 +10296,7 @@ var scroll = /* @__PURE__ */ defineChain({
|
|
|
10296
10296
|
testnet: false
|
|
10297
10297
|
});
|
|
10298
10298
|
|
|
10299
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10299
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/sei.js
|
|
10300
10300
|
var sei = /* @__PURE__ */ defineChain({
|
|
10301
10301
|
id: 1329,
|
|
10302
10302
|
name: "Sei Network",
|
|
@@ -10321,7 +10321,7 @@ var sei = /* @__PURE__ */ defineChain({
|
|
|
10321
10321
|
}
|
|
10322
10322
|
});
|
|
10323
10323
|
|
|
10324
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10324
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/soneium.js
|
|
10325
10325
|
var sourceId11 = 1;
|
|
10326
10326
|
var soneium = /* @__PURE__ */ defineChain({
|
|
10327
10327
|
...chainConfig2,
|
|
@@ -10372,7 +10372,7 @@ var soneium = /* @__PURE__ */ defineChain({
|
|
|
10372
10372
|
sourceId: sourceId11
|
|
10373
10373
|
});
|
|
10374
10374
|
|
|
10375
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10375
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/sonic.js
|
|
10376
10376
|
var sonic = /* @__PURE__ */ defineChain({
|
|
10377
10377
|
id: 146,
|
|
10378
10378
|
name: "Sonic",
|
|
@@ -10400,7 +10400,7 @@ var sonic = /* @__PURE__ */ defineChain({
|
|
|
10400
10400
|
testnet: false
|
|
10401
10401
|
});
|
|
10402
10402
|
|
|
10403
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10403
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/story.js
|
|
10404
10404
|
var story = /* @__PURE__ */ defineChain({
|
|
10405
10405
|
id: 1514,
|
|
10406
10406
|
name: "Story",
|
|
@@ -10437,7 +10437,7 @@ var story = /* @__PURE__ */ defineChain({
|
|
|
10437
10437
|
testnet: false
|
|
10438
10438
|
});
|
|
10439
10439
|
|
|
10440
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10440
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/superposition.js
|
|
10441
10441
|
var superposition = /* @__PURE__ */ defineChain({
|
|
10442
10442
|
id: 55244,
|
|
10443
10443
|
name: "Superposition",
|
|
@@ -10460,7 +10460,7 @@ var superposition = /* @__PURE__ */ defineChain({
|
|
|
10460
10460
|
testnet: false
|
|
10461
10461
|
});
|
|
10462
10462
|
|
|
10463
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10463
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/taiko.js
|
|
10464
10464
|
var taiko = /* @__PURE__ */ defineChain({
|
|
10465
10465
|
id: 167e3,
|
|
10466
10466
|
name: "Taiko Mainnet",
|
|
@@ -10489,7 +10489,7 @@ var taiko = /* @__PURE__ */ defineChain({
|
|
|
10489
10489
|
}
|
|
10490
10490
|
});
|
|
10491
10491
|
|
|
10492
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10492
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/taraxa.js
|
|
10493
10493
|
var taraxa = /* @__PURE__ */ defineChain({
|
|
10494
10494
|
id: 841,
|
|
10495
10495
|
name: "Taraxa Mainnet",
|
|
@@ -10507,7 +10507,7 @@ var taraxa = /* @__PURE__ */ defineChain({
|
|
|
10507
10507
|
}
|
|
10508
10508
|
});
|
|
10509
10509
|
|
|
10510
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10510
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/telos.js
|
|
10511
10511
|
var telos = /* @__PURE__ */ defineChain({
|
|
10512
10512
|
id: 40,
|
|
10513
10513
|
name: "Telos",
|
|
@@ -10533,7 +10533,7 @@ var telos = /* @__PURE__ */ defineChain({
|
|
|
10533
10533
|
}
|
|
10534
10534
|
});
|
|
10535
10535
|
|
|
10536
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10536
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/unichain.js
|
|
10537
10537
|
var sourceId12 = 1;
|
|
10538
10538
|
var unichain = /* @__PURE__ */ defineChain({
|
|
10539
10539
|
...chainConfig2,
|
|
@@ -10578,7 +10578,7 @@ var unichain = /* @__PURE__ */ defineChain({
|
|
|
10578
10578
|
sourceId: sourceId12
|
|
10579
10579
|
});
|
|
10580
10580
|
|
|
10581
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10581
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/vana.js
|
|
10582
10582
|
var vana = /* @__PURE__ */ defineChain({
|
|
10583
10583
|
id: 1480,
|
|
10584
10584
|
name: "Vana",
|
|
@@ -10606,7 +10606,7 @@ var vana = /* @__PURE__ */ defineChain({
|
|
|
10606
10606
|
}
|
|
10607
10607
|
});
|
|
10608
10608
|
|
|
10609
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10609
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/vanar.js
|
|
10610
10610
|
var vanar = /* @__PURE__ */ defineChain({
|
|
10611
10611
|
id: 2040,
|
|
10612
10612
|
name: "Vanar Mainnet",
|
|
@@ -10625,7 +10625,7 @@ var vanar = /* @__PURE__ */ defineChain({
|
|
|
10625
10625
|
testnet: false
|
|
10626
10626
|
});
|
|
10627
10627
|
|
|
10628
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10628
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/worldchain.js
|
|
10629
10629
|
var sourceId13 = 1;
|
|
10630
10630
|
var worldchain = /* @__PURE__ */ defineChain({
|
|
10631
10631
|
...chainConfig2,
|
|
@@ -10679,7 +10679,7 @@ var worldchain = /* @__PURE__ */ defineChain({
|
|
|
10679
10679
|
sourceId: sourceId13
|
|
10680
10680
|
});
|
|
10681
10681
|
|
|
10682
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10682
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/xdc.js
|
|
10683
10683
|
var xdc = /* @__PURE__ */ defineChain({
|
|
10684
10684
|
id: 50,
|
|
10685
10685
|
name: "XDC Network",
|
|
@@ -10705,7 +10705,7 @@ var xdc = /* @__PURE__ */ defineChain({
|
|
|
10705
10705
|
}
|
|
10706
10706
|
});
|
|
10707
10707
|
|
|
10708
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10708
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/xLayer.js
|
|
10709
10709
|
var xLayer = /* @__PURE__ */ defineChain({
|
|
10710
10710
|
id: 196,
|
|
10711
10711
|
name: "X Layer Mainnet",
|
|
@@ -10732,7 +10732,7 @@ var xLayer = /* @__PURE__ */ defineChain({
|
|
|
10732
10732
|
}
|
|
10733
10733
|
});
|
|
10734
10734
|
|
|
10735
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10735
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/zetachain.js
|
|
10736
10736
|
var zetachain = /* @__PURE__ */ defineChain({
|
|
10737
10737
|
id: 7e3,
|
|
10738
10738
|
name: "ZetaChain",
|
|
@@ -10761,7 +10761,7 @@ var zetachain = /* @__PURE__ */ defineChain({
|
|
|
10761
10761
|
testnet: false
|
|
10762
10762
|
});
|
|
10763
10763
|
|
|
10764
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10764
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/zircuit.js
|
|
10765
10765
|
var sourceId14 = 1;
|
|
10766
10766
|
var zircuit = /* @__PURE__ */ defineChain({
|
|
10767
10767
|
...chainConfig2,
|
|
@@ -10811,7 +10811,7 @@ var zircuit = /* @__PURE__ */ defineChain({
|
|
|
10811
10811
|
testnet: false
|
|
10812
10812
|
});
|
|
10813
10813
|
|
|
10814
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10814
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/zkLinkNova.js
|
|
10815
10815
|
var zkLinkNova = /* @__PURE__ */ defineChain({
|
|
10816
10816
|
id: 810180,
|
|
10817
10817
|
name: "zkLink Nova",
|
|
@@ -10831,7 +10831,7 @@ var zkLinkNova = /* @__PURE__ */ defineChain({
|
|
|
10831
10831
|
}
|
|
10832
10832
|
});
|
|
10833
10833
|
|
|
10834
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
10834
|
+
// ../../node_modules/.pnpm/viem@2.45.3_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/chains/definitions/zksync.js
|
|
10835
10835
|
var zksync = /* @__PURE__ */ defineChain({
|
|
10836
10836
|
...chainConfig,
|
|
10837
10837
|
blockTime: 200,
|
|
@@ -11177,9 +11177,6 @@ var LIST_OVERRIDES = {
|
|
|
11177
11177
|
"https://rpc.flashbots.net/fast",
|
|
11178
11178
|
"https://rpc.owlracle.info/eth/70d38ce1826c4a60bb2a8e05a6c8b20f",
|
|
11179
11179
|
"https://eth.merkle.io",
|
|
11180
|
-
"https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7",
|
|
11181
|
-
"wss://eth-mainnet.nodereal.io/ws/v1/1659dfb40aa24bbb8153a677b98064d7",
|
|
11182
|
-
"https://rpc.payload.de",
|
|
11183
11180
|
"https://ethereum-rpc.publicnode.com",
|
|
11184
11181
|
"https://eth-mainnet.g.alchemy.com/v2/demo",
|
|
11185
11182
|
"https://go.getblock.io/aefd01aa907c4805ba3c00a9e5b48c6b",
|
|
@@ -11191,6 +11188,9 @@ var LIST_OVERRIDES = {
|
|
|
11191
11188
|
"https://ethereum.public.blockpi.network/v1/rpc/public",
|
|
11192
11189
|
"https://ethereum-public.nodies.app",
|
|
11193
11190
|
"https://0xrpc.io/eth"
|
|
11191
|
+
// 'https://rpc.payload.de',
|
|
11192
|
+
// 'https://eth-mainnet.nodereal.io/v1/1659dfb40aa24bbb8153a677b98064d7',
|
|
11193
|
+
// 'wss://eth-mainnet.nodereal.io/ws/v1/1659dfb40aa24bbb8153a677b98064d7',
|
|
11194
11194
|
],
|
|
11195
11195
|
[Chain2.PLASMA_MAINNET]: ["https://rpc.plasma.to", "https://plasma.drpc.org"],
|
|
11196
11196
|
[Chain2.SCROLL]: [
|