@1delta/providers 0.0.44 → 0.0.45
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-P6QKYDYG.mjs → ccip-CQYMVZLL.mjs} +1 -1
- package/dist/{chunk-GGVKF6RL.mjs → chunk-B7I6NQ46.mjs} +121 -88
- package/dist/index.d.mts +45 -0
- package/dist/index.d.ts +45 -0
- package/dist/index.js +576 -485
- package/dist/index.mjs +311 -255
- package/package.json +1 -1
- package/src/chains/chainMapping.ts +3 -0
- package/src/multicall/multicall.ts +11 -3
package/dist/index.js
CHANGED
|
@@ -979,7 +979,7 @@ var init_exports = __esm({
|
|
|
979
979
|
}
|
|
980
980
|
});
|
|
981
981
|
|
|
982
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
982
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/formatAbiItem.js
|
|
983
983
|
function formatAbiItem2(abiItem, { includeName = false } = {}) {
|
|
984
984
|
if (abiItem.type !== "function" && abiItem.type !== "event" && abiItem.type !== "error")
|
|
985
985
|
throw new InvalidDefinitionTypeError(abiItem.type);
|
|
@@ -997,13 +997,13 @@ function formatAbiParam(param, { includeName }) {
|
|
|
997
997
|
return param.type + (includeName && param.name ? ` ${param.name}` : "");
|
|
998
998
|
}
|
|
999
999
|
var init_formatAbiItem2 = __esm({
|
|
1000
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1000
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/formatAbiItem.js"() {
|
|
1001
1001
|
"use strict";
|
|
1002
1002
|
init_abi();
|
|
1003
1003
|
}
|
|
1004
1004
|
});
|
|
1005
1005
|
|
|
1006
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1006
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/isHex.js
|
|
1007
1007
|
function isHex(value, { strict = true } = {}) {
|
|
1008
1008
|
if (!value)
|
|
1009
1009
|
return false;
|
|
@@ -1012,34 +1012,34 @@ function isHex(value, { strict = true } = {}) {
|
|
|
1012
1012
|
return strict ? /^0x[0-9a-fA-F]*$/.test(value) : value.startsWith("0x");
|
|
1013
1013
|
}
|
|
1014
1014
|
var init_isHex = __esm({
|
|
1015
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1015
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/isHex.js"() {
|
|
1016
1016
|
"use strict";
|
|
1017
1017
|
}
|
|
1018
1018
|
});
|
|
1019
1019
|
|
|
1020
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1020
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/size.js
|
|
1021
1021
|
function size(value) {
|
|
1022
1022
|
if (isHex(value, { strict: false }))
|
|
1023
1023
|
return Math.ceil((value.length - 2) / 2);
|
|
1024
1024
|
return value.length;
|
|
1025
1025
|
}
|
|
1026
1026
|
var init_size = __esm({
|
|
1027
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1027
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/size.js"() {
|
|
1028
1028
|
"use strict";
|
|
1029
1029
|
init_isHex();
|
|
1030
1030
|
}
|
|
1031
1031
|
});
|
|
1032
1032
|
|
|
1033
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1033
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/version.js
|
|
1034
1034
|
var version2;
|
|
1035
1035
|
var init_version2 = __esm({
|
|
1036
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1036
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/version.js"() {
|
|
1037
1037
|
"use strict";
|
|
1038
|
-
version2 = "2.
|
|
1038
|
+
version2 = "2.46.1";
|
|
1039
1039
|
}
|
|
1040
1040
|
});
|
|
1041
1041
|
|
|
1042
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1042
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/base.js
|
|
1043
1043
|
function walk(err, fn) {
|
|
1044
1044
|
if (fn?.(err))
|
|
1045
1045
|
return err;
|
|
@@ -1049,7 +1049,7 @@ function walk(err, fn) {
|
|
|
1049
1049
|
}
|
|
1050
1050
|
var errorConfig, BaseError2;
|
|
1051
1051
|
var init_base = __esm({
|
|
1052
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1052
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/base.js"() {
|
|
1053
1053
|
"use strict";
|
|
1054
1054
|
init_version2();
|
|
1055
1055
|
errorConfig = {
|
|
@@ -1130,10 +1130,10 @@ var init_base = __esm({
|
|
|
1130
1130
|
}
|
|
1131
1131
|
});
|
|
1132
1132
|
|
|
1133
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1133
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/abi.js
|
|
1134
1134
|
var AbiConstructorNotFoundError, AbiConstructorParamsNotFoundError, AbiDecodingDataSizeTooSmallError, AbiDecodingZeroDataError, AbiEncodingArrayLengthMismatchError, AbiEncodingBytesSizeMismatchError, AbiEncodingLengthMismatchError, AbiErrorInputsNotFoundError, AbiErrorNotFoundError, AbiErrorSignatureNotFoundError, AbiEventSignatureEmptyTopicsError, AbiEventSignatureNotFoundError, AbiEventNotFoundError, AbiFunctionNotFoundError, AbiFunctionOutputsNotFoundError, AbiFunctionSignatureNotFoundError, AbiItemAmbiguityError, BytesSizeMismatchError, DecodeLogDataMismatch, DecodeLogTopicsMismatch, InvalidAbiEncodingTypeError, InvalidAbiDecodingTypeError, InvalidArrayError, InvalidDefinitionTypeError;
|
|
1135
1135
|
var init_abi = __esm({
|
|
1136
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1136
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/abi.js"() {
|
|
1137
1137
|
"use strict";
|
|
1138
1138
|
init_formatAbiItem2();
|
|
1139
1139
|
init_size();
|
|
@@ -1440,10 +1440,10 @@ var init_abi = __esm({
|
|
|
1440
1440
|
}
|
|
1441
1441
|
});
|
|
1442
1442
|
|
|
1443
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1443
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/data.js
|
|
1444
1444
|
var SliceOffsetOutOfBoundsError, SizeExceedsPaddingSizeError, InvalidBytesLengthError;
|
|
1445
1445
|
var init_data = __esm({
|
|
1446
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1446
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/data.js"() {
|
|
1447
1447
|
"use strict";
|
|
1448
1448
|
init_base();
|
|
1449
1449
|
SliceOffsetOutOfBoundsError = class extends BaseError2 {
|
|
@@ -1464,7 +1464,7 @@ var init_data = __esm({
|
|
|
1464
1464
|
}
|
|
1465
1465
|
});
|
|
1466
1466
|
|
|
1467
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1467
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/pad.js
|
|
1468
1468
|
function pad(hexOrBytes, { dir, size: size5 = 32 } = {}) {
|
|
1469
1469
|
if (typeof hexOrBytes === "string")
|
|
1470
1470
|
return padHex(hexOrBytes, { dir, size: size5 });
|
|
@@ -1499,16 +1499,16 @@ function padBytes(bytes, { dir, size: size5 = 32 } = {}) {
|
|
|
1499
1499
|
return paddedBytes;
|
|
1500
1500
|
}
|
|
1501
1501
|
var init_pad = __esm({
|
|
1502
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1502
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/pad.js"() {
|
|
1503
1503
|
"use strict";
|
|
1504
1504
|
init_data();
|
|
1505
1505
|
}
|
|
1506
1506
|
});
|
|
1507
1507
|
|
|
1508
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1508
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/encoding.js
|
|
1509
1509
|
var IntegerOutOfRangeError, InvalidBytesBooleanError, InvalidHexBooleanError, SizeOverflowError;
|
|
1510
1510
|
var init_encoding = __esm({
|
|
1511
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1511
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/encoding.js"() {
|
|
1512
1512
|
"use strict";
|
|
1513
1513
|
init_base();
|
|
1514
1514
|
IntegerOutOfRangeError = class extends BaseError2 {
|
|
@@ -1536,7 +1536,7 @@ var init_encoding = __esm({
|
|
|
1536
1536
|
}
|
|
1537
1537
|
});
|
|
1538
1538
|
|
|
1539
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1539
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/trim.js
|
|
1540
1540
|
function trim(hexOrBytes, { dir = "left" } = {}) {
|
|
1541
1541
|
let data = typeof hexOrBytes === "string" ? hexOrBytes.replace("0x", "") : hexOrBytes;
|
|
1542
1542
|
let sliceLength = 0;
|
|
@@ -1555,12 +1555,12 @@ function trim(hexOrBytes, { dir = "left" } = {}) {
|
|
|
1555
1555
|
return data;
|
|
1556
1556
|
}
|
|
1557
1557
|
var init_trim = __esm({
|
|
1558
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1558
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/trim.js"() {
|
|
1559
1559
|
"use strict";
|
|
1560
1560
|
}
|
|
1561
1561
|
});
|
|
1562
1562
|
|
|
1563
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1563
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/encoding/fromHex.js
|
|
1564
1564
|
function assertSize(hexOrBytes, { size: size5 }) {
|
|
1565
1565
|
if (size(hexOrBytes) > size5)
|
|
1566
1566
|
throw new SizeOverflowError({
|
|
@@ -1607,7 +1607,7 @@ function hexToNumber(hex, opts = {}) {
|
|
|
1607
1607
|
return number;
|
|
1608
1608
|
}
|
|
1609
1609
|
var init_fromHex = __esm({
|
|
1610
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1610
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/encoding/fromHex.js"() {
|
|
1611
1611
|
"use strict";
|
|
1612
1612
|
init_encoding();
|
|
1613
1613
|
init_size();
|
|
@@ -1615,7 +1615,7 @@ var init_fromHex = __esm({
|
|
|
1615
1615
|
}
|
|
1616
1616
|
});
|
|
1617
1617
|
|
|
1618
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1618
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/encoding/toHex.js
|
|
1619
1619
|
function toHex(value, opts = {}) {
|
|
1620
1620
|
if (typeof value === "number" || typeof value === "bigint")
|
|
1621
1621
|
return numberToHex(value, opts);
|
|
@@ -1680,7 +1680,7 @@ function stringToHex(value_, opts = {}) {
|
|
|
1680
1680
|
}
|
|
1681
1681
|
var hexes, encoder;
|
|
1682
1682
|
var init_toHex = __esm({
|
|
1683
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1683
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/encoding/toHex.js"() {
|
|
1684
1684
|
"use strict";
|
|
1685
1685
|
init_encoding();
|
|
1686
1686
|
init_pad();
|
|
@@ -1690,7 +1690,7 @@ var init_toHex = __esm({
|
|
|
1690
1690
|
}
|
|
1691
1691
|
});
|
|
1692
1692
|
|
|
1693
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
1693
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/encoding/toBytes.js
|
|
1694
1694
|
function toBytes(value, opts = {}) {
|
|
1695
1695
|
if (typeof value === "number" || typeof value === "bigint")
|
|
1696
1696
|
return numberToBytes(value, opts);
|
|
@@ -1753,7 +1753,7 @@ function stringToBytes(value, opts = {}) {
|
|
|
1753
1753
|
}
|
|
1754
1754
|
var encoder2, charCodeMap;
|
|
1755
1755
|
var init_toBytes = __esm({
|
|
1756
|
-
"../../node_modules/.pnpm/viem@2.
|
|
1756
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/encoding/toBytes.js"() {
|
|
1757
1757
|
"use strict";
|
|
1758
1758
|
init_base();
|
|
1759
1759
|
init_isHex();
|
|
@@ -2111,7 +2111,7 @@ var init_sha3 = __esm({
|
|
|
2111
2111
|
}
|
|
2112
2112
|
});
|
|
2113
2113
|
|
|
2114
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2114
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/keccak256.js
|
|
2115
2115
|
function keccak256(value, to_) {
|
|
2116
2116
|
const to = to_ || "hex";
|
|
2117
2117
|
const bytes = keccak_256(isHex(value, { strict: false }) ? toBytes(value) : value);
|
|
@@ -2120,7 +2120,7 @@ function keccak256(value, to_) {
|
|
|
2120
2120
|
return toHex(bytes);
|
|
2121
2121
|
}
|
|
2122
2122
|
var init_keccak256 = __esm({
|
|
2123
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2123
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/keccak256.js"() {
|
|
2124
2124
|
"use strict";
|
|
2125
2125
|
init_sha3();
|
|
2126
2126
|
init_isHex();
|
|
@@ -2129,13 +2129,13 @@ var init_keccak256 = __esm({
|
|
|
2129
2129
|
}
|
|
2130
2130
|
});
|
|
2131
2131
|
|
|
2132
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2132
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/hashSignature.js
|
|
2133
2133
|
function hashSignature(sig) {
|
|
2134
2134
|
return hash(sig);
|
|
2135
2135
|
}
|
|
2136
2136
|
var hash;
|
|
2137
2137
|
var init_hashSignature = __esm({
|
|
2138
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2138
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/hashSignature.js"() {
|
|
2139
2139
|
"use strict";
|
|
2140
2140
|
init_toBytes();
|
|
2141
2141
|
init_keccak256();
|
|
@@ -2143,7 +2143,7 @@ var init_hashSignature = __esm({
|
|
|
2143
2143
|
}
|
|
2144
2144
|
});
|
|
2145
2145
|
|
|
2146
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2146
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/normalizeSignature.js
|
|
2147
2147
|
function normalizeSignature(signature) {
|
|
2148
2148
|
let active = true;
|
|
2149
2149
|
let current = "";
|
|
@@ -2187,16 +2187,16 @@ function normalizeSignature(signature) {
|
|
|
2187
2187
|
return result;
|
|
2188
2188
|
}
|
|
2189
2189
|
var init_normalizeSignature = __esm({
|
|
2190
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2190
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/normalizeSignature.js"() {
|
|
2191
2191
|
"use strict";
|
|
2192
2192
|
init_base();
|
|
2193
2193
|
}
|
|
2194
2194
|
});
|
|
2195
2195
|
|
|
2196
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2196
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/toSignature.js
|
|
2197
2197
|
var toSignature;
|
|
2198
2198
|
var init_toSignature = __esm({
|
|
2199
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2199
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/toSignature.js"() {
|
|
2200
2200
|
"use strict";
|
|
2201
2201
|
init_exports();
|
|
2202
2202
|
init_normalizeSignature();
|
|
@@ -2211,32 +2211,32 @@ var init_toSignature = __esm({
|
|
|
2211
2211
|
}
|
|
2212
2212
|
});
|
|
2213
2213
|
|
|
2214
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2214
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/toSignatureHash.js
|
|
2215
2215
|
function toSignatureHash(fn) {
|
|
2216
2216
|
return hashSignature(toSignature(fn));
|
|
2217
2217
|
}
|
|
2218
2218
|
var init_toSignatureHash = __esm({
|
|
2219
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2219
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/toSignatureHash.js"() {
|
|
2220
2220
|
"use strict";
|
|
2221
2221
|
init_hashSignature();
|
|
2222
2222
|
init_toSignature();
|
|
2223
2223
|
}
|
|
2224
2224
|
});
|
|
2225
2225
|
|
|
2226
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2226
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/toEventSelector.js
|
|
2227
2227
|
var toEventSelector;
|
|
2228
2228
|
var init_toEventSelector = __esm({
|
|
2229
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2229
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/toEventSelector.js"() {
|
|
2230
2230
|
"use strict";
|
|
2231
2231
|
init_toSignatureHash();
|
|
2232
2232
|
toEventSelector = toSignatureHash;
|
|
2233
2233
|
}
|
|
2234
2234
|
});
|
|
2235
2235
|
|
|
2236
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2236
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/address.js
|
|
2237
2237
|
var InvalidAddressError;
|
|
2238
2238
|
var init_address = __esm({
|
|
2239
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2239
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/address.js"() {
|
|
2240
2240
|
"use strict";
|
|
2241
2241
|
init_base();
|
|
2242
2242
|
InvalidAddressError = class extends BaseError2 {
|
|
@@ -2253,10 +2253,10 @@ var init_address = __esm({
|
|
|
2253
2253
|
}
|
|
2254
2254
|
});
|
|
2255
2255
|
|
|
2256
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2256
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/lru.js
|
|
2257
2257
|
var LruMap;
|
|
2258
2258
|
var init_lru = __esm({
|
|
2259
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2259
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/lru.js"() {
|
|
2260
2260
|
"use strict";
|
|
2261
2261
|
LruMap = class extends Map {
|
|
2262
2262
|
constructor(size5) {
|
|
@@ -2290,7 +2290,7 @@ var init_lru = __esm({
|
|
|
2290
2290
|
}
|
|
2291
2291
|
});
|
|
2292
2292
|
|
|
2293
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2293
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/address/getAddress.js
|
|
2294
2294
|
function checksumAddress(address_, chainId) {
|
|
2295
2295
|
if (checksumAddressCache.has(`${address_}.${chainId}`))
|
|
2296
2296
|
return checksumAddressCache.get(`${address_}.${chainId}`);
|
|
@@ -2316,7 +2316,7 @@ function getAddress(address, chainId) {
|
|
|
2316
2316
|
}
|
|
2317
2317
|
var checksumAddressCache;
|
|
2318
2318
|
var init_getAddress = __esm({
|
|
2319
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2319
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/address/getAddress.js"() {
|
|
2320
2320
|
"use strict";
|
|
2321
2321
|
init_address();
|
|
2322
2322
|
init_toBytes();
|
|
@@ -2327,7 +2327,7 @@ var init_getAddress = __esm({
|
|
|
2327
2327
|
}
|
|
2328
2328
|
});
|
|
2329
2329
|
|
|
2330
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2330
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/address/isAddress.js
|
|
2331
2331
|
function isAddress(address, options) {
|
|
2332
2332
|
const { strict = true } = options ?? {};
|
|
2333
2333
|
const cacheKey2 = `${address}.${strict}`;
|
|
@@ -2347,7 +2347,7 @@ function isAddress(address, options) {
|
|
|
2347
2347
|
}
|
|
2348
2348
|
var addressRegex, isAddressCache;
|
|
2349
2349
|
var init_isAddress = __esm({
|
|
2350
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2350
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/address/isAddress.js"() {
|
|
2351
2351
|
"use strict";
|
|
2352
2352
|
init_lru();
|
|
2353
2353
|
init_getAddress();
|
|
@@ -2356,7 +2356,7 @@ var init_isAddress = __esm({
|
|
|
2356
2356
|
}
|
|
2357
2357
|
});
|
|
2358
2358
|
|
|
2359
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2359
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/concat.js
|
|
2360
2360
|
function concat(values) {
|
|
2361
2361
|
if (typeof values[0] === "string")
|
|
2362
2362
|
return concatHex(values);
|
|
@@ -2379,12 +2379,12 @@ function concatHex(values) {
|
|
|
2379
2379
|
return `0x${values.reduce((acc, x) => acc + x.replace("0x", ""), "")}`;
|
|
2380
2380
|
}
|
|
2381
2381
|
var init_concat = __esm({
|
|
2382
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2382
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/concat.js"() {
|
|
2383
2383
|
"use strict";
|
|
2384
2384
|
}
|
|
2385
2385
|
});
|
|
2386
2386
|
|
|
2387
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2387
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/slice.js
|
|
2388
2388
|
function slice(value, start, end, { strict } = {}) {
|
|
2389
2389
|
if (isHex(value, { strict: false }))
|
|
2390
2390
|
return sliceHex(value, start, end, {
|
|
@@ -2426,7 +2426,7 @@ function sliceHex(value_, start, end, { strict } = {}) {
|
|
|
2426
2426
|
return value;
|
|
2427
2427
|
}
|
|
2428
2428
|
var init_slice = __esm({
|
|
2429
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2429
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/data/slice.js"() {
|
|
2430
2430
|
"use strict";
|
|
2431
2431
|
init_data();
|
|
2432
2432
|
init_isHex();
|
|
@@ -2434,17 +2434,17 @@ var init_slice = __esm({
|
|
|
2434
2434
|
}
|
|
2435
2435
|
});
|
|
2436
2436
|
|
|
2437
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2437
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/regex.js
|
|
2438
2438
|
var bytesRegex2, integerRegex2;
|
|
2439
2439
|
var init_regex2 = __esm({
|
|
2440
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2440
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/regex.js"() {
|
|
2441
2441
|
"use strict";
|
|
2442
2442
|
bytesRegex2 = /^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/;
|
|
2443
2443
|
integerRegex2 = /^(u?int)(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/;
|
|
2444
2444
|
}
|
|
2445
2445
|
});
|
|
2446
2446
|
|
|
2447
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2447
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeAbiParameters.js
|
|
2448
2448
|
function encodeAbiParameters(params, values) {
|
|
2449
2449
|
if (params.length !== values.length)
|
|
2450
2450
|
throw new AbiEncodingLengthMismatchError({
|
|
@@ -2658,7 +2658,7 @@ function getArrayComponents(type) {
|
|
|
2658
2658
|
) : void 0;
|
|
2659
2659
|
}
|
|
2660
2660
|
var init_encodeAbiParameters = __esm({
|
|
2661
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2661
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeAbiParameters.js"() {
|
|
2662
2662
|
"use strict";
|
|
2663
2663
|
init_abi();
|
|
2664
2664
|
init_address();
|
|
@@ -2674,10 +2674,10 @@ var init_encodeAbiParameters = __esm({
|
|
|
2674
2674
|
}
|
|
2675
2675
|
});
|
|
2676
2676
|
|
|
2677
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2677
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/toFunctionSelector.js
|
|
2678
2678
|
var toFunctionSelector;
|
|
2679
2679
|
var init_toFunctionSelector = __esm({
|
|
2680
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2680
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/hash/toFunctionSelector.js"() {
|
|
2681
2681
|
"use strict";
|
|
2682
2682
|
init_slice();
|
|
2683
2683
|
init_toSignatureHash();
|
|
@@ -2685,7 +2685,7 @@ var init_toFunctionSelector = __esm({
|
|
|
2685
2685
|
}
|
|
2686
2686
|
});
|
|
2687
2687
|
|
|
2688
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2688
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/getAbiItem.js
|
|
2689
2689
|
function getAbiItem(parameters) {
|
|
2690
2690
|
const { abi: abi2, args = [], name } = parameters;
|
|
2691
2691
|
const isSelector = isHex(name, { strict: false });
|
|
@@ -2797,7 +2797,7 @@ function getAmbiguousTypes(sourceParameters, targetParameters, args) {
|
|
|
2797
2797
|
return;
|
|
2798
2798
|
}
|
|
2799
2799
|
var init_getAbiItem = __esm({
|
|
2800
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2800
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/getAbiItem.js"() {
|
|
2801
2801
|
"use strict";
|
|
2802
2802
|
init_abi();
|
|
2803
2803
|
init_isHex();
|
|
@@ -2807,19 +2807,19 @@ var init_getAbiItem = __esm({
|
|
|
2807
2807
|
}
|
|
2808
2808
|
});
|
|
2809
2809
|
|
|
2810
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2810
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/accounts/utils/parseAccount.js
|
|
2811
2811
|
function parseAccount(account) {
|
|
2812
2812
|
if (typeof account === "string")
|
|
2813
2813
|
return { address: account, type: "json-rpc" };
|
|
2814
2814
|
return account;
|
|
2815
2815
|
}
|
|
2816
2816
|
var init_parseAccount = __esm({
|
|
2817
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2817
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/accounts/utils/parseAccount.js"() {
|
|
2818
2818
|
"use strict";
|
|
2819
2819
|
}
|
|
2820
2820
|
});
|
|
2821
2821
|
|
|
2822
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2822
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/prepareEncodeFunctionData.js
|
|
2823
2823
|
function prepareEncodeFunctionData(parameters) {
|
|
2824
2824
|
const { abi: abi2, args, functionName } = parameters;
|
|
2825
2825
|
let abiItem = abi2[0];
|
|
@@ -2842,7 +2842,7 @@ function prepareEncodeFunctionData(parameters) {
|
|
|
2842
2842
|
}
|
|
2843
2843
|
var docsPath2;
|
|
2844
2844
|
var init_prepareEncodeFunctionData = __esm({
|
|
2845
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2845
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/prepareEncodeFunctionData.js"() {
|
|
2846
2846
|
"use strict";
|
|
2847
2847
|
init_abi();
|
|
2848
2848
|
init_toFunctionSelector();
|
|
@@ -2852,7 +2852,7 @@ var init_prepareEncodeFunctionData = __esm({
|
|
|
2852
2852
|
}
|
|
2853
2853
|
});
|
|
2854
2854
|
|
|
2855
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2855
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeFunctionData.js
|
|
2856
2856
|
function encodeFunctionData(parameters) {
|
|
2857
2857
|
const { args } = parameters;
|
|
2858
2858
|
const { abi: abi2, functionName } = (() => {
|
|
@@ -2866,7 +2866,7 @@ function encodeFunctionData(parameters) {
|
|
|
2866
2866
|
return concatHex([signature, data ?? "0x"]);
|
|
2867
2867
|
}
|
|
2868
2868
|
var init_encodeFunctionData = __esm({
|
|
2869
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2869
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeFunctionData.js"() {
|
|
2870
2870
|
"use strict";
|
|
2871
2871
|
init_concat();
|
|
2872
2872
|
init_encodeAbiParameters();
|
|
@@ -2874,10 +2874,10 @@ var init_encodeFunctionData = __esm({
|
|
|
2874
2874
|
}
|
|
2875
2875
|
});
|
|
2876
2876
|
|
|
2877
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2877
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/solidity.js
|
|
2878
2878
|
var panicReasons, solidityError, solidityPanic;
|
|
2879
2879
|
var init_solidity = __esm({
|
|
2880
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2880
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/solidity.js"() {
|
|
2881
2881
|
"use strict";
|
|
2882
2882
|
panicReasons = {
|
|
2883
2883
|
1: "An `assert` condition failed.",
|
|
@@ -2913,10 +2913,10 @@ var init_solidity = __esm({
|
|
|
2913
2913
|
}
|
|
2914
2914
|
});
|
|
2915
2915
|
|
|
2916
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2916
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/cursor.js
|
|
2917
2917
|
var NegativeOffsetError, PositionOutOfBoundsError, RecursiveReadLimitExceededError;
|
|
2918
2918
|
var init_cursor = __esm({
|
|
2919
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2919
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/cursor.js"() {
|
|
2920
2920
|
"use strict";
|
|
2921
2921
|
init_base();
|
|
2922
2922
|
NegativeOffsetError = class extends BaseError2 {
|
|
@@ -2939,7 +2939,7 @@ var init_cursor = __esm({
|
|
|
2939
2939
|
}
|
|
2940
2940
|
});
|
|
2941
2941
|
|
|
2942
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
2942
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/cursor.js
|
|
2943
2943
|
function createCursor(bytes, { recursiveReadLimit = 8192 } = {}) {
|
|
2944
2944
|
const cursor = Object.create(staticCursor);
|
|
2945
2945
|
cursor.bytes = bytes;
|
|
@@ -2950,7 +2950,7 @@ function createCursor(bytes, { recursiveReadLimit = 8192 } = {}) {
|
|
|
2950
2950
|
}
|
|
2951
2951
|
var staticCursor;
|
|
2952
2952
|
var init_cursor2 = __esm({
|
|
2953
|
-
"../../node_modules/.pnpm/viem@2.
|
|
2953
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/cursor.js"() {
|
|
2954
2954
|
"use strict";
|
|
2955
2955
|
init_cursor();
|
|
2956
2956
|
staticCursor = {
|
|
@@ -3115,7 +3115,7 @@ var init_cursor2 = __esm({
|
|
|
3115
3115
|
}
|
|
3116
3116
|
});
|
|
3117
3117
|
|
|
3118
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3118
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/encoding/fromBytes.js
|
|
3119
3119
|
function bytesToBigInt(bytes, opts = {}) {
|
|
3120
3120
|
if (typeof opts.size !== "undefined")
|
|
3121
3121
|
assertSize(bytes, { size: opts.size });
|
|
@@ -3147,7 +3147,7 @@ function bytesToString(bytes_, opts = {}) {
|
|
|
3147
3147
|
return new TextDecoder().decode(bytes);
|
|
3148
3148
|
}
|
|
3149
3149
|
var init_fromBytes = __esm({
|
|
3150
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3150
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/encoding/fromBytes.js"() {
|
|
3151
3151
|
"use strict";
|
|
3152
3152
|
init_encoding();
|
|
3153
3153
|
init_trim();
|
|
@@ -3156,7 +3156,7 @@ var init_fromBytes = __esm({
|
|
|
3156
3156
|
}
|
|
3157
3157
|
});
|
|
3158
3158
|
|
|
3159
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3159
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/decodeAbiParameters.js
|
|
3160
3160
|
function decodeAbiParameters(params, data) {
|
|
3161
3161
|
const bytes = typeof data === "string" ? hexToBytes(data) : data;
|
|
3162
3162
|
const cursor = createCursor(bytes);
|
|
@@ -3342,7 +3342,7 @@ function hasDynamicChild(param) {
|
|
|
3342
3342
|
}
|
|
3343
3343
|
var sizeOfLength, sizeOfOffset;
|
|
3344
3344
|
var init_decodeAbiParameters = __esm({
|
|
3345
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3345
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/decodeAbiParameters.js"() {
|
|
3346
3346
|
"use strict";
|
|
3347
3347
|
init_abi();
|
|
3348
3348
|
init_getAddress();
|
|
@@ -3359,7 +3359,7 @@ var init_decodeAbiParameters = __esm({
|
|
|
3359
3359
|
}
|
|
3360
3360
|
});
|
|
3361
3361
|
|
|
3362
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3362
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/decodeErrorResult.js
|
|
3363
3363
|
function decodeErrorResult(parameters) {
|
|
3364
3364
|
const { abi: abi2, data } = parameters;
|
|
3365
3365
|
const signature = slice(data, 0, 4);
|
|
@@ -3378,7 +3378,7 @@ function decodeErrorResult(parameters) {
|
|
|
3378
3378
|
};
|
|
3379
3379
|
}
|
|
3380
3380
|
var init_decodeErrorResult = __esm({
|
|
3381
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3381
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/decodeErrorResult.js"() {
|
|
3382
3382
|
"use strict";
|
|
3383
3383
|
init_solidity();
|
|
3384
3384
|
init_abi();
|
|
@@ -3389,10 +3389,10 @@ var init_decodeErrorResult = __esm({
|
|
|
3389
3389
|
}
|
|
3390
3390
|
});
|
|
3391
3391
|
|
|
3392
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3392
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/stringify.js
|
|
3393
3393
|
var stringify;
|
|
3394
3394
|
var init_stringify = __esm({
|
|
3395
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3395
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/stringify.js"() {
|
|
3396
3396
|
"use strict";
|
|
3397
3397
|
stringify = (value, replacer, space) => JSON.stringify(value, (key, value_) => {
|
|
3398
3398
|
const value2 = typeof value_ === "bigint" ? value_.toString() : value_;
|
|
@@ -3401,7 +3401,7 @@ var init_stringify = __esm({
|
|
|
3401
3401
|
}
|
|
3402
3402
|
});
|
|
3403
3403
|
|
|
3404
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3404
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/formatAbiItemWithArgs.js
|
|
3405
3405
|
function formatAbiItemWithArgs({ abiItem, args, includeFunctionName = true, includeName = false }) {
|
|
3406
3406
|
if (!("name" in abiItem))
|
|
3407
3407
|
return;
|
|
@@ -3412,16 +3412,16 @@ function formatAbiItemWithArgs({ abiItem, args, includeFunctionName = true, incl
|
|
|
3412
3412
|
return `${includeFunctionName ? abiItem.name : ""}(${abiItem.inputs.map((input, i) => `${includeName && input.name ? `${input.name}: ` : ""}${typeof args[i] === "object" ? stringify(args[i]) : args[i]}`).join(", ")})`;
|
|
3413
3413
|
}
|
|
3414
3414
|
var init_formatAbiItemWithArgs = __esm({
|
|
3415
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3415
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/formatAbiItemWithArgs.js"() {
|
|
3416
3416
|
"use strict";
|
|
3417
3417
|
init_stringify();
|
|
3418
3418
|
}
|
|
3419
3419
|
});
|
|
3420
3420
|
|
|
3421
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3421
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/unit.js
|
|
3422
3422
|
var etherUnits, gweiUnits;
|
|
3423
3423
|
var init_unit = __esm({
|
|
3424
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3424
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/unit.js"() {
|
|
3425
3425
|
"use strict";
|
|
3426
3426
|
etherUnits = {
|
|
3427
3427
|
gwei: 9,
|
|
@@ -3434,7 +3434,7 @@ var init_unit = __esm({
|
|
|
3434
3434
|
}
|
|
3435
3435
|
});
|
|
3436
3436
|
|
|
3437
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3437
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/unit/formatUnits.js
|
|
3438
3438
|
function formatUnits(value, decimals) {
|
|
3439
3439
|
let display = value.toString();
|
|
3440
3440
|
const negative = display.startsWith("-");
|
|
@@ -3449,36 +3449,36 @@ function formatUnits(value, decimals) {
|
|
|
3449
3449
|
return `${negative ? "-" : ""}${integer || "0"}${fraction ? `.${fraction}` : ""}`;
|
|
3450
3450
|
}
|
|
3451
3451
|
var init_formatUnits = __esm({
|
|
3452
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3452
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/unit/formatUnits.js"() {
|
|
3453
3453
|
"use strict";
|
|
3454
3454
|
}
|
|
3455
3455
|
});
|
|
3456
3456
|
|
|
3457
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3457
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/unit/formatEther.js
|
|
3458
3458
|
function formatEther(wei, unit = "wei") {
|
|
3459
3459
|
return formatUnits(wei, etherUnits[unit]);
|
|
3460
3460
|
}
|
|
3461
3461
|
var init_formatEther = __esm({
|
|
3462
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3462
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/unit/formatEther.js"() {
|
|
3463
3463
|
"use strict";
|
|
3464
3464
|
init_unit();
|
|
3465
3465
|
init_formatUnits();
|
|
3466
3466
|
}
|
|
3467
3467
|
});
|
|
3468
3468
|
|
|
3469
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3469
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/unit/formatGwei.js
|
|
3470
3470
|
function formatGwei(wei, unit = "wei") {
|
|
3471
3471
|
return formatUnits(wei, gweiUnits[unit]);
|
|
3472
3472
|
}
|
|
3473
3473
|
var init_formatGwei = __esm({
|
|
3474
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3474
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/unit/formatGwei.js"() {
|
|
3475
3475
|
"use strict";
|
|
3476
3476
|
init_unit();
|
|
3477
3477
|
init_formatUnits();
|
|
3478
3478
|
}
|
|
3479
3479
|
});
|
|
3480
3480
|
|
|
3481
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3481
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/stateOverride.js
|
|
3482
3482
|
function prettyStateMapping(stateMapping) {
|
|
3483
3483
|
return stateMapping.reduce((pretty, { slot, value }) => {
|
|
3484
3484
|
return `${pretty} ${slot}: ${value}
|
|
@@ -3511,7 +3511,7 @@ function prettyStateOverride(stateOverride) {
|
|
|
3511
3511
|
}
|
|
3512
3512
|
var AccountStateConflictError, StateAssignmentConflictError;
|
|
3513
3513
|
var init_stateOverride = __esm({
|
|
3514
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3514
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/stateOverride.js"() {
|
|
3515
3515
|
"use strict";
|
|
3516
3516
|
init_base();
|
|
3517
3517
|
AccountStateConflictError = class extends BaseError2 {
|
|
@@ -3531,7 +3531,7 @@ var init_stateOverride = __esm({
|
|
|
3531
3531
|
}
|
|
3532
3532
|
});
|
|
3533
3533
|
|
|
3534
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3534
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/transaction.js
|
|
3535
3535
|
function prettyPrint(args) {
|
|
3536
3536
|
const entries = Object.entries(args).map(([key, value]) => {
|
|
3537
3537
|
if (value === void 0 || value === false)
|
|
@@ -3543,7 +3543,7 @@ function prettyPrint(args) {
|
|
|
3543
3543
|
}
|
|
3544
3544
|
var InvalidLegacyVError, InvalidSerializableTransactionError, InvalidStorageKeySizeError, TransactionExecutionError, TransactionNotFoundError, TransactionReceiptNotFoundError, TransactionReceiptRevertedError, WaitForTransactionReceiptTimeoutError;
|
|
3545
3545
|
var init_transaction = __esm({
|
|
3546
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3546
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/transaction.js"() {
|
|
3547
3547
|
"use strict";
|
|
3548
3548
|
init_formatEther();
|
|
3549
3549
|
init_formatGwei();
|
|
@@ -3666,20 +3666,20 @@ var init_transaction = __esm({
|
|
|
3666
3666
|
}
|
|
3667
3667
|
});
|
|
3668
3668
|
|
|
3669
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3669
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/utils.js
|
|
3670
3670
|
var getContractAddress, getUrl;
|
|
3671
3671
|
var init_utils3 = __esm({
|
|
3672
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3672
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/utils.js"() {
|
|
3673
3673
|
"use strict";
|
|
3674
3674
|
getContractAddress = (address) => address;
|
|
3675
3675
|
getUrl = (url) => url;
|
|
3676
3676
|
}
|
|
3677
3677
|
});
|
|
3678
3678
|
|
|
3679
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3679
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/contract.js
|
|
3680
3680
|
var CallExecutionError, ContractFunctionExecutionError, ContractFunctionRevertedError, ContractFunctionZeroDataError, CounterfactualDeploymentFailedError, RawContractError;
|
|
3681
3681
|
var init_contract = __esm({
|
|
3682
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3682
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/contract.js"() {
|
|
3683
3683
|
"use strict";
|
|
3684
3684
|
init_parseAccount();
|
|
3685
3685
|
init_solidity();
|
|
@@ -3933,10 +3933,10 @@ ${prettyStateOverride(stateOverride)}`;
|
|
|
3933
3933
|
}
|
|
3934
3934
|
});
|
|
3935
3935
|
|
|
3936
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
3936
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/request.js
|
|
3937
3937
|
var HttpRequestError, WebSocketRequestError, RpcRequestError, SocketClosedError, TimeoutError;
|
|
3938
3938
|
var init_request = __esm({
|
|
3939
|
-
"../../node_modules/.pnpm/viem@2.
|
|
3939
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/request.js"() {
|
|
3940
3940
|
"use strict";
|
|
3941
3941
|
init_stringify();
|
|
3942
3942
|
init_base();
|
|
@@ -4068,10 +4068,10 @@ var init_request = __esm({
|
|
|
4068
4068
|
}
|
|
4069
4069
|
});
|
|
4070
4070
|
|
|
4071
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
4072
|
-
var unknownErrorCode, RpcError, ProviderRpcError, ParseRpcError, InvalidRequestRpcError, MethodNotFoundRpcError, InvalidParamsRpcError, InternalRpcError, InvalidInputRpcError, ResourceNotFoundRpcError, ResourceUnavailableRpcError, TransactionRejectedRpcError, MethodNotSupportedRpcError, LimitExceededRpcError, JsonRpcVersionUnsupportedError, UserRejectedRequestError, UnauthorizedProviderError, UnsupportedProviderMethodError, ProviderDisconnectedError, ChainDisconnectedError, SwitchChainError, UnsupportedNonOptionalCapabilityError, UnsupportedChainIdError, DuplicateIdError, UnknownBundleIdError, BundleTooLargeError, AtomicReadyWalletRejectedUpgradeError, AtomicityNotSupportedError, UnknownRpcError;
|
|
4071
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/rpc.js
|
|
4072
|
+
var unknownErrorCode, RpcError, ProviderRpcError, ParseRpcError, InvalidRequestRpcError, MethodNotFoundRpcError, InvalidParamsRpcError, InternalRpcError, InvalidInputRpcError, ResourceNotFoundRpcError, ResourceUnavailableRpcError, TransactionRejectedRpcError, MethodNotSupportedRpcError, LimitExceededRpcError, JsonRpcVersionUnsupportedError, UserRejectedRequestError, UnauthorizedProviderError, UnsupportedProviderMethodError, ProviderDisconnectedError, ChainDisconnectedError, SwitchChainError, UnsupportedNonOptionalCapabilityError, UnsupportedChainIdError, DuplicateIdError, UnknownBundleIdError, BundleTooLargeError, AtomicReadyWalletRejectedUpgradeError, AtomicityNotSupportedError, WalletConnectSessionSettlementError, UnknownRpcError;
|
|
4073
4073
|
var init_rpc = __esm({
|
|
4074
|
-
"../../node_modules/.pnpm/viem@2.
|
|
4074
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/rpc.js"() {
|
|
4075
4075
|
"use strict";
|
|
4076
4076
|
init_base();
|
|
4077
4077
|
init_request();
|
|
@@ -4493,6 +4493,21 @@ var init_rpc = __esm({
|
|
|
4493
4493
|
writable: true,
|
|
4494
4494
|
value: 5760
|
|
4495
4495
|
});
|
|
4496
|
+
WalletConnectSessionSettlementError = class _WalletConnectSessionSettlementError extends ProviderRpcError {
|
|
4497
|
+
constructor(cause) {
|
|
4498
|
+
super(cause, {
|
|
4499
|
+
code: _WalletConnectSessionSettlementError.code,
|
|
4500
|
+
name: "WalletConnectSessionSettlementError",
|
|
4501
|
+
shortMessage: "WalletConnect session settlement failed."
|
|
4502
|
+
});
|
|
4503
|
+
}
|
|
4504
|
+
};
|
|
4505
|
+
Object.defineProperty(WalletConnectSessionSettlementError, "code", {
|
|
4506
|
+
enumerable: true,
|
|
4507
|
+
configurable: true,
|
|
4508
|
+
writable: true,
|
|
4509
|
+
value: 7e3
|
|
4510
|
+
});
|
|
4496
4511
|
UnknownRpcError = class extends RpcError {
|
|
4497
4512
|
constructor(cause) {
|
|
4498
4513
|
super(cause, {
|
|
@@ -7012,10 +7027,10 @@ var init_secp256k1 = __esm({
|
|
|
7012
7027
|
}
|
|
7013
7028
|
});
|
|
7014
7029
|
|
|
7015
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7030
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/node.js
|
|
7016
7031
|
var ExecutionRevertedError, FeeCapTooHighError, FeeCapTooLowError, NonceTooHighError, NonceTooLowError, NonceMaxValueError, InsufficientFundsError, IntrinsicGasTooHighError, IntrinsicGasTooLowError, TransactionTypeNotSupportedError, TipAboveFeeCapError, UnknownNodeError;
|
|
7017
7032
|
var init_node = __esm({
|
|
7018
|
-
"../../node_modules/.pnpm/viem@2.
|
|
7033
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/node.js"() {
|
|
7019
7034
|
"use strict";
|
|
7020
7035
|
init_formatGwei();
|
|
7021
7036
|
init_base();
|
|
@@ -7199,7 +7214,7 @@ var init_node = __esm({
|
|
|
7199
7214
|
}
|
|
7200
7215
|
});
|
|
7201
7216
|
|
|
7202
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7217
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/errors/getNodeError.js
|
|
7203
7218
|
function getNodeError(err, args) {
|
|
7204
7219
|
const message = (err.details || "").toLowerCase();
|
|
7205
7220
|
const executionRevertedError = err instanceof BaseError2 ? err.walk((e) => e?.code === ExecutionRevertedError.code) : err;
|
|
@@ -7248,14 +7263,14 @@ function getNodeError(err, args) {
|
|
|
7248
7263
|
});
|
|
7249
7264
|
}
|
|
7250
7265
|
var init_getNodeError = __esm({
|
|
7251
|
-
"../../node_modules/.pnpm/viem@2.
|
|
7266
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/errors/getNodeError.js"() {
|
|
7252
7267
|
"use strict";
|
|
7253
7268
|
init_base();
|
|
7254
7269
|
init_node();
|
|
7255
7270
|
}
|
|
7256
7271
|
});
|
|
7257
7272
|
|
|
7258
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7273
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/extract.js
|
|
7259
7274
|
function extract(value_, { format }) {
|
|
7260
7275
|
if (!format)
|
|
7261
7276
|
return {};
|
|
@@ -7274,12 +7289,12 @@ function extract(value_, { format }) {
|
|
|
7274
7289
|
return value;
|
|
7275
7290
|
}
|
|
7276
7291
|
var init_extract = __esm({
|
|
7277
|
-
"../../node_modules/.pnpm/viem@2.
|
|
7292
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/extract.js"() {
|
|
7278
7293
|
"use strict";
|
|
7279
7294
|
}
|
|
7280
7295
|
});
|
|
7281
7296
|
|
|
7282
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7297
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/formatter.js
|
|
7283
7298
|
function defineFormatter(type, format) {
|
|
7284
7299
|
return ({ exclude, format: overrides }) => {
|
|
7285
7300
|
return {
|
|
@@ -7301,12 +7316,12 @@ function defineFormatter(type, format) {
|
|
|
7301
7316
|
};
|
|
7302
7317
|
}
|
|
7303
7318
|
var init_formatter = __esm({
|
|
7304
|
-
"../../node_modules/.pnpm/viem@2.
|
|
7319
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/formatter.js"() {
|
|
7305
7320
|
"use strict";
|
|
7306
7321
|
}
|
|
7307
7322
|
});
|
|
7308
7323
|
|
|
7309
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7324
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/transactionRequest.js
|
|
7310
7325
|
function formatTransactionRequest(request, _) {
|
|
7311
7326
|
const rpcRequest = {};
|
|
7312
7327
|
if (typeof request.authorizationList !== "undefined")
|
|
@@ -7360,7 +7375,7 @@ function formatAuthorizationList(authorizationList) {
|
|
|
7360
7375
|
}
|
|
7361
7376
|
var rpcTransactionType, defineTransactionRequest;
|
|
7362
7377
|
var init_transactionRequest = __esm({
|
|
7363
|
-
"../../node_modules/.pnpm/viem@2.
|
|
7378
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/formatters/transactionRequest.js"() {
|
|
7364
7379
|
"use strict";
|
|
7365
7380
|
init_toHex();
|
|
7366
7381
|
init_formatter();
|
|
@@ -7375,7 +7390,7 @@ var init_transactionRequest = __esm({
|
|
|
7375
7390
|
}
|
|
7376
7391
|
});
|
|
7377
7392
|
|
|
7378
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7393
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/stateOverride.js
|
|
7379
7394
|
function serializeStateMapping(stateMapping) {
|
|
7380
7395
|
if (!stateMapping || stateMapping.length === 0)
|
|
7381
7396
|
return void 0;
|
|
@@ -7428,7 +7443,7 @@ function serializeStateOverride(parameters) {
|
|
|
7428
7443
|
return rpcStateOverride;
|
|
7429
7444
|
}
|
|
7430
7445
|
var init_stateOverride2 = __esm({
|
|
7431
|
-
"../../node_modules/.pnpm/viem@2.
|
|
7446
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/stateOverride.js"() {
|
|
7432
7447
|
"use strict";
|
|
7433
7448
|
init_address();
|
|
7434
7449
|
init_data();
|
|
@@ -7438,10 +7453,10 @@ var init_stateOverride2 = __esm({
|
|
|
7438
7453
|
}
|
|
7439
7454
|
});
|
|
7440
7455
|
|
|
7441
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7456
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/number.js
|
|
7442
7457
|
var maxInt8, maxInt16, maxInt24, maxInt32, maxInt40, maxInt48, maxInt56, maxInt64, maxInt72, maxInt80, maxInt88, maxInt96, maxInt104, maxInt112, maxInt120, maxInt128, maxInt136, maxInt144, maxInt152, maxInt160, maxInt168, maxInt176, maxInt184, maxInt192, maxInt200, maxInt208, maxInt216, maxInt224, maxInt232, maxInt240, maxInt248, maxInt256, minInt8, minInt16, minInt24, minInt32, minInt40, minInt48, minInt56, minInt64, minInt72, minInt80, minInt88, minInt96, minInt104, minInt112, minInt120, minInt128, minInt136, minInt144, minInt152, minInt160, minInt168, minInt176, minInt184, minInt192, minInt200, minInt208, minInt216, minInt224, minInt232, minInt240, minInt248, minInt256, maxUint8, maxUint16, maxUint24, maxUint32, maxUint40, maxUint48, maxUint56, maxUint64, maxUint72, maxUint80, maxUint88, maxUint96, maxUint104, maxUint112, maxUint120, maxUint128, maxUint136, maxUint144, maxUint152, maxUint160, maxUint168, maxUint176, maxUint184, maxUint192, maxUint200, maxUint208, maxUint216, maxUint224, maxUint232, maxUint240, maxUint248, maxUint256;
|
|
7443
7458
|
var init_number = __esm({
|
|
7444
|
-
"../../node_modules/.pnpm/viem@2.
|
|
7459
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/number.js"() {
|
|
7445
7460
|
"use strict";
|
|
7446
7461
|
maxInt8 = 2n ** (8n - 1n) - 1n;
|
|
7447
7462
|
maxInt16 = 2n ** (16n - 1n) - 1n;
|
|
@@ -7542,7 +7557,7 @@ var init_number = __esm({
|
|
|
7542
7557
|
}
|
|
7543
7558
|
});
|
|
7544
7559
|
|
|
7545
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7560
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/transaction/assertRequest.js
|
|
7546
7561
|
function assertRequest(args) {
|
|
7547
7562
|
const { account: account_, maxFeePerGas, maxPriorityFeePerGas, to } = args;
|
|
7548
7563
|
const account = account_ ? parseAccount(account_) : void 0;
|
|
@@ -7556,7 +7571,7 @@ function assertRequest(args) {
|
|
|
7556
7571
|
throw new TipAboveFeeCapError({ maxFeePerGas, maxPriorityFeePerGas });
|
|
7557
7572
|
}
|
|
7558
7573
|
var init_assertRequest = __esm({
|
|
7559
|
-
"../../node_modules/.pnpm/viem@2.
|
|
7574
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/transaction/assertRequest.js"() {
|
|
7560
7575
|
"use strict";
|
|
7561
7576
|
init_parseAccount();
|
|
7562
7577
|
init_number();
|
|
@@ -7566,7 +7581,7 @@ var init_assertRequest = __esm({
|
|
|
7566
7581
|
}
|
|
7567
7582
|
});
|
|
7568
7583
|
|
|
7569
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7584
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/address/isAddressEqual.js
|
|
7570
7585
|
function isAddressEqual(a, b) {
|
|
7571
7586
|
if (!isAddress(a, { strict: false }))
|
|
7572
7587
|
throw new InvalidAddressError({ address: a });
|
|
@@ -7575,14 +7590,14 @@ function isAddressEqual(a, b) {
|
|
|
7575
7590
|
return a.toLowerCase() === b.toLowerCase();
|
|
7576
7591
|
}
|
|
7577
7592
|
var init_isAddressEqual = __esm({
|
|
7578
|
-
"../../node_modules/.pnpm/viem@2.
|
|
7593
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/address/isAddressEqual.js"() {
|
|
7579
7594
|
"use strict";
|
|
7580
7595
|
init_address();
|
|
7581
7596
|
init_isAddress();
|
|
7582
7597
|
}
|
|
7583
7598
|
});
|
|
7584
7599
|
|
|
7585
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
7600
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/decodeFunctionResult.js
|
|
7586
7601
|
function decodeFunctionResult(parameters) {
|
|
7587
7602
|
const { abi: abi2, args, functionName, data } = parameters;
|
|
7588
7603
|
let abiItem = abi2[0];
|
|
@@ -7605,7 +7620,7 @@ function decodeFunctionResult(parameters) {
|
|
|
7605
7620
|
}
|
|
7606
7621
|
var docsPath4;
|
|
7607
7622
|
var init_decodeFunctionResult = __esm({
|
|
7608
|
-
"../../node_modules/.pnpm/viem@2.
|
|
7623
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/decodeFunctionResult.js"() {
|
|
7609
7624
|
"use strict";
|
|
7610
7625
|
init_abi();
|
|
7611
7626
|
init_decodeAbiParameters();
|
|
@@ -7614,27 +7629,27 @@ var init_decodeFunctionResult = __esm({
|
|
|
7614
7629
|
}
|
|
7615
7630
|
});
|
|
7616
7631
|
|
|
7617
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
7632
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/version.js
|
|
7618
7633
|
var version3;
|
|
7619
7634
|
var init_version3 = __esm({
|
|
7620
|
-
"../../node_modules/.pnpm/ox@0.
|
|
7635
|
+
"../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/version.js"() {
|
|
7621
7636
|
"use strict";
|
|
7622
7637
|
version3 = "0.1.1";
|
|
7623
7638
|
}
|
|
7624
7639
|
});
|
|
7625
7640
|
|
|
7626
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
7641
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/errors.js
|
|
7627
7642
|
function getVersion() {
|
|
7628
7643
|
return version3;
|
|
7629
7644
|
}
|
|
7630
7645
|
var init_errors2 = __esm({
|
|
7631
|
-
"../../node_modules/.pnpm/ox@0.
|
|
7646
|
+
"../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/errors.js"() {
|
|
7632
7647
|
"use strict";
|
|
7633
7648
|
init_version3();
|
|
7634
7649
|
}
|
|
7635
7650
|
});
|
|
7636
7651
|
|
|
7637
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
7652
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Errors.js
|
|
7638
7653
|
function walk2(err, fn) {
|
|
7639
7654
|
if (fn?.(err))
|
|
7640
7655
|
return err;
|
|
@@ -7644,7 +7659,7 @@ function walk2(err, fn) {
|
|
|
7644
7659
|
}
|
|
7645
7660
|
var BaseError3;
|
|
7646
7661
|
var init_Errors = __esm({
|
|
7647
|
-
"../../node_modules/.pnpm/ox@0.
|
|
7662
|
+
"../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Errors.js"() {
|
|
7648
7663
|
"use strict";
|
|
7649
7664
|
init_errors2();
|
|
7650
7665
|
BaseError3 = class _BaseError extends Error {
|
|
@@ -7770,7 +7785,7 @@ var init_Errors = __esm({
|
|
|
7770
7785
|
}
|
|
7771
7786
|
});
|
|
7772
7787
|
|
|
7773
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
7788
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/bytes.js
|
|
7774
7789
|
function assertSize2(bytes, size_) {
|
|
7775
7790
|
if (size2(bytes) > size_)
|
|
7776
7791
|
throw new SizeOverflowError2({
|
|
@@ -7836,7 +7851,7 @@ function trim2(value, options = {}) {
|
|
|
7836
7851
|
}
|
|
7837
7852
|
var charCodeMap2;
|
|
7838
7853
|
var init_bytes = __esm({
|
|
7839
|
-
"../../node_modules/.pnpm/ox@0.
|
|
7854
|
+
"../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/bytes.js"() {
|
|
7840
7855
|
"use strict";
|
|
7841
7856
|
init_Bytes();
|
|
7842
7857
|
charCodeMap2 = {
|
|
@@ -7850,7 +7865,7 @@ var init_bytes = __esm({
|
|
|
7850
7865
|
}
|
|
7851
7866
|
});
|
|
7852
7867
|
|
|
7853
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
7868
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/hex.js
|
|
7854
7869
|
function assertSize3(hex, size_) {
|
|
7855
7870
|
if (size3(hex) > size_)
|
|
7856
7871
|
throw new SizeOverflowError3({
|
|
@@ -7906,13 +7921,13 @@ function trim3(value, options = {}) {
|
|
|
7906
7921
|
return `0x${data}`;
|
|
7907
7922
|
}
|
|
7908
7923
|
var init_hex = __esm({
|
|
7909
|
-
"../../node_modules/.pnpm/ox@0.
|
|
7924
|
+
"../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/hex.js"() {
|
|
7910
7925
|
"use strict";
|
|
7911
7926
|
init_Hex();
|
|
7912
7927
|
}
|
|
7913
7928
|
});
|
|
7914
7929
|
|
|
7915
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
7930
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Json.js
|
|
7916
7931
|
function stringify2(value, replacer, space) {
|
|
7917
7932
|
return JSON.stringify(value, (key, value2) => {
|
|
7918
7933
|
if (typeof replacer === "function")
|
|
@@ -7924,13 +7939,13 @@ function stringify2(value, replacer, space) {
|
|
|
7924
7939
|
}
|
|
7925
7940
|
var bigIntSuffix;
|
|
7926
7941
|
var init_Json = __esm({
|
|
7927
|
-
"../../node_modules/.pnpm/ox@0.
|
|
7942
|
+
"../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Json.js"() {
|
|
7928
7943
|
"use strict";
|
|
7929
7944
|
bigIntSuffix = "#__bigint";
|
|
7930
7945
|
}
|
|
7931
7946
|
});
|
|
7932
7947
|
|
|
7933
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
7948
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Bytes.js
|
|
7934
7949
|
function assert(value) {
|
|
7935
7950
|
if (value instanceof Uint8Array)
|
|
7936
7951
|
return;
|
|
@@ -8048,7 +8063,7 @@ function validate(value) {
|
|
|
8048
8063
|
}
|
|
8049
8064
|
var decoder, encoder3, InvalidBytesBooleanError2, InvalidBytesTypeError, SizeOverflowError2, SliceOffsetOutOfBoundsError2, SizeExceedsPaddingSizeError2;
|
|
8050
8065
|
var init_Bytes = __esm({
|
|
8051
|
-
"../../node_modules/.pnpm/ox@0.
|
|
8066
|
+
"../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Bytes.js"() {
|
|
8052
8067
|
"use strict";
|
|
8053
8068
|
init_Errors();
|
|
8054
8069
|
init_Hex();
|
|
@@ -8121,7 +8136,7 @@ var init_Bytes = __esm({
|
|
|
8121
8136
|
}
|
|
8122
8137
|
});
|
|
8123
8138
|
|
|
8124
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
8139
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Hex.js
|
|
8125
8140
|
function assert2(value, options = {}) {
|
|
8126
8141
|
const { strict = false } = options;
|
|
8127
8142
|
if (!value)
|
|
@@ -8247,7 +8262,7 @@ function validate2(value, options = {}) {
|
|
|
8247
8262
|
}
|
|
8248
8263
|
var encoder4, hexes3, IntegerOutOfRangeError2, InvalidHexTypeError, InvalidHexValueError, SizeOverflowError3, SliceOffsetOutOfBoundsError3, SizeExceedsPaddingSizeError3;
|
|
8249
8264
|
var init_Hex = __esm({
|
|
8250
|
-
"../../node_modules/.pnpm/ox@0.
|
|
8265
|
+
"../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Hex.js"() {
|
|
8251
8266
|
"use strict";
|
|
8252
8267
|
init_Errors();
|
|
8253
8268
|
init_hex();
|
|
@@ -8329,7 +8344,7 @@ var init_Hex = __esm({
|
|
|
8329
8344
|
}
|
|
8330
8345
|
});
|
|
8331
8346
|
|
|
8332
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
8347
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Withdrawal.js
|
|
8333
8348
|
function toRpc(withdrawal) {
|
|
8334
8349
|
return {
|
|
8335
8350
|
address: withdrawal.address,
|
|
@@ -8339,13 +8354,13 @@ function toRpc(withdrawal) {
|
|
|
8339
8354
|
};
|
|
8340
8355
|
}
|
|
8341
8356
|
var init_Withdrawal = __esm({
|
|
8342
|
-
"../../node_modules/.pnpm/ox@0.
|
|
8357
|
+
"../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Withdrawal.js"() {
|
|
8343
8358
|
"use strict";
|
|
8344
8359
|
init_Hex();
|
|
8345
8360
|
}
|
|
8346
8361
|
});
|
|
8347
8362
|
|
|
8348
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
8363
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/BlockOverrides.js
|
|
8349
8364
|
function toRpc2(blockOverrides) {
|
|
8350
8365
|
return {
|
|
8351
8366
|
...typeof blockOverrides.baseFeePerGas === "bigint" && {
|
|
@@ -8375,17 +8390,17 @@ function toRpc2(blockOverrides) {
|
|
|
8375
8390
|
};
|
|
8376
8391
|
}
|
|
8377
8392
|
var init_BlockOverrides = __esm({
|
|
8378
|
-
"../../node_modules/.pnpm/ox@0.
|
|
8393
|
+
"../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/BlockOverrides.js"() {
|
|
8379
8394
|
"use strict";
|
|
8380
8395
|
init_Hex();
|
|
8381
8396
|
init_Withdrawal();
|
|
8382
8397
|
}
|
|
8383
8398
|
});
|
|
8384
8399
|
|
|
8385
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8400
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/abis.js
|
|
8386
8401
|
var multicall3Abi, batchGatewayAbi, universalResolverErrors, universalResolverResolveAbi, universalResolverReverseAbi, textResolverAbi, addressResolverAbi, erc1271Abi, erc6492SignatureValidatorAbi;
|
|
8387
8402
|
var init_abis = __esm({
|
|
8388
|
-
"../../node_modules/.pnpm/viem@2.
|
|
8403
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/abis.js"() {
|
|
8389
8404
|
"use strict";
|
|
8390
8405
|
multicall3Abi = [
|
|
8391
8406
|
{
|
|
@@ -8429,6 +8444,23 @@ var init_abis = __esm({
|
|
|
8429
8444
|
stateMutability: "view",
|
|
8430
8445
|
type: "function"
|
|
8431
8446
|
},
|
|
8447
|
+
{
|
|
8448
|
+
inputs: [
|
|
8449
|
+
{
|
|
8450
|
+
name: "addr",
|
|
8451
|
+
type: "address"
|
|
8452
|
+
}
|
|
8453
|
+
],
|
|
8454
|
+
name: "getEthBalance",
|
|
8455
|
+
outputs: [
|
|
8456
|
+
{
|
|
8457
|
+
name: "balance",
|
|
8458
|
+
type: "uint256"
|
|
8459
|
+
}
|
|
8460
|
+
],
|
|
8461
|
+
stateMutability: "view",
|
|
8462
|
+
type: "function"
|
|
8463
|
+
},
|
|
8432
8464
|
{
|
|
8433
8465
|
inputs: [],
|
|
8434
8466
|
name: "getCurrentBlockTimestamp",
|
|
@@ -8724,19 +8756,19 @@ var init_abis = __esm({
|
|
|
8724
8756
|
}
|
|
8725
8757
|
});
|
|
8726
8758
|
|
|
8727
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8759
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/contract.js
|
|
8728
8760
|
var aggregate3Signature;
|
|
8729
8761
|
var init_contract2 = __esm({
|
|
8730
|
-
"../../node_modules/.pnpm/viem@2.
|
|
8762
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/contract.js"() {
|
|
8731
8763
|
"use strict";
|
|
8732
8764
|
aggregate3Signature = "0x82ad56cb";
|
|
8733
8765
|
}
|
|
8734
8766
|
});
|
|
8735
8767
|
|
|
8736
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8768
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/contracts.js
|
|
8737
8769
|
var deploylessCallViaBytecodeBytecode, deploylessCallViaFactoryBytecode, erc6492SignatureValidatorByteCode, multicall3Bytecode;
|
|
8738
8770
|
var init_contracts = __esm({
|
|
8739
|
-
"../../node_modules/.pnpm/viem@2.
|
|
8771
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/constants/contracts.js"() {
|
|
8740
8772
|
"use strict";
|
|
8741
8773
|
deploylessCallViaBytecodeBytecode = "0x608060405234801561001057600080fd5b5060405161018e38038061018e83398101604081905261002f91610124565b6000808351602085016000f59050803b61004857600080fd5b6000808351602085016000855af16040513d6000823e81610067573d81fd5b3d81f35b634e487b7160e01b600052604160045260246000fd5b600082601f83011261009257600080fd5b81516001600160401b038111156100ab576100ab61006b565b604051601f8201601f19908116603f011681016001600160401b03811182821017156100d9576100d961006b565b6040528181528382016020018510156100f157600080fd5b60005b82811015610110576020818601810151838301820152016100f4565b506000918101602001919091529392505050565b6000806040838503121561013757600080fd5b82516001600160401b0381111561014d57600080fd5b61015985828601610081565b602085015190935090506001600160401b0381111561017757600080fd5b61018385828601610081565b915050925092905056fe";
|
|
8742
8774
|
deploylessCallViaFactoryBytecode = "0x608060405234801561001057600080fd5b506040516102c03803806102c083398101604081905261002f916101e6565b836001600160a01b03163b6000036100e457600080836001600160a01b03168360405161005c9190610270565b6000604051808303816000865af19150503d8060008114610099576040519150601f19603f3d011682016040523d82523d6000602084013e61009e565b606091505b50915091508115806100b857506001600160a01b0386163b155b156100e1578060405163101bb98d60e01b81526004016100d8919061028c565b60405180910390fd5b50505b6000808451602086016000885af16040513d6000823e81610103573d81fd5b3d81f35b80516001600160a01b038116811461011e57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561015457818101518382015260200161013c565b50506000910152565b600082601f83011261016e57600080fd5b81516001600160401b0381111561018757610187610123565b604051601f8201601f19908116603f011681016001600160401b03811182821017156101b5576101b5610123565b6040528181528382016020018510156101cd57600080fd5b6101de826020830160208701610139565b949350505050565b600080600080608085870312156101fc57600080fd5b61020585610107565b60208601519094506001600160401b0381111561022157600080fd5b61022d8782880161015d565b93505061023c60408601610107565b60608601519092506001600160401b0381111561025857600080fd5b6102648782880161015d565b91505092959194509250565b60008251610282818460208701610139565b9190910192915050565b60208152600082518060208401526102ab816040850160208701610139565b601f01601f1916919091016040019291505056fe";
|
|
@@ -8745,10 +8777,10 @@ var init_contracts = __esm({
|
|
|
8745
8777
|
}
|
|
8746
8778
|
});
|
|
8747
8779
|
|
|
8748
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8780
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/chain.js
|
|
8749
8781
|
var ChainDoesNotSupportContract, ClientChainNotConfiguredError, InvalidChainIdError;
|
|
8750
8782
|
var init_chain = __esm({
|
|
8751
|
-
"../../node_modules/.pnpm/viem@2.
|
|
8783
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/chain.js"() {
|
|
8752
8784
|
"use strict";
|
|
8753
8785
|
init_base();
|
|
8754
8786
|
ChainDoesNotSupportContract = class extends BaseError2 {
|
|
@@ -8781,7 +8813,7 @@ var init_chain = __esm({
|
|
|
8781
8813
|
}
|
|
8782
8814
|
});
|
|
8783
8815
|
|
|
8784
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8816
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeDeployData.js
|
|
8785
8817
|
function encodeDeployData(parameters) {
|
|
8786
8818
|
const { abi: abi2, args, bytecode } = parameters;
|
|
8787
8819
|
if (!args || args.length === 0)
|
|
@@ -8798,7 +8830,7 @@ function encodeDeployData(parameters) {
|
|
|
8798
8830
|
}
|
|
8799
8831
|
var docsPath5;
|
|
8800
8832
|
var init_encodeDeployData = __esm({
|
|
8801
|
-
"../../node_modules/.pnpm/viem@2.
|
|
8833
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeDeployData.js"() {
|
|
8802
8834
|
"use strict";
|
|
8803
8835
|
init_abi();
|
|
8804
8836
|
init_concat();
|
|
@@ -8807,7 +8839,7 @@ var init_encodeDeployData = __esm({
|
|
|
8807
8839
|
}
|
|
8808
8840
|
});
|
|
8809
8841
|
|
|
8810
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8842
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/chain/getChainContractAddress.js
|
|
8811
8843
|
function getChainContractAddress({ blockNumber, chain, contract: name }) {
|
|
8812
8844
|
const contract = chain?.contracts?.[name];
|
|
8813
8845
|
if (!contract)
|
|
@@ -8827,13 +8859,13 @@ function getChainContractAddress({ blockNumber, chain, contract: name }) {
|
|
|
8827
8859
|
return contract.address;
|
|
8828
8860
|
}
|
|
8829
8861
|
var init_getChainContractAddress = __esm({
|
|
8830
|
-
"../../node_modules/.pnpm/viem@2.
|
|
8862
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/chain/getChainContractAddress.js"() {
|
|
8831
8863
|
"use strict";
|
|
8832
8864
|
init_chain();
|
|
8833
8865
|
}
|
|
8834
8866
|
});
|
|
8835
8867
|
|
|
8836
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8868
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/errors/getCallError.js
|
|
8837
8869
|
function getCallError(err, { docsPath: docsPath8, ...args }) {
|
|
8838
8870
|
const cause = (() => {
|
|
8839
8871
|
const cause2 = getNodeError(err, args);
|
|
@@ -8847,7 +8879,7 @@ function getCallError(err, { docsPath: docsPath8, ...args }) {
|
|
|
8847
8879
|
});
|
|
8848
8880
|
}
|
|
8849
8881
|
var init_getCallError = __esm({
|
|
8850
|
-
"../../node_modules/.pnpm/viem@2.
|
|
8882
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/errors/getCallError.js"() {
|
|
8851
8883
|
"use strict";
|
|
8852
8884
|
init_contract();
|
|
8853
8885
|
init_node();
|
|
@@ -8855,7 +8887,7 @@ var init_getCallError = __esm({
|
|
|
8855
8887
|
}
|
|
8856
8888
|
});
|
|
8857
8889
|
|
|
8858
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8890
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/withResolvers.js
|
|
8859
8891
|
function withResolvers() {
|
|
8860
8892
|
let resolve = () => void 0;
|
|
8861
8893
|
let reject = () => void 0;
|
|
@@ -8866,12 +8898,12 @@ function withResolvers() {
|
|
|
8866
8898
|
return { promise, resolve, reject };
|
|
8867
8899
|
}
|
|
8868
8900
|
var init_withResolvers = __esm({
|
|
8869
|
-
"../../node_modules/.pnpm/viem@2.
|
|
8901
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/withResolvers.js"() {
|
|
8870
8902
|
"use strict";
|
|
8871
8903
|
}
|
|
8872
8904
|
});
|
|
8873
8905
|
|
|
8874
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8906
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/createBatchScheduler.js
|
|
8875
8907
|
function createBatchScheduler({ fn, id, shouldSplitBatch, wait: wait2 = 0, sort }) {
|
|
8876
8908
|
const exec = async () => {
|
|
8877
8909
|
const scheduler = getScheduler();
|
|
@@ -8917,17 +8949,17 @@ function createBatchScheduler({ fn, id, shouldSplitBatch, wait: wait2 = 0, sort
|
|
|
8917
8949
|
}
|
|
8918
8950
|
var schedulerCache;
|
|
8919
8951
|
var init_createBatchScheduler = __esm({
|
|
8920
|
-
"../../node_modules/.pnpm/viem@2.
|
|
8952
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/createBatchScheduler.js"() {
|
|
8921
8953
|
"use strict";
|
|
8922
8954
|
init_withResolvers();
|
|
8923
8955
|
schedulerCache = /* @__PURE__ */ new Map();
|
|
8924
8956
|
}
|
|
8925
8957
|
});
|
|
8926
8958
|
|
|
8927
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
8959
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/ccip.js
|
|
8928
8960
|
var OffchainLookupError, OffchainLookupResponseMalformedError, OffchainLookupSenderMismatchError;
|
|
8929
8961
|
var init_ccip = __esm({
|
|
8930
|
-
"../../node_modules/.pnpm/viem@2.
|
|
8962
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/errors/ccip.js"() {
|
|
8931
8963
|
"use strict";
|
|
8932
8964
|
init_stringify();
|
|
8933
8965
|
init_base();
|
|
@@ -8978,7 +9010,7 @@ var init_ccip = __esm({
|
|
|
8978
9010
|
}
|
|
8979
9011
|
});
|
|
8980
9012
|
|
|
8981
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9013
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/decodeFunctionData.js
|
|
8982
9014
|
function decodeFunctionData(parameters) {
|
|
8983
9015
|
const { abi: abi2, data } = parameters;
|
|
8984
9016
|
const signature = slice(data, 0, 4);
|
|
@@ -8993,7 +9025,7 @@ function decodeFunctionData(parameters) {
|
|
|
8993
9025
|
};
|
|
8994
9026
|
}
|
|
8995
9027
|
var init_decodeFunctionData = __esm({
|
|
8996
|
-
"../../node_modules/.pnpm/viem@2.
|
|
9028
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/decodeFunctionData.js"() {
|
|
8997
9029
|
"use strict";
|
|
8998
9030
|
init_abi();
|
|
8999
9031
|
init_slice();
|
|
@@ -9003,7 +9035,7 @@ var init_decodeFunctionData = __esm({
|
|
|
9003
9035
|
}
|
|
9004
9036
|
});
|
|
9005
9037
|
|
|
9006
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9038
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeErrorResult.js
|
|
9007
9039
|
function encodeErrorResult(parameters) {
|
|
9008
9040
|
const { abi: abi2, errorName, args } = parameters;
|
|
9009
9041
|
let abiItem = abi2[0];
|
|
@@ -9027,7 +9059,7 @@ function encodeErrorResult(parameters) {
|
|
|
9027
9059
|
}
|
|
9028
9060
|
var docsPath6;
|
|
9029
9061
|
var init_encodeErrorResult = __esm({
|
|
9030
|
-
"../../node_modules/.pnpm/viem@2.
|
|
9062
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeErrorResult.js"() {
|
|
9031
9063
|
"use strict";
|
|
9032
9064
|
init_abi();
|
|
9033
9065
|
init_concat();
|
|
@@ -9039,7 +9071,7 @@ var init_encodeErrorResult = __esm({
|
|
|
9039
9071
|
}
|
|
9040
9072
|
});
|
|
9041
9073
|
|
|
9042
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9074
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeFunctionResult.js
|
|
9043
9075
|
function encodeFunctionResult(parameters) {
|
|
9044
9076
|
const { abi: abi2, functionName, result } = parameters;
|
|
9045
9077
|
let abiItem = abi2[0];
|
|
@@ -9066,7 +9098,7 @@ function encodeFunctionResult(parameters) {
|
|
|
9066
9098
|
}
|
|
9067
9099
|
var docsPath7;
|
|
9068
9100
|
var init_encodeFunctionResult = __esm({
|
|
9069
|
-
"../../node_modules/.pnpm/viem@2.
|
|
9101
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/abi/encodeFunctionResult.js"() {
|
|
9070
9102
|
"use strict";
|
|
9071
9103
|
init_abi();
|
|
9072
9104
|
init_encodeAbiParameters();
|
|
@@ -9075,7 +9107,7 @@ var init_encodeFunctionResult = __esm({
|
|
|
9075
9107
|
}
|
|
9076
9108
|
});
|
|
9077
9109
|
|
|
9078
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9110
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ens/localBatchGatewayRequest.js
|
|
9079
9111
|
async function localBatchGatewayRequest(parameters) {
|
|
9080
9112
|
const { data, ccipRequest: ccipRequest2 } = parameters;
|
|
9081
9113
|
const { args: [queries] } = decodeFunctionData({ abi: batchGatewayAbi, data });
|
|
@@ -9111,7 +9143,7 @@ function encodeError(error) {
|
|
|
9111
9143
|
}
|
|
9112
9144
|
var localBatchGatewayUrl;
|
|
9113
9145
|
var init_localBatchGatewayRequest = __esm({
|
|
9114
|
-
"../../node_modules/.pnpm/viem@2.
|
|
9146
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ens/localBatchGatewayRequest.js"() {
|
|
9115
9147
|
"use strict";
|
|
9116
9148
|
init_abis();
|
|
9117
9149
|
init_solidity();
|
|
@@ -9122,7 +9154,7 @@ var init_localBatchGatewayRequest = __esm({
|
|
|
9122
9154
|
}
|
|
9123
9155
|
});
|
|
9124
9156
|
|
|
9125
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9157
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ccip.js
|
|
9126
9158
|
var ccip_exports = {};
|
|
9127
9159
|
__export(ccip_exports, {
|
|
9128
9160
|
ccipRequest: () => ccipRequest,
|
|
@@ -9215,7 +9247,7 @@ async function ccipRequest({ data, sender, urls }) {
|
|
|
9215
9247
|
}
|
|
9216
9248
|
var offchainLookupSignature, offchainLookupAbiItem;
|
|
9217
9249
|
var init_ccip2 = __esm({
|
|
9218
|
-
"../../node_modules/.pnpm/viem@2.
|
|
9250
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/ccip.js"() {
|
|
9219
9251
|
"use strict";
|
|
9220
9252
|
init_call();
|
|
9221
9253
|
init_ccip();
|
|
@@ -9257,7 +9289,7 @@ var init_ccip2 = __esm({
|
|
|
9257
9289
|
}
|
|
9258
9290
|
});
|
|
9259
9291
|
|
|
9260
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
9292
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/call.js
|
|
9261
9293
|
async function call(client, args) {
|
|
9262
9294
|
const { account: account_ = client.account, authorizationList, batch = Boolean(client.batch?.multicall), blockNumber, blockTag = client.experimental_blockTag ?? "latest", accessList, blobs, blockOverrides, code, data: data_, factory, factoryData, gas, gasPrice, maxFeePerBlobGas, maxFeePerGas, maxPriorityFeePerGas, nonce, to, value, stateOverride, ...rest } = args;
|
|
9263
9295
|
const account = account_ ? parseAccount(account_) : void 0;
|
|
@@ -9455,7 +9487,7 @@ function getRevertErrorData(err) {
|
|
|
9455
9487
|
return typeof error?.data === "object" ? error.data?.data : error.data;
|
|
9456
9488
|
}
|
|
9457
9489
|
var init_call = __esm({
|
|
9458
|
-
"../../node_modules/.pnpm/viem@2.
|
|
9490
|
+
"../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/actions/public/call.js"() {
|
|
9459
9491
|
"use strict";
|
|
9460
9492
|
init_exports();
|
|
9461
9493
|
init_BlockOverrides();
|
|
@@ -13441,7 +13473,7 @@ __export(index_exports, {
|
|
|
13441
13473
|
});
|
|
13442
13474
|
module.exports = __toCommonJS(index_exports);
|
|
13443
13475
|
|
|
13444
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13476
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13445
13477
|
function getAction(client, actionFn, name) {
|
|
13446
13478
|
const action_implicit = client[actionFn.name];
|
|
13447
13479
|
if (typeof action_implicit === "function")
|
|
@@ -13452,10 +13484,10 @@ function getAction(client, actionFn, name) {
|
|
|
13452
13484
|
return (params) => actionFn(client, params);
|
|
13453
13485
|
}
|
|
13454
13486
|
|
|
13455
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13487
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13456
13488
|
init_abi();
|
|
13457
13489
|
|
|
13458
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13490
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13459
13491
|
init_base();
|
|
13460
13492
|
var FilterTypeNotSupportedError = class extends BaseError2 {
|
|
13461
13493
|
constructor(type) {
|
|
@@ -13465,7 +13497,7 @@ var FilterTypeNotSupportedError = class extends BaseError2 {
|
|
|
13465
13497
|
}
|
|
13466
13498
|
};
|
|
13467
13499
|
|
|
13468
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13500
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13469
13501
|
init_toBytes();
|
|
13470
13502
|
init_keccak256();
|
|
13471
13503
|
init_toEventSelector();
|
|
@@ -13508,10 +13540,10 @@ function encodeArg({ param, value }) {
|
|
|
13508
13540
|
return encodeAbiParameters([param], [value]);
|
|
13509
13541
|
}
|
|
13510
13542
|
|
|
13511
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13543
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13512
13544
|
init_toHex();
|
|
13513
13545
|
|
|
13514
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13546
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13515
13547
|
function createFilterRequestScope(client, { method }) {
|
|
13516
13548
|
const requestMap = {};
|
|
13517
13549
|
if (client.transport.type === "fallback")
|
|
@@ -13522,7 +13554,7 @@ function createFilterRequestScope(client, { method }) {
|
|
|
13522
13554
|
return ((id) => requestMap[id] || client.request);
|
|
13523
13555
|
}
|
|
13524
13556
|
|
|
13525
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13557
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13526
13558
|
async function createContractEventFilter(client, parameters) {
|
|
13527
13559
|
const { address, abi: abi2, args, eventName, fromBlock, strict, toBlock } = parameters;
|
|
13528
13560
|
const getRequest = createFilterRequestScope(client, {
|
|
@@ -13555,11 +13587,11 @@ async function createContractEventFilter(client, parameters) {
|
|
|
13555
13587
|
};
|
|
13556
13588
|
}
|
|
13557
13589
|
|
|
13558
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13590
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13559
13591
|
init_parseAccount();
|
|
13560
13592
|
init_encodeFunctionData();
|
|
13561
13593
|
|
|
13562
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13594
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13563
13595
|
init_abi();
|
|
13564
13596
|
init_base();
|
|
13565
13597
|
init_contract();
|
|
@@ -13592,11 +13624,11 @@ function getContractError(err, { abi: abi2, address, args, docsPath: docsPath8,
|
|
|
13592
13624
|
});
|
|
13593
13625
|
}
|
|
13594
13626
|
|
|
13595
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13627
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13596
13628
|
init_parseAccount();
|
|
13597
13629
|
init_base();
|
|
13598
13630
|
|
|
13599
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13631
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13600
13632
|
init_getAddress();
|
|
13601
13633
|
init_keccak256();
|
|
13602
13634
|
function publicKeyToAddress(publicKey) {
|
|
@@ -13604,7 +13636,7 @@ function publicKeyToAddress(publicKey) {
|
|
|
13604
13636
|
return checksumAddress(`0x${address}`);
|
|
13605
13637
|
}
|
|
13606
13638
|
|
|
13607
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13639
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13608
13640
|
init_isHex();
|
|
13609
13641
|
init_size();
|
|
13610
13642
|
init_fromHex();
|
|
@@ -13639,17 +13671,17 @@ function toRecoveryBit(yParityOrV) {
|
|
|
13639
13671
|
throw new Error("Invalid yParityOrV value");
|
|
13640
13672
|
}
|
|
13641
13673
|
|
|
13642
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13674
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13643
13675
|
async function recoverAddress({ hash: hash3, signature }) {
|
|
13644
13676
|
return publicKeyToAddress(await recoverPublicKey({ hash: hash3, signature }));
|
|
13645
13677
|
}
|
|
13646
13678
|
|
|
13647
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13679
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13648
13680
|
init_concat();
|
|
13649
13681
|
init_toBytes();
|
|
13650
13682
|
init_toHex();
|
|
13651
13683
|
|
|
13652
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13684
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13653
13685
|
init_base();
|
|
13654
13686
|
init_cursor2();
|
|
13655
13687
|
init_toBytes();
|
|
@@ -13742,7 +13774,7 @@ function getSizeOfLength(length) {
|
|
|
13742
13774
|
throw new BaseError2("Length is too large.");
|
|
13743
13775
|
}
|
|
13744
13776
|
|
|
13745
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13777
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13746
13778
|
init_keccak256();
|
|
13747
13779
|
function hashAuthorization(parameters) {
|
|
13748
13780
|
const { chainId, nonce, to } = parameters;
|
|
@@ -13760,7 +13792,7 @@ function hashAuthorization(parameters) {
|
|
|
13760
13792
|
return hash3;
|
|
13761
13793
|
}
|
|
13762
13794
|
|
|
13763
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13795
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13764
13796
|
async function recoverAuthorizationAddress(parameters) {
|
|
13765
13797
|
const { authorization, signature } = parameters;
|
|
13766
13798
|
return recoverAddress({
|
|
@@ -13769,10 +13801,10 @@ async function recoverAuthorizationAddress(parameters) {
|
|
|
13769
13801
|
});
|
|
13770
13802
|
}
|
|
13771
13803
|
|
|
13772
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13804
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13773
13805
|
init_toHex();
|
|
13774
13806
|
|
|
13775
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13807
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13776
13808
|
init_formatEther();
|
|
13777
13809
|
init_formatGwei();
|
|
13778
13810
|
init_base();
|
|
@@ -13810,7 +13842,7 @@ var EstimateGasExecutionError = class extends BaseError2 {
|
|
|
13810
13842
|
}
|
|
13811
13843
|
};
|
|
13812
13844
|
|
|
13813
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13845
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13814
13846
|
init_node();
|
|
13815
13847
|
init_getNodeError();
|
|
13816
13848
|
function getEstimateGasError(err, { docsPath: docsPath8, ...args }) {
|
|
@@ -13826,16 +13858,16 @@ function getEstimateGasError(err, { docsPath: docsPath8, ...args }) {
|
|
|
13826
13858
|
});
|
|
13827
13859
|
}
|
|
13828
13860
|
|
|
13829
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13861
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13830
13862
|
init_extract();
|
|
13831
13863
|
init_transactionRequest();
|
|
13832
13864
|
init_stateOverride2();
|
|
13833
13865
|
init_assertRequest();
|
|
13834
13866
|
|
|
13835
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13867
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13836
13868
|
init_parseAccount();
|
|
13837
13869
|
|
|
13838
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13870
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13839
13871
|
init_formatGwei();
|
|
13840
13872
|
init_base();
|
|
13841
13873
|
var BaseFeeScalarError = class extends BaseError2 {
|
|
@@ -13858,10 +13890,10 @@ var MaxFeePerGasTooLowError = class extends BaseError2 {
|
|
|
13858
13890
|
}
|
|
13859
13891
|
};
|
|
13860
13892
|
|
|
13861
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13893
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13862
13894
|
init_fromHex();
|
|
13863
13895
|
|
|
13864
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13896
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13865
13897
|
init_base();
|
|
13866
13898
|
var BlockNotFoundError = class extends BaseError2 {
|
|
13867
13899
|
constructor({ blockHash, blockNumber }) {
|
|
@@ -13874,13 +13906,13 @@ var BlockNotFoundError = class extends BaseError2 {
|
|
|
13874
13906
|
}
|
|
13875
13907
|
};
|
|
13876
13908
|
|
|
13877
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13909
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13878
13910
|
init_toHex();
|
|
13879
13911
|
|
|
13880
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13912
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13881
13913
|
init_formatter();
|
|
13882
13914
|
|
|
13883
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13915
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13884
13916
|
init_fromHex();
|
|
13885
13917
|
init_formatter();
|
|
13886
13918
|
var transactionType = {
|
|
@@ -13952,7 +13984,7 @@ function formatAuthorizationList2(authorizationList) {
|
|
|
13952
13984
|
}));
|
|
13953
13985
|
}
|
|
13954
13986
|
|
|
13955
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
13987
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13956
13988
|
function formatBlock(block, _) {
|
|
13957
13989
|
const transactions = (block.transactions ?? []).map((transaction) => {
|
|
13958
13990
|
if (typeof transaction === "string")
|
|
@@ -13979,7 +14011,7 @@ function formatBlock(block, _) {
|
|
|
13979
14011
|
}
|
|
13980
14012
|
var defineBlock = /* @__PURE__ */ defineFormatter("block", formatBlock);
|
|
13981
14013
|
|
|
13982
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14014
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
13983
14015
|
async function getBlock(client, { blockHash, blockNumber, blockTag = client.experimental_blockTag ?? "latest", includeTransactions: includeTransactions_ } = {}) {
|
|
13984
14016
|
const includeTransactions = includeTransactions_ ?? false;
|
|
13985
14017
|
const blockNumberHex = blockNumber !== void 0 ? numberToHex(blockNumber) : void 0;
|
|
@@ -14001,7 +14033,7 @@ async function getBlock(client, { blockHash, blockNumber, blockTag = client.expe
|
|
|
14001
14033
|
return format(block, "getBlock");
|
|
14002
14034
|
}
|
|
14003
14035
|
|
|
14004
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14036
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14005
14037
|
async function getGasPrice(client) {
|
|
14006
14038
|
const gasPrice = await client.request({
|
|
14007
14039
|
method: "eth_gasPrice"
|
|
@@ -14009,7 +14041,7 @@ async function getGasPrice(client) {
|
|
|
14009
14041
|
return BigInt(gasPrice);
|
|
14010
14042
|
}
|
|
14011
14043
|
|
|
14012
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14044
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14013
14045
|
async function estimateMaxPriorityFeePerGas(client, args) {
|
|
14014
14046
|
return internal_estimateMaxPriorityFeePerGas(client, args);
|
|
14015
14047
|
}
|
|
@@ -14048,7 +14080,7 @@ async function internal_estimateMaxPriorityFeePerGas(client, args) {
|
|
|
14048
14080
|
}
|
|
14049
14081
|
}
|
|
14050
14082
|
|
|
14051
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14083
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14052
14084
|
async function estimateFeesPerGas(client, args) {
|
|
14053
14085
|
return internal_estimateFeesPerGas(client, args);
|
|
14054
14086
|
}
|
|
@@ -14101,7 +14133,7 @@ async function internal_estimateFeesPerGas(client, args) {
|
|
|
14101
14133
|
};
|
|
14102
14134
|
}
|
|
14103
14135
|
|
|
14104
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14136
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14105
14137
|
init_fromHex();
|
|
14106
14138
|
init_toHex();
|
|
14107
14139
|
async function getTransactionCount(client, { address, blockTag = "latest", blockNumber }) {
|
|
@@ -14117,7 +14149,7 @@ async function getTransactionCount(client, { address, blockTag = "latest", block
|
|
|
14117
14149
|
return hexToNumber(count);
|
|
14118
14150
|
}
|
|
14119
14151
|
|
|
14120
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14152
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14121
14153
|
init_toBytes();
|
|
14122
14154
|
init_toHex();
|
|
14123
14155
|
function blobsToCommitments(parameters) {
|
|
@@ -14130,7 +14162,7 @@ function blobsToCommitments(parameters) {
|
|
|
14130
14162
|
return to === "bytes" ? commitments : commitments.map((x) => bytesToHex(x));
|
|
14131
14163
|
}
|
|
14132
14164
|
|
|
14133
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14165
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14134
14166
|
init_toBytes();
|
|
14135
14167
|
init_toHex();
|
|
14136
14168
|
function blobsToProofs(parameters) {
|
|
@@ -14147,14 +14179,14 @@ function blobsToProofs(parameters) {
|
|
|
14147
14179
|
return to === "bytes" ? proofs : proofs.map((x) => bytesToHex(x));
|
|
14148
14180
|
}
|
|
14149
14181
|
|
|
14150
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14182
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14151
14183
|
init_toHex();
|
|
14152
14184
|
|
|
14153
14185
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/esm/sha256.js
|
|
14154
14186
|
init_sha2();
|
|
14155
14187
|
var sha2562 = sha256;
|
|
14156
14188
|
|
|
14157
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14189
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14158
14190
|
init_isHex();
|
|
14159
14191
|
init_toBytes();
|
|
14160
14192
|
init_toHex();
|
|
@@ -14166,7 +14198,7 @@ function sha2563(value, to_) {
|
|
|
14166
14198
|
return toHex(bytes);
|
|
14167
14199
|
}
|
|
14168
14200
|
|
|
14169
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14201
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14170
14202
|
function commitmentToVersionedHash(parameters) {
|
|
14171
14203
|
const { commitment, version: version4 = 1 } = parameters;
|
|
14172
14204
|
const to = parameters.to ?? (typeof commitment === "string" ? "hex" : "bytes");
|
|
@@ -14175,7 +14207,7 @@ function commitmentToVersionedHash(parameters) {
|
|
|
14175
14207
|
return to === "bytes" ? versionedHash : bytesToHex(versionedHash);
|
|
14176
14208
|
}
|
|
14177
14209
|
|
|
14178
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14210
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14179
14211
|
function commitmentsToVersionedHashes(parameters) {
|
|
14180
14212
|
const { commitments, version: version4 } = parameters;
|
|
14181
14213
|
const to = parameters.to ?? (typeof commitments[0] === "string" ? "hex" : "bytes");
|
|
@@ -14190,7 +14222,7 @@ function commitmentsToVersionedHashes(parameters) {
|
|
|
14190
14222
|
return hashes;
|
|
14191
14223
|
}
|
|
14192
14224
|
|
|
14193
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14225
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14194
14226
|
var blobsPerTransaction = 6;
|
|
14195
14227
|
var bytesPerFieldElement = 32;
|
|
14196
14228
|
var fieldElementsPerBlob = 4096;
|
|
@@ -14199,10 +14231,10 @@ var maxBytesPerTransaction = bytesPerBlob * blobsPerTransaction - // terminator
|
|
|
14199
14231
|
1 - // zero byte (0x00) appended to each field element.
|
|
14200
14232
|
1 * fieldElementsPerBlob * blobsPerTransaction;
|
|
14201
14233
|
|
|
14202
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14234
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14203
14235
|
var versionedHashVersionKzg = 1;
|
|
14204
14236
|
|
|
14205
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14237
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14206
14238
|
init_base();
|
|
14207
14239
|
var BlobSizeTooLargeError = class extends BaseError2 {
|
|
14208
14240
|
constructor({ maxSize, size: size5 }) {
|
|
@@ -14237,7 +14269,7 @@ var InvalidVersionedHashVersionError = class extends BaseError2 {
|
|
|
14237
14269
|
}
|
|
14238
14270
|
};
|
|
14239
14271
|
|
|
14240
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14272
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14241
14273
|
init_cursor2();
|
|
14242
14274
|
init_size();
|
|
14243
14275
|
init_toBytes();
|
|
@@ -14276,7 +14308,7 @@ function toBlobs(parameters) {
|
|
|
14276
14308
|
return to === "bytes" ? blobs.map((x) => x.bytes) : blobs.map((x) => bytesToHex(x.bytes));
|
|
14277
14309
|
}
|
|
14278
14310
|
|
|
14279
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14311
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14280
14312
|
function toBlobSidecars(parameters) {
|
|
14281
14313
|
const { data, kzg, to } = parameters;
|
|
14282
14314
|
const blobs = parameters.blobs ?? toBlobs({ data, to });
|
|
@@ -14292,11 +14324,11 @@ function toBlobSidecars(parameters) {
|
|
|
14292
14324
|
return sidecars;
|
|
14293
14325
|
}
|
|
14294
14326
|
|
|
14295
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14327
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14296
14328
|
init_lru();
|
|
14297
14329
|
init_assertRequest();
|
|
14298
14330
|
|
|
14299
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14331
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14300
14332
|
init_transaction();
|
|
14301
14333
|
function getTransactionType(transaction) {
|
|
14302
14334
|
if (transaction.type)
|
|
@@ -14316,10 +14348,10 @@ function getTransactionType(transaction) {
|
|
|
14316
14348
|
throw new InvalidSerializableTransactionError({ transaction });
|
|
14317
14349
|
}
|
|
14318
14350
|
|
|
14319
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14351
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14320
14352
|
init_parseAccount();
|
|
14321
14353
|
|
|
14322
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14354
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14323
14355
|
init_node();
|
|
14324
14356
|
init_transaction();
|
|
14325
14357
|
init_getNodeError();
|
|
@@ -14336,12 +14368,12 @@ function getTransactionError(err, { docsPath: docsPath8, ...args }) {
|
|
|
14336
14368
|
});
|
|
14337
14369
|
}
|
|
14338
14370
|
|
|
14339
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14371
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14340
14372
|
init_extract();
|
|
14341
14373
|
init_transactionRequest();
|
|
14342
14374
|
init_assertRequest();
|
|
14343
14375
|
|
|
14344
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14376
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14345
14377
|
init_fromHex();
|
|
14346
14378
|
async function getChainId(client) {
|
|
14347
14379
|
const chainIdHex = await client.request({
|
|
@@ -14350,7 +14382,7 @@ async function getChainId(client) {
|
|
|
14350
14382
|
return hexToNumber(chainIdHex);
|
|
14351
14383
|
}
|
|
14352
14384
|
|
|
14353
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14385
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14354
14386
|
async function fillTransaction(client, parameters) {
|
|
14355
14387
|
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;
|
|
14356
14388
|
const nonce = await (async () => {
|
|
@@ -14452,7 +14484,7 @@ async function fillTransaction(client, parameters) {
|
|
|
14452
14484
|
}
|
|
14453
14485
|
}
|
|
14454
14486
|
|
|
14455
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14487
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14456
14488
|
var defaultParameters = [
|
|
14457
14489
|
"blobVersionedHashes",
|
|
14458
14490
|
"chainId",
|
|
@@ -14660,7 +14692,7 @@ async function prepareTransactionRequest(client, args) {
|
|
|
14660
14692
|
return request;
|
|
14661
14693
|
}
|
|
14662
14694
|
|
|
14663
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14695
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14664
14696
|
async function estimateGas(client, args) {
|
|
14665
14697
|
const { account: account_ = client.account, prepare = true } = args;
|
|
14666
14698
|
const account = account_ ? parseAccount(account_) : void 0;
|
|
@@ -14730,7 +14762,7 @@ async function estimateGas(client, args) {
|
|
|
14730
14762
|
}
|
|
14731
14763
|
}
|
|
14732
14764
|
|
|
14733
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14765
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14734
14766
|
async function estimateContractGas(client, parameters) {
|
|
14735
14767
|
const { abi: abi2, address, args, functionName, dataSuffix = typeof client.dataSuffix === "string" ? client.dataSuffix : client.dataSuffix?.value, ...request } = parameters;
|
|
14736
14768
|
const data = encodeFunctionData({
|
|
@@ -14758,16 +14790,16 @@ async function estimateContractGas(client, parameters) {
|
|
|
14758
14790
|
}
|
|
14759
14791
|
}
|
|
14760
14792
|
|
|
14761
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14793
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14762
14794
|
init_getAbiItem();
|
|
14763
14795
|
|
|
14764
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14796
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14765
14797
|
init_isAddressEqual();
|
|
14766
14798
|
init_toBytes();
|
|
14767
14799
|
init_keccak256();
|
|
14768
14800
|
init_toEventSelector();
|
|
14769
14801
|
|
|
14770
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14802
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14771
14803
|
init_abi();
|
|
14772
14804
|
init_cursor();
|
|
14773
14805
|
init_size();
|
|
@@ -14860,7 +14892,7 @@ function decodeTopic({ param, value }) {
|
|
|
14860
14892
|
return decodedArg[0];
|
|
14861
14893
|
}
|
|
14862
14894
|
|
|
14863
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14895
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14864
14896
|
function parseEventLogs(parameters) {
|
|
14865
14897
|
const { abi: abi2, args, logs, strict = true } = parameters;
|
|
14866
14898
|
const eventName = (() => {
|
|
@@ -14964,10 +14996,10 @@ function includesArgs(parameters) {
|
|
|
14964
14996
|
return false;
|
|
14965
14997
|
}
|
|
14966
14998
|
|
|
14967
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
14999
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14968
15000
|
init_toHex();
|
|
14969
15001
|
|
|
14970
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15002
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14971
15003
|
function formatLog(log, { args, eventName } = {}) {
|
|
14972
15004
|
return {
|
|
14973
15005
|
...log,
|
|
@@ -14981,7 +15013,7 @@ function formatLog(log, { args, eventName } = {}) {
|
|
|
14981
15013
|
};
|
|
14982
15014
|
}
|
|
14983
15015
|
|
|
14984
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15016
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
14985
15017
|
async function getLogs(client, { address, blockHash, fromBlock, toBlock, event, events: events_, args, strict: strict_ } = {}) {
|
|
14986
15018
|
const strict = strict_ ?? false;
|
|
14987
15019
|
const events = events_ ?? (event ? [event] : void 0);
|
|
@@ -15026,7 +15058,7 @@ async function getLogs(client, { address, blockHash, fromBlock, toBlock, event,
|
|
|
15026
15058
|
});
|
|
15027
15059
|
}
|
|
15028
15060
|
|
|
15029
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15061
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15030
15062
|
async function getContractEvents(client, parameters) {
|
|
15031
15063
|
const { abi: abi2, address, args, blockHash, eventName, fromBlock, toBlock, strict } = parameters;
|
|
15032
15064
|
const event = eventName ? getAbiItem({ abi: abi2, name: eventName }) : void 0;
|
|
@@ -15043,7 +15075,7 @@ async function getContractEvents(client, parameters) {
|
|
|
15043
15075
|
});
|
|
15044
15076
|
}
|
|
15045
15077
|
|
|
15046
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15078
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15047
15079
|
init_decodeFunctionResult();
|
|
15048
15080
|
init_encodeFunctionData();
|
|
15049
15081
|
init_call();
|
|
@@ -15077,7 +15109,7 @@ async function readContract(client, parameters) {
|
|
|
15077
15109
|
}
|
|
15078
15110
|
}
|
|
15079
15111
|
|
|
15080
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15112
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15081
15113
|
init_parseAccount();
|
|
15082
15114
|
init_decodeFunctionResult();
|
|
15083
15115
|
init_encodeFunctionData();
|
|
@@ -15125,11 +15157,11 @@ async function simulateContract(client, parameters) {
|
|
|
15125
15157
|
}
|
|
15126
15158
|
}
|
|
15127
15159
|
|
|
15128
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15160
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15129
15161
|
init_abi();
|
|
15130
15162
|
init_rpc();
|
|
15131
15163
|
|
|
15132
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15164
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15133
15165
|
var listenersCache = /* @__PURE__ */ new Map();
|
|
15134
15166
|
var cleanupCache = /* @__PURE__ */ new Map();
|
|
15135
15167
|
var callbackCount = 0;
|
|
@@ -15176,12 +15208,12 @@ function observe(observerId, callbacks, fn) {
|
|
|
15176
15208
|
return unwatch;
|
|
15177
15209
|
}
|
|
15178
15210
|
|
|
15179
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15211
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15180
15212
|
async function wait(time) {
|
|
15181
15213
|
return new Promise((res) => setTimeout(res, time));
|
|
15182
15214
|
}
|
|
15183
15215
|
|
|
15184
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15216
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15185
15217
|
function poll(fn, { emitOnBegin, initialWaitTime, interval }) {
|
|
15186
15218
|
let active = true;
|
|
15187
15219
|
const unwatch = () => active = false;
|
|
@@ -15204,10 +15236,10 @@ function poll(fn, { emitOnBegin, initialWaitTime, interval }) {
|
|
|
15204
15236
|
return unwatch;
|
|
15205
15237
|
}
|
|
15206
15238
|
|
|
15207
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15239
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15208
15240
|
init_stringify();
|
|
15209
15241
|
|
|
15210
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15242
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15211
15243
|
var promiseCache = /* @__PURE__ */ new Map();
|
|
15212
15244
|
var responseCache = /* @__PURE__ */ new Map();
|
|
15213
15245
|
function getCache(cacheKey2) {
|
|
@@ -15249,7 +15281,7 @@ async function withCache(fn, { cacheKey: cacheKey2, cacheTime = Number.POSITIVE_
|
|
|
15249
15281
|
}
|
|
15250
15282
|
}
|
|
15251
15283
|
|
|
15252
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15284
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15253
15285
|
var cacheKey = (id) => `blockNumber.${id}`;
|
|
15254
15286
|
async function getBlockNumber(client, { cacheTime = client.cacheTime } = {}) {
|
|
15255
15287
|
const blockNumberHex = await withCache(() => client.request({
|
|
@@ -15258,7 +15290,7 @@ async function getBlockNumber(client, { cacheTime = client.cacheTime } = {}) {
|
|
|
15258
15290
|
return BigInt(blockNumberHex);
|
|
15259
15291
|
}
|
|
15260
15292
|
|
|
15261
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15293
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15262
15294
|
async function getFilterChanges(_client, { filter }) {
|
|
15263
15295
|
const strict = "strict" in filter && filter.strict;
|
|
15264
15296
|
const logs = await filter.request({
|
|
@@ -15277,7 +15309,7 @@ async function getFilterChanges(_client, { filter }) {
|
|
|
15277
15309
|
});
|
|
15278
15310
|
}
|
|
15279
15311
|
|
|
15280
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15312
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15281
15313
|
async function uninstallFilter(_client, { filter }) {
|
|
15282
15314
|
return filter.request({
|
|
15283
15315
|
method: "eth_uninstallFilter",
|
|
@@ -15285,7 +15317,7 @@ async function uninstallFilter(_client, { filter }) {
|
|
|
15285
15317
|
});
|
|
15286
15318
|
}
|
|
15287
15319
|
|
|
15288
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15320
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15289
15321
|
function watchContractEvent(client, parameters) {
|
|
15290
15322
|
const { abi: abi2, address, args, batch = true, eventName, fromBlock, onError, onLogs, poll: poll_, pollingInterval = client.pollingInterval, strict: strict_ } = parameters;
|
|
15291
15323
|
const enablePolling = (() => {
|
|
@@ -15461,7 +15493,7 @@ function watchContractEvent(client, parameters) {
|
|
|
15461
15493
|
return enablePolling ? pollContractEvent() : subscribeContractEvent();
|
|
15462
15494
|
}
|
|
15463
15495
|
|
|
15464
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15496
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15465
15497
|
init_base();
|
|
15466
15498
|
var AccountNotFoundError = class extends BaseError2 {
|
|
15467
15499
|
constructor({ docsPath: docsPath8 } = {}) {
|
|
@@ -15476,7 +15508,7 @@ var AccountNotFoundError = class extends BaseError2 {
|
|
|
15476
15508
|
}
|
|
15477
15509
|
};
|
|
15478
15510
|
|
|
15479
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15511
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15480
15512
|
async function sendRawTransaction(client, { serializedTransaction }) {
|
|
15481
15513
|
return client.request({
|
|
15482
15514
|
method: "eth_sendRawTransaction",
|
|
@@ -15484,7 +15516,7 @@ async function sendRawTransaction(client, { serializedTransaction }) {
|
|
|
15484
15516
|
}, { retryCount: 0 });
|
|
15485
15517
|
}
|
|
15486
15518
|
|
|
15487
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15519
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15488
15520
|
function withRetry(fn, { delay: delay_ = 100, retryCount = 2, shouldRetry: shouldRetry2 = () => true } = {}) {
|
|
15489
15521
|
return new Promise((resolve, reject) => {
|
|
15490
15522
|
const attemptRetry = async ({ count = 0 } = {}) => {
|
|
@@ -15507,7 +15539,7 @@ function withRetry(fn, { delay: delay_ = 100, retryCount = 2, shouldRetry: shoul
|
|
|
15507
15539
|
});
|
|
15508
15540
|
}
|
|
15509
15541
|
|
|
15510
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15542
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15511
15543
|
init_fromHex();
|
|
15512
15544
|
init_formatter();
|
|
15513
15545
|
var receiptStatuses = {
|
|
@@ -15536,10 +15568,10 @@ function formatTransactionReceipt(transactionReceipt, _) {
|
|
|
15536
15568
|
}
|
|
15537
15569
|
var defineTransactionReceipt = /* @__PURE__ */ defineFormatter("transactionReceipt", formatTransactionReceipt);
|
|
15538
15570
|
|
|
15539
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15571
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15540
15572
|
init_parseAccount();
|
|
15541
15573
|
|
|
15542
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15574
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15543
15575
|
var size4 = 256;
|
|
15544
15576
|
var index = size4;
|
|
15545
15577
|
var buffer;
|
|
@@ -15554,7 +15586,7 @@ function uid(length = 11) {
|
|
|
15554
15586
|
return buffer.substring(index, index++ + length);
|
|
15555
15587
|
}
|
|
15556
15588
|
|
|
15557
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15589
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15558
15590
|
function createClient(parameters) {
|
|
15559
15591
|
const { batch, chain, ccipRead, dataSuffix, key = "base", name = "Base Client", type = "base" } = parameters;
|
|
15560
15592
|
const experimental_blockTag = parameters.experimental_blockTag ?? (typeof chain?.experimental_preconfirmationTime === "number" ? "pending" : void 0);
|
|
@@ -15597,7 +15629,7 @@ function createClient(parameters) {
|
|
|
15597
15629
|
return Object.assign(client, { extend: extend(client) });
|
|
15598
15630
|
}
|
|
15599
15631
|
|
|
15600
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15632
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15601
15633
|
init_abis();
|
|
15602
15634
|
init_decodeFunctionResult();
|
|
15603
15635
|
init_encodeFunctionData();
|
|
@@ -15605,7 +15637,7 @@ init_getChainContractAddress();
|
|
|
15605
15637
|
init_trim();
|
|
15606
15638
|
init_toHex();
|
|
15607
15639
|
|
|
15608
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15640
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15609
15641
|
init_base();
|
|
15610
15642
|
init_contract();
|
|
15611
15643
|
function isNullUniversalResolverError(err) {
|
|
@@ -15629,16 +15661,16 @@ function isNullUniversalResolverError(err) {
|
|
|
15629
15661
|
return false;
|
|
15630
15662
|
}
|
|
15631
15663
|
|
|
15632
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15664
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15633
15665
|
init_localBatchGatewayRequest();
|
|
15634
15666
|
|
|
15635
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15667
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15636
15668
|
init_concat();
|
|
15637
15669
|
init_toBytes();
|
|
15638
15670
|
init_toHex();
|
|
15639
15671
|
init_keccak256();
|
|
15640
15672
|
|
|
15641
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15673
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15642
15674
|
init_isHex();
|
|
15643
15675
|
function encodedLabelToLabelhash(label) {
|
|
15644
15676
|
if (label.length !== 66)
|
|
@@ -15653,7 +15685,7 @@ function encodedLabelToLabelhash(label) {
|
|
|
15653
15685
|
return hash3;
|
|
15654
15686
|
}
|
|
15655
15687
|
|
|
15656
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15688
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15657
15689
|
function namehash(name) {
|
|
15658
15690
|
let result = new Uint8Array(32).fill(0);
|
|
15659
15691
|
if (!name)
|
|
@@ -15667,15 +15699,15 @@ function namehash(name) {
|
|
|
15667
15699
|
return bytesToHex(result);
|
|
15668
15700
|
}
|
|
15669
15701
|
|
|
15670
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15702
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15671
15703
|
init_toBytes();
|
|
15672
15704
|
|
|
15673
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15705
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15674
15706
|
function encodeLabelhash(hash3) {
|
|
15675
15707
|
return `[${hash3.slice(2)}]`;
|
|
15676
15708
|
}
|
|
15677
15709
|
|
|
15678
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15710
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15679
15711
|
init_toBytes();
|
|
15680
15712
|
init_toHex();
|
|
15681
15713
|
init_keccak256();
|
|
@@ -15686,7 +15718,7 @@ function labelhash(label) {
|
|
|
15686
15718
|
return encodedLabelToLabelhash(label) || keccak256(stringToBytes(label));
|
|
15687
15719
|
}
|
|
15688
15720
|
|
|
15689
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15721
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15690
15722
|
function packetToBytes(packet) {
|
|
15691
15723
|
const value = packet.replace(/^\.|\.$/gm, "");
|
|
15692
15724
|
if (value.length === 0)
|
|
@@ -15707,7 +15739,7 @@ function packetToBytes(packet) {
|
|
|
15707
15739
|
return bytes;
|
|
15708
15740
|
}
|
|
15709
15741
|
|
|
15710
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15742
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15711
15743
|
async function getEnsAddress(client, parameters) {
|
|
15712
15744
|
const { blockNumber, blockTag, coinType, name, gatewayUrls, strict } = parameters;
|
|
15713
15745
|
const { chain } = client;
|
|
@@ -15772,7 +15804,7 @@ async function getEnsAddress(client, parameters) {
|
|
|
15772
15804
|
}
|
|
15773
15805
|
}
|
|
15774
15806
|
|
|
15775
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15807
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15776
15808
|
init_base();
|
|
15777
15809
|
var EnsAvatarInvalidMetadataError = class extends BaseError2 {
|
|
15778
15810
|
constructor({ data }) {
|
|
@@ -15804,7 +15836,7 @@ var EnsAvatarUnsupportedNamespaceError = class extends BaseError2 {
|
|
|
15804
15836
|
}
|
|
15805
15837
|
};
|
|
15806
15838
|
|
|
15807
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
15839
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15808
15840
|
var networkRegex = /(?<protocol>https?:\/\/[^/]*|ipfs:\/|ipns:\/|ar:\/)?(?<root>\/)?(?<subpath>ipfs\/|ipns\/)?(?<target>[\w\-.]+)(?<subtarget>\/.*)?/;
|
|
15809
15841
|
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>\/.*)?$/;
|
|
15810
15842
|
var base64Regex = /^data:([a-zA-Z\-/+]*);base64,([^"].*)/;
|
|
@@ -15975,7 +16007,7 @@ async function getNftTokenUri(client, { nft }) {
|
|
|
15975
16007
|
throw new EnsAvatarUnsupportedNamespaceError({ namespace: nft.namespace });
|
|
15976
16008
|
}
|
|
15977
16009
|
|
|
15978
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16010
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
15979
16011
|
async function parseAvatarRecord(client, { gatewayUrls, record }) {
|
|
15980
16012
|
if (/eip155:/i.test(record))
|
|
15981
16013
|
return parseNftAvatarUri(client, { gatewayUrls, record });
|
|
@@ -16005,7 +16037,7 @@ async function parseNftAvatarUri(client, { gatewayUrls, record }) {
|
|
|
16005
16037
|
});
|
|
16006
16038
|
}
|
|
16007
16039
|
|
|
16008
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16040
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16009
16041
|
init_abis();
|
|
16010
16042
|
init_decodeFunctionResult();
|
|
16011
16043
|
init_encodeFunctionData();
|
|
@@ -16065,7 +16097,7 @@ async function getEnsText(client, parameters) {
|
|
|
16065
16097
|
}
|
|
16066
16098
|
}
|
|
16067
16099
|
|
|
16068
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16100
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16069
16101
|
async function getEnsAvatar(client, { blockNumber, blockTag, assetGatewayUrls, name, gatewayUrls, strict, universalResolverAddress }) {
|
|
16070
16102
|
const record = await getAction(client, getEnsText, "getEnsText")({
|
|
16071
16103
|
blockNumber,
|
|
@@ -16088,7 +16120,7 @@ async function getEnsAvatar(client, { blockNumber, blockTag, assetGatewayUrls, n
|
|
|
16088
16120
|
}
|
|
16089
16121
|
}
|
|
16090
16122
|
|
|
16091
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16123
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16092
16124
|
init_abis();
|
|
16093
16125
|
init_getChainContractAddress();
|
|
16094
16126
|
init_localBatchGatewayRequest();
|
|
@@ -16127,7 +16159,7 @@ async function getEnsName(client, parameters) {
|
|
|
16127
16159
|
}
|
|
16128
16160
|
}
|
|
16129
16161
|
|
|
16130
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16162
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16131
16163
|
init_getChainContractAddress();
|
|
16132
16164
|
init_toHex();
|
|
16133
16165
|
async function getEnsResolver(client, parameters) {
|
|
@@ -16170,10 +16202,10 @@ async function getEnsResolver(client, parameters) {
|
|
|
16170
16202
|
return resolverAddress;
|
|
16171
16203
|
}
|
|
16172
16204
|
|
|
16173
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16205
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16174
16206
|
init_call();
|
|
16175
16207
|
|
|
16176
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16208
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16177
16209
|
init_parseAccount();
|
|
16178
16210
|
init_toHex();
|
|
16179
16211
|
init_getCallError();
|
|
@@ -16220,7 +16252,7 @@ async function createAccessList(client, args) {
|
|
|
16220
16252
|
}
|
|
16221
16253
|
}
|
|
16222
16254
|
|
|
16223
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16255
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16224
16256
|
async function createBlockFilter(client) {
|
|
16225
16257
|
const getRequest = createFilterRequestScope(client, {
|
|
16226
16258
|
method: "eth_newBlockFilter"
|
|
@@ -16231,7 +16263,7 @@ async function createBlockFilter(client) {
|
|
|
16231
16263
|
return { id, request: getRequest(id), type: "block" };
|
|
16232
16264
|
}
|
|
16233
16265
|
|
|
16234
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16266
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16235
16267
|
init_toHex();
|
|
16236
16268
|
async function createEventFilter(client, { address, args, event, events: events_, fromBlock, strict, toBlock } = {}) {
|
|
16237
16269
|
const events = events_ ?? (event ? [event] : void 0);
|
|
@@ -16273,7 +16305,7 @@ async function createEventFilter(client, { address, args, event, events: events_
|
|
|
16273
16305
|
};
|
|
16274
16306
|
}
|
|
16275
16307
|
|
|
16276
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16308
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16277
16309
|
async function createPendingTransactionFilter(client) {
|
|
16278
16310
|
const getRequest = createFilterRequestScope(client, {
|
|
16279
16311
|
method: "eth_newPendingTransactionFilter"
|
|
@@ -16284,9 +16316,33 @@ async function createPendingTransactionFilter(client) {
|
|
|
16284
16316
|
return { id, request: getRequest(id), type: "transaction" };
|
|
16285
16317
|
}
|
|
16286
16318
|
|
|
16287
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16319
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16320
|
+
init_abis();
|
|
16321
|
+
init_decodeFunctionResult();
|
|
16322
|
+
init_encodeFunctionData();
|
|
16288
16323
|
init_toHex();
|
|
16324
|
+
init_call();
|
|
16289
16325
|
async function getBalance(client, { address, blockNumber, blockTag = client.experimental_blockTag ?? "latest" }) {
|
|
16326
|
+
if (client.batch?.multicall && client.chain?.contracts?.multicall3) {
|
|
16327
|
+
const multicall3Address = client.chain.contracts.multicall3.address;
|
|
16328
|
+
const calldata = encodeFunctionData({
|
|
16329
|
+
abi: multicall3Abi,
|
|
16330
|
+
functionName: "getEthBalance",
|
|
16331
|
+
args: [address]
|
|
16332
|
+
});
|
|
16333
|
+
const { data } = await getAction(client, call, "call")({
|
|
16334
|
+
to: multicall3Address,
|
|
16335
|
+
data: calldata,
|
|
16336
|
+
blockNumber,
|
|
16337
|
+
blockTag
|
|
16338
|
+
});
|
|
16339
|
+
return decodeFunctionResult({
|
|
16340
|
+
abi: multicall3Abi,
|
|
16341
|
+
functionName: "getEthBalance",
|
|
16342
|
+
args: [address],
|
|
16343
|
+
data: data || "0x"
|
|
16344
|
+
});
|
|
16345
|
+
}
|
|
16290
16346
|
const blockNumberHex = typeof blockNumber === "bigint" ? numberToHex(blockNumber) : void 0;
|
|
16291
16347
|
const balance = await client.request({
|
|
16292
16348
|
method: "eth_getBalance",
|
|
@@ -16295,7 +16351,7 @@ async function getBalance(client, { address, blockNumber, blockTag = client.expe
|
|
|
16295
16351
|
return BigInt(balance);
|
|
16296
16352
|
}
|
|
16297
16353
|
|
|
16298
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16354
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16299
16355
|
async function getBlobBaseFee(client) {
|
|
16300
16356
|
const baseFee = await client.request({
|
|
16301
16357
|
method: "eth_blobBaseFee"
|
|
@@ -16303,7 +16359,7 @@ async function getBlobBaseFee(client) {
|
|
|
16303
16359
|
return BigInt(baseFee);
|
|
16304
16360
|
}
|
|
16305
16361
|
|
|
16306
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16362
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16307
16363
|
init_fromHex();
|
|
16308
16364
|
init_toHex();
|
|
16309
16365
|
async function getBlockTransactionCount(client, { blockHash, blockNumber, blockTag = "latest" } = {}) {
|
|
@@ -16323,7 +16379,7 @@ async function getBlockTransactionCount(client, { blockHash, blockNumber, blockT
|
|
|
16323
16379
|
return hexToNumber(count);
|
|
16324
16380
|
}
|
|
16325
16381
|
|
|
16326
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16382
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16327
16383
|
init_toHex();
|
|
16328
16384
|
async function getCode(client, { address, blockNumber, blockTag = "latest" }) {
|
|
16329
16385
|
const blockNumberHex = blockNumber !== void 0 ? numberToHex(blockNumber) : void 0;
|
|
@@ -16336,7 +16392,7 @@ async function getCode(client, { address, blockNumber, blockTag = "latest" }) {
|
|
|
16336
16392
|
return hex;
|
|
16337
16393
|
}
|
|
16338
16394
|
|
|
16339
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16395
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16340
16396
|
init_base();
|
|
16341
16397
|
var Eip712DomainNotFoundError = class extends BaseError2 {
|
|
16342
16398
|
constructor({ address }) {
|
|
@@ -16352,7 +16408,7 @@ var Eip712DomainNotFoundError = class extends BaseError2 {
|
|
|
16352
16408
|
}
|
|
16353
16409
|
};
|
|
16354
16410
|
|
|
16355
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16411
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16356
16412
|
async function getEip712Domain(client, parameters) {
|
|
16357
16413
|
const { address, factory, factoryData } = parameters;
|
|
16358
16414
|
try {
|
|
@@ -16400,10 +16456,10 @@ var abi = [
|
|
|
16400
16456
|
}
|
|
16401
16457
|
];
|
|
16402
16458
|
|
|
16403
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16459
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16404
16460
|
init_toHex();
|
|
16405
16461
|
|
|
16406
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16462
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16407
16463
|
function formatFeeHistory(feeHistory) {
|
|
16408
16464
|
return {
|
|
16409
16465
|
baseFeePerGas: feeHistory.baseFeePerGas.map((value) => BigInt(value)),
|
|
@@ -16413,7 +16469,7 @@ function formatFeeHistory(feeHistory) {
|
|
|
16413
16469
|
};
|
|
16414
16470
|
}
|
|
16415
16471
|
|
|
16416
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16472
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16417
16473
|
async function getFeeHistory(client, { blockCount, blockNumber, blockTag = "latest", rewardPercentiles }) {
|
|
16418
16474
|
const blockNumberHex = typeof blockNumber === "bigint" ? numberToHex(blockNumber) : void 0;
|
|
16419
16475
|
const feeHistory = await client.request({
|
|
@@ -16427,7 +16483,7 @@ async function getFeeHistory(client, { blockCount, blockNumber, blockTag = "late
|
|
|
16427
16483
|
return formatFeeHistory(feeHistory);
|
|
16428
16484
|
}
|
|
16429
16485
|
|
|
16430
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16486
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16431
16487
|
async function getFilterLogs(_client, { filter }) {
|
|
16432
16488
|
const strict = filter.strict ?? false;
|
|
16433
16489
|
const logs = await filter.request({
|
|
@@ -16444,19 +16500,19 @@ async function getFilterLogs(_client, { filter }) {
|
|
|
16444
16500
|
});
|
|
16445
16501
|
}
|
|
16446
16502
|
|
|
16447
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16503
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16448
16504
|
init_toHex();
|
|
16449
16505
|
|
|
16450
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16506
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16451
16507
|
init_toHex();
|
|
16452
16508
|
|
|
16453
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16509
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16454
16510
|
init_transaction();
|
|
16455
16511
|
init_concat();
|
|
16456
16512
|
init_trim();
|
|
16457
16513
|
init_toHex();
|
|
16458
16514
|
|
|
16459
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16515
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16460
16516
|
init_number();
|
|
16461
16517
|
init_address();
|
|
16462
16518
|
init_base();
|
|
@@ -16533,7 +16589,7 @@ function assertTransactionLegacy(transaction) {
|
|
|
16533
16589
|
throw new FeeCapTooHighError({ maxFeePerGas: gasPrice });
|
|
16534
16590
|
}
|
|
16535
16591
|
|
|
16536
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16592
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16537
16593
|
init_address();
|
|
16538
16594
|
init_transaction();
|
|
16539
16595
|
init_isAddress();
|
|
@@ -16556,7 +16612,7 @@ function serializeAccessList(accessList) {
|
|
|
16556
16612
|
return serializedAccessList;
|
|
16557
16613
|
}
|
|
16558
16614
|
|
|
16559
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16615
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16560
16616
|
function serializeTransaction(transaction, signature) {
|
|
16561
16617
|
const type = getTransactionType(transaction);
|
|
16562
16618
|
if (type === "eip1559")
|
|
@@ -16756,7 +16812,7 @@ function toYParitySignatureArray(transaction, signature_) {
|
|
|
16756
16812
|
return [yParity_, r === "0x00" ? "0x" : r, s === "0x00" ? "0x" : s];
|
|
16757
16813
|
}
|
|
16758
16814
|
|
|
16759
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16815
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16760
16816
|
function serializeAuthorizationList(authorizationList) {
|
|
16761
16817
|
if (!authorizationList || authorizationList.length === 0)
|
|
16762
16818
|
return [];
|
|
@@ -16774,7 +16830,7 @@ function serializeAuthorizationList(authorizationList) {
|
|
|
16774
16830
|
return serializedAuthorizationList;
|
|
16775
16831
|
}
|
|
16776
16832
|
|
|
16777
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16833
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16778
16834
|
init_getAddress();
|
|
16779
16835
|
init_isAddressEqual();
|
|
16780
16836
|
async function verifyAuthorization({ address, authorization, signature }) {
|
|
@@ -16784,13 +16840,13 @@ async function verifyAuthorization({ address, authorization, signature }) {
|
|
|
16784
16840
|
}));
|
|
16785
16841
|
}
|
|
16786
16842
|
|
|
16787
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16843
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16788
16844
|
init_base();
|
|
16789
16845
|
init_request();
|
|
16790
16846
|
init_rpc();
|
|
16791
16847
|
init_toHex();
|
|
16792
16848
|
|
|
16793
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16849
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16794
16850
|
init_lru();
|
|
16795
16851
|
var promiseCache2 = /* @__PURE__ */ new LruMap(8192);
|
|
16796
16852
|
function withDedupe(fn, { enabled = true, id }) {
|
|
@@ -16803,7 +16859,7 @@ function withDedupe(fn, { enabled = true, id }) {
|
|
|
16803
16859
|
return promise;
|
|
16804
16860
|
}
|
|
16805
16861
|
|
|
16806
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
16862
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16807
16863
|
init_stringify();
|
|
16808
16864
|
function buildRequest(request, options = {}) {
|
|
16809
16865
|
return async (args, overrideOptions = {}) => {
|
|
@@ -16908,6 +16964,10 @@ function buildRequest(request, options = {}) {
|
|
|
16908
16964
|
// https://docs.walletconnect.com/2.0/specs/clients/sign/error-codes#rejected-caip-25
|
|
16909
16965
|
case 5e3:
|
|
16910
16966
|
throw new UserRejectedRequestError(err);
|
|
16967
|
+
// WalletConnect: Session Settlement Failed
|
|
16968
|
+
// https://docs.walletconnect.com/2.0/specs/clients/sign/error-codes
|
|
16969
|
+
case WalletConnectSessionSettlementError.code:
|
|
16970
|
+
throw new WalletConnectSessionSettlementError(err);
|
|
16911
16971
|
default:
|
|
16912
16972
|
if (err_ instanceof BaseError2)
|
|
16913
16973
|
throw err_;
|
|
@@ -16960,7 +17020,7 @@ function shouldRetry(error) {
|
|
|
16960
17020
|
return true;
|
|
16961
17021
|
}
|
|
16962
17022
|
|
|
16963
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17023
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16964
17024
|
function defineChain(chain) {
|
|
16965
17025
|
const chainInstance = {
|
|
16966
17026
|
formatters: void 0,
|
|
@@ -16980,14 +17040,14 @@ function defineChain(chain) {
|
|
|
16980
17040
|
});
|
|
16981
17041
|
}
|
|
16982
17042
|
|
|
16983
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17043
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/index.js
|
|
16984
17044
|
init_fromHex();
|
|
16985
17045
|
init_toHex();
|
|
16986
17046
|
|
|
16987
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17047
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16988
17048
|
init_request();
|
|
16989
17049
|
|
|
16990
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17050
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
16991
17051
|
function withTimeout(fn, { errorInstance = new Error("timed out"), timeout, signal }) {
|
|
16992
17052
|
return new Promise((resolve, reject) => {
|
|
16993
17053
|
;
|
|
@@ -17016,10 +17076,10 @@ function withTimeout(fn, { errorInstance = new Error("timed out"), timeout, sign
|
|
|
17016
17076
|
});
|
|
17017
17077
|
}
|
|
17018
17078
|
|
|
17019
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17079
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17020
17080
|
init_stringify();
|
|
17021
17081
|
|
|
17022
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17082
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17023
17083
|
function createIdStore() {
|
|
17024
17084
|
return {
|
|
17025
17085
|
current: 0,
|
|
@@ -17033,7 +17093,7 @@ function createIdStore() {
|
|
|
17033
17093
|
}
|
|
17034
17094
|
var idCache = /* @__PURE__ */ createIdStore();
|
|
17035
17095
|
|
|
17036
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17096
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17037
17097
|
function getHttpRpcClient(url_, options = {}) {
|
|
17038
17098
|
const { url, headers: headers_url } = parseUrl(url_);
|
|
17039
17099
|
return {
|
|
@@ -17134,10 +17194,10 @@ function parseUrl(url_) {
|
|
|
17134
17194
|
}
|
|
17135
17195
|
}
|
|
17136
17196
|
|
|
17137
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17197
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17138
17198
|
init_request();
|
|
17139
17199
|
|
|
17140
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17200
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17141
17201
|
init_request();
|
|
17142
17202
|
init_createBatchScheduler();
|
|
17143
17203
|
var socketClientCache = /* @__PURE__ */ new Map();
|
|
@@ -17287,7 +17347,7 @@ async function getSocketRpcClient(parameters) {
|
|
|
17287
17347
|
return socketClient_;
|
|
17288
17348
|
}
|
|
17289
17349
|
|
|
17290
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17350
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17291
17351
|
async function getWebSocketRpcClient(url, options = {}) {
|
|
17292
17352
|
const { keepAlive, reconnect } = options;
|
|
17293
17353
|
return getSocketRpcClient({
|
|
@@ -17364,7 +17424,7 @@ async function getWebSocketRpcClient(url, options = {}) {
|
|
|
17364
17424
|
});
|
|
17365
17425
|
}
|
|
17366
17426
|
|
|
17367
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17427
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17368
17428
|
async function getSocket(url) {
|
|
17369
17429
|
const client = await getWebSocketRpcClient(url);
|
|
17370
17430
|
return Object.assign(client.socket, {
|
|
@@ -17373,13 +17433,13 @@ async function getSocket(url) {
|
|
|
17373
17433
|
});
|
|
17374
17434
|
}
|
|
17375
17435
|
|
|
17376
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17436
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17377
17437
|
init_keccak256();
|
|
17378
17438
|
|
|
17379
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17439
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17380
17440
|
var presignMessagePrefix = "Ethereum Signed Message:\n";
|
|
17381
17441
|
|
|
17382
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17442
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17383
17443
|
init_concat();
|
|
17384
17444
|
init_size();
|
|
17385
17445
|
init_toHex();
|
|
@@ -17395,22 +17455,22 @@ function toPrefixedMessage(message_) {
|
|
|
17395
17455
|
return concat([prefix, message]);
|
|
17396
17456
|
}
|
|
17397
17457
|
|
|
17398
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17458
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17399
17459
|
function hashMessage(message, to_) {
|
|
17400
17460
|
return keccak256(toPrefixedMessage(message), to_);
|
|
17401
17461
|
}
|
|
17402
17462
|
|
|
17403
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17463
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17404
17464
|
init_encodeAbiParameters();
|
|
17405
17465
|
init_concat();
|
|
17406
17466
|
init_toHex();
|
|
17407
17467
|
init_keccak256();
|
|
17408
17468
|
|
|
17409
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17469
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17410
17470
|
init_abi();
|
|
17411
17471
|
init_address();
|
|
17412
17472
|
|
|
17413
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17473
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17414
17474
|
init_stringify();
|
|
17415
17475
|
init_base();
|
|
17416
17476
|
var InvalidDomainError = class extends BaseError2 {
|
|
@@ -17437,7 +17497,7 @@ var InvalidStructTypeError = class extends BaseError2 {
|
|
|
17437
17497
|
}
|
|
17438
17498
|
};
|
|
17439
17499
|
|
|
17440
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17500
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17441
17501
|
init_isAddress();
|
|
17442
17502
|
init_size();
|
|
17443
17503
|
init_toHex();
|
|
@@ -17506,7 +17566,7 @@ function validateReference(type) {
|
|
|
17506
17566
|
throw new InvalidStructTypeError({ type });
|
|
17507
17567
|
}
|
|
17508
17568
|
|
|
17509
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
17569
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
17510
17570
|
function hashTypedData(parameters) {
|
|
17511
17571
|
const { domain = {}, message, primaryType } = parameters;
|
|
17512
17572
|
const types = {
|
|
@@ -17616,7 +17676,7 @@ function encodeField({ types, name, type, value }) {
|
|
|
17616
17676
|
return [{ type }, value];
|
|
17617
17677
|
}
|
|
17618
17678
|
|
|
17619
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
17679
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/erc8010/SignatureErc8010.js
|
|
17620
17680
|
var SignatureErc8010_exports = {};
|
|
17621
17681
|
__export(SignatureErc8010_exports, {
|
|
17622
17682
|
InvalidWrappedSignatureError: () => InvalidWrappedSignatureError,
|
|
@@ -17629,13 +17689,13 @@ __export(SignatureErc8010_exports, {
|
|
|
17629
17689
|
wrap: () => wrap
|
|
17630
17690
|
});
|
|
17631
17691
|
|
|
17632
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
17692
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/AbiParameters.js
|
|
17633
17693
|
init_exports();
|
|
17634
17694
|
|
|
17635
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
17695
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Address.js
|
|
17636
17696
|
init_Bytes();
|
|
17637
17697
|
|
|
17638
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
17698
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/lru.js
|
|
17639
17699
|
var LruMap2 = class extends Map {
|
|
17640
17700
|
constructor(size5) {
|
|
17641
17701
|
super();
|
|
@@ -17666,16 +17726,16 @@ var LruMap2 = class extends Map {
|
|
|
17666
17726
|
}
|
|
17667
17727
|
};
|
|
17668
17728
|
|
|
17669
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
17729
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Caches.js
|
|
17670
17730
|
var caches = {
|
|
17671
17731
|
checksum: /* @__PURE__ */ new LruMap2(8192)
|
|
17672
17732
|
};
|
|
17673
17733
|
var checksum = caches.checksum;
|
|
17674
17734
|
|
|
17675
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
17735
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Address.js
|
|
17676
17736
|
init_Errors();
|
|
17677
17737
|
|
|
17678
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
17738
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Hash.js
|
|
17679
17739
|
init_sha3();
|
|
17680
17740
|
init_Bytes();
|
|
17681
17741
|
init_Hex();
|
|
@@ -17687,7 +17747,7 @@ function keccak2562(value, options = {}) {
|
|
|
17687
17747
|
return fromBytes(bytes);
|
|
17688
17748
|
}
|
|
17689
17749
|
|
|
17690
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
17750
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/PublicKey.js
|
|
17691
17751
|
init_Bytes();
|
|
17692
17752
|
init_Errors();
|
|
17693
17753
|
init_Hex();
|
|
@@ -17840,7 +17900,7 @@ var InvalidSerializedSizeError = class extends BaseError3 {
|
|
|
17840
17900
|
}
|
|
17841
17901
|
};
|
|
17842
17902
|
|
|
17843
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
17903
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Address.js
|
|
17844
17904
|
var addressRegex2 = /^0x[a-fA-F0-9]{40}$/;
|
|
17845
17905
|
function assert4(value, options = {}) {
|
|
17846
17906
|
const { strict = true } = options;
|
|
@@ -17934,17 +17994,17 @@ var InvalidChecksumError = class extends BaseError3 {
|
|
|
17934
17994
|
}
|
|
17935
17995
|
};
|
|
17936
17996
|
|
|
17937
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
17997
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/AbiParameters.js
|
|
17938
17998
|
init_Bytes();
|
|
17939
17999
|
init_Errors();
|
|
17940
18000
|
init_Hex();
|
|
17941
18001
|
|
|
17942
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
18002
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/abiParameters.js
|
|
17943
18003
|
init_Bytes();
|
|
17944
18004
|
init_Errors();
|
|
17945
18005
|
init_Hex();
|
|
17946
18006
|
|
|
17947
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
18007
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Solidity.js
|
|
17948
18008
|
var arrayRegex = /^(.*)\[([0-9]*)\]$/;
|
|
17949
18009
|
var bytesRegex3 = /^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/;
|
|
17950
18010
|
var integerRegex3 = /^(u?int)(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/;
|
|
@@ -18045,7 +18105,7 @@ var maxUint2402 = 2n ** 240n - 1n;
|
|
|
18045
18105
|
var maxUint2482 = 2n ** 248n - 1n;
|
|
18046
18106
|
var maxUint2562 = 2n ** 256n - 1n;
|
|
18047
18107
|
|
|
18048
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
18108
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/abiParameters.js
|
|
18049
18109
|
function decodeParameter2(cursor, param, options) {
|
|
18050
18110
|
const { checksumAddress: checksumAddress2, staticPosition } = options;
|
|
18051
18111
|
const arrayComponents = getArrayComponents2(param.type);
|
|
@@ -18434,7 +18494,7 @@ function hasDynamicChild2(param) {
|
|
|
18434
18494
|
return false;
|
|
18435
18495
|
}
|
|
18436
18496
|
|
|
18437
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
18497
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/cursor.js
|
|
18438
18498
|
init_Errors();
|
|
18439
18499
|
var staticCursor2 = {
|
|
18440
18500
|
bytes: new Uint8Array(),
|
|
@@ -18637,7 +18697,7 @@ var RecursiveReadLimitExceededError2 = class extends BaseError3 {
|
|
|
18637
18697
|
}
|
|
18638
18698
|
};
|
|
18639
18699
|
|
|
18640
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
18700
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/AbiParameters.js
|
|
18641
18701
|
function decode(parameters, data, options = {}) {
|
|
18642
18702
|
const { as = "Array", checksumAddress: checksumAddress2 = false } = options;
|
|
18643
18703
|
const bytes = typeof data === "string" ? fromHex(data) : data;
|
|
@@ -18839,10 +18899,10 @@ var InvalidTypeError = class extends BaseError3 {
|
|
|
18839
18899
|
}
|
|
18840
18900
|
};
|
|
18841
18901
|
|
|
18842
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
18902
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Authorization.js
|
|
18843
18903
|
init_Hex();
|
|
18844
18904
|
|
|
18845
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
18905
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Rlp.js
|
|
18846
18906
|
init_Bytes();
|
|
18847
18907
|
init_Errors();
|
|
18848
18908
|
init_Hex();
|
|
@@ -18939,7 +18999,7 @@ function getSizeOfLength2(length) {
|
|
|
18939
18999
|
throw new BaseError3("Length is too large.");
|
|
18940
19000
|
}
|
|
18941
19001
|
|
|
18942
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
19002
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Signature.js
|
|
18943
19003
|
init_Errors();
|
|
18944
19004
|
init_Hex();
|
|
18945
19005
|
init_Json();
|
|
@@ -19125,7 +19185,7 @@ var InvalidVError = class extends BaseError3 {
|
|
|
19125
19185
|
}
|
|
19126
19186
|
};
|
|
19127
19187
|
|
|
19128
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
19188
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Authorization.js
|
|
19129
19189
|
function from8(authorization, options = {}) {
|
|
19130
19190
|
if (typeof authorization.chainId === "string")
|
|
19131
19191
|
return fromRpc3(authorization);
|
|
@@ -19163,11 +19223,11 @@ function toTuple2(authorization) {
|
|
|
19163
19223
|
];
|
|
19164
19224
|
}
|
|
19165
19225
|
|
|
19166
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
19226
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/erc8010/SignatureErc8010.js
|
|
19167
19227
|
init_Errors();
|
|
19168
19228
|
init_Hex();
|
|
19169
19229
|
|
|
19170
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
19230
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/Secp256k1.js
|
|
19171
19231
|
init_secp256k1();
|
|
19172
19232
|
init_Hex();
|
|
19173
19233
|
function recoverAddress2(options) {
|
|
@@ -19181,7 +19241,7 @@ function recoverPublicKey2(options) {
|
|
|
19181
19241
|
return from3(point);
|
|
19182
19242
|
}
|
|
19183
19243
|
|
|
19184
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
19244
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/erc8010/SignatureErc8010.js
|
|
19185
19245
|
var magicBytes = "0x8010801080108010801080108010801080108010801080108010801080108010";
|
|
19186
19246
|
var suffixParameters = from5("(uint256 chainId, address delegation, uint256 nonce, uint8 yParity, uint256 r, uint256 s), address to, bytes data");
|
|
19187
19247
|
function assert6(value) {
|
|
@@ -19255,7 +19315,7 @@ var InvalidWrappedSignatureError = class extends BaseError3 {
|
|
|
19255
19315
|
}
|
|
19256
19316
|
};
|
|
19257
19317
|
|
|
19258
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19318
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19259
19319
|
function formatStorageProof(storageProof) {
|
|
19260
19320
|
return storageProof.map((proof) => ({
|
|
19261
19321
|
...proof,
|
|
@@ -19271,7 +19331,7 @@ function formatProof(proof) {
|
|
|
19271
19331
|
};
|
|
19272
19332
|
}
|
|
19273
19333
|
|
|
19274
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19334
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19275
19335
|
async function getProof(client, { address, blockNumber, blockTag: blockTag_, storageKeys }) {
|
|
19276
19336
|
const blockTag = blockTag_ ?? "latest";
|
|
19277
19337
|
const blockNumberHex = blockNumber !== void 0 ? numberToHex(blockNumber) : void 0;
|
|
@@ -19282,7 +19342,7 @@ async function getProof(client, { address, blockNumber, blockTag: blockTag_, sto
|
|
|
19282
19342
|
return formatProof(proof);
|
|
19283
19343
|
}
|
|
19284
19344
|
|
|
19285
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19345
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19286
19346
|
init_toHex();
|
|
19287
19347
|
async function getStorageAt(client, { address, blockNumber, blockTag = "latest", slot }) {
|
|
19288
19348
|
const blockNumberHex = blockNumber !== void 0 ? numberToHex(blockNumber) : void 0;
|
|
@@ -19293,7 +19353,7 @@ async function getStorageAt(client, { address, blockNumber, blockTag = "latest",
|
|
|
19293
19353
|
return data;
|
|
19294
19354
|
}
|
|
19295
19355
|
|
|
19296
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19356
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19297
19357
|
init_transaction();
|
|
19298
19358
|
init_toHex();
|
|
19299
19359
|
async function getTransaction(client, { blockHash, blockNumber, blockTag: blockTag_, hash: hash3, index: index2, sender, nonce }) {
|
|
@@ -19333,7 +19393,7 @@ async function getTransaction(client, { blockHash, blockNumber, blockTag: blockT
|
|
|
19333
19393
|
return format(transaction, "getTransaction");
|
|
19334
19394
|
}
|
|
19335
19395
|
|
|
19336
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19396
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19337
19397
|
async function getTransactionConfirmations(client, { hash: hash3, transactionReceipt }) {
|
|
19338
19398
|
const [blockNumber, transaction] = await Promise.all([
|
|
19339
19399
|
getAction(client, getBlockNumber, "getBlockNumber")({}),
|
|
@@ -19345,7 +19405,7 @@ async function getTransactionConfirmations(client, { hash: hash3, transactionRec
|
|
|
19345
19405
|
return blockNumber - transactionBlockNumber + 1n;
|
|
19346
19406
|
}
|
|
19347
19407
|
|
|
19348
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19408
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19349
19409
|
init_transaction();
|
|
19350
19410
|
async function getTransactionReceipt(client, { hash: hash3 }) {
|
|
19351
19411
|
const receipt = await client.request({
|
|
@@ -19358,7 +19418,7 @@ async function getTransactionReceipt(client, { hash: hash3 }) {
|
|
|
19358
19418
|
return format(receipt, "getTransactionReceipt");
|
|
19359
19419
|
}
|
|
19360
19420
|
|
|
19361
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19421
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19362
19422
|
init_abis();
|
|
19363
19423
|
init_contracts();
|
|
19364
19424
|
init_abi();
|
|
@@ -19495,7 +19555,7 @@ async function multicall(client, parameters) {
|
|
|
19495
19555
|
return results;
|
|
19496
19556
|
}
|
|
19497
19557
|
|
|
19498
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19558
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19499
19559
|
init_BlockOverrides();
|
|
19500
19560
|
init_parseAccount();
|
|
19501
19561
|
init_abi();
|
|
@@ -19596,12 +19656,12 @@ async function simulateBlocks(client, parameters) {
|
|
|
19596
19656
|
}
|
|
19597
19657
|
}
|
|
19598
19658
|
|
|
19599
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
19659
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/AbiItem.js
|
|
19600
19660
|
init_exports();
|
|
19601
19661
|
init_Errors();
|
|
19602
19662
|
init_Hex();
|
|
19603
19663
|
|
|
19604
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
19664
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/internal/abiItem.js
|
|
19605
19665
|
init_Errors();
|
|
19606
19666
|
function normalizeSignature2(signature) {
|
|
19607
19667
|
let active = true;
|
|
@@ -19703,7 +19763,7 @@ function getAmbiguousTypes2(sourceParameters, targetParameters, args) {
|
|
|
19703
19763
|
return;
|
|
19704
19764
|
}
|
|
19705
19765
|
|
|
19706
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
19766
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/AbiItem.js
|
|
19707
19767
|
function from10(abiItem, options = {}) {
|
|
19708
19768
|
const { prepare = true } = options;
|
|
19709
19769
|
const item = (() => {
|
|
@@ -19866,7 +19926,7 @@ var NotFoundError = class extends BaseError3 {
|
|
|
19866
19926
|
}
|
|
19867
19927
|
};
|
|
19868
19928
|
|
|
19869
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
19929
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/AbiConstructor.js
|
|
19870
19930
|
init_Hex();
|
|
19871
19931
|
function encode3(...parameters) {
|
|
19872
19932
|
const [abiConstructor, options] = (() => {
|
|
@@ -19889,7 +19949,7 @@ function fromAbi2(abi2) {
|
|
|
19889
19949
|
return item;
|
|
19890
19950
|
}
|
|
19891
19951
|
|
|
19892
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
19952
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/core/AbiFunction.js
|
|
19893
19953
|
init_Hex();
|
|
19894
19954
|
function encodeData2(...parameters) {
|
|
19895
19955
|
const [abiFunction, args = []] = (() => {
|
|
@@ -19921,14 +19981,14 @@ function getSelector2(abiItem) {
|
|
|
19921
19981
|
return getSelector(abiItem);
|
|
19922
19982
|
}
|
|
19923
19983
|
|
|
19924
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19984
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19925
19985
|
init_parseAccount();
|
|
19926
19986
|
|
|
19927
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19987
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19928
19988
|
var ethAddress = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";
|
|
19929
19989
|
var zeroAddress = "0x0000000000000000000000000000000000000000";
|
|
19930
19990
|
|
|
19931
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
19991
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
19932
19992
|
init_contracts();
|
|
19933
19993
|
init_base();
|
|
19934
19994
|
init_encodeFunctionData();
|
|
@@ -20128,7 +20188,7 @@ async function simulateCalls(client, parameters) {
|
|
|
20128
20188
|
};
|
|
20129
20189
|
}
|
|
20130
20190
|
|
|
20131
|
-
// ../../node_modules/.pnpm/ox@0.
|
|
20191
|
+
// ../../node_modules/.pnpm/ox@0.12.1_typescript@5.9.3_zod@4.3.6/node_modules/ox/_esm/erc6492/SignatureErc6492.js
|
|
20132
20192
|
var SignatureErc6492_exports = {};
|
|
20133
20193
|
__export(SignatureErc6492_exports, {
|
|
20134
20194
|
InvalidWrappedSignatureError: () => InvalidWrappedSignatureError2,
|
|
@@ -20231,7 +20291,7 @@ var InvalidWrappedSignatureError2 = class extends BaseError3 {
|
|
|
20231
20291
|
}
|
|
20232
20292
|
};
|
|
20233
20293
|
|
|
20234
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
20294
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20235
20295
|
init_abis();
|
|
20236
20296
|
init_contracts();
|
|
20237
20297
|
init_contract();
|
|
@@ -20244,7 +20304,7 @@ init_isHex();
|
|
|
20244
20304
|
init_fromHex();
|
|
20245
20305
|
init_toHex();
|
|
20246
20306
|
|
|
20247
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
20307
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20248
20308
|
init_secp256k1();
|
|
20249
20309
|
init_fromHex();
|
|
20250
20310
|
init_toBytes();
|
|
@@ -20262,7 +20322,7 @@ function serializeSignature({ r, s, to = "hex", v, yParity }) {
|
|
|
20262
20322
|
return hexToBytes(signature);
|
|
20263
20323
|
}
|
|
20264
20324
|
|
|
20265
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
20325
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20266
20326
|
init_call();
|
|
20267
20327
|
async function verifyHash(client, parameters) {
|
|
20268
20328
|
const { address, chain = client.chain, hash: hash3, erc6492VerifierAddress: verifierAddress = parameters.universalSignatureVerifierAddress ?? chain?.contracts?.erc6492Verifier?.address, multicallAddress = parameters.multicallAddress ?? chain?.contracts?.multicall3?.address } = parameters;
|
|
@@ -20423,7 +20483,7 @@ async function verifyErc1271(client, parameters) {
|
|
|
20423
20483
|
var VerificationError = class extends Error {
|
|
20424
20484
|
};
|
|
20425
20485
|
|
|
20426
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
20486
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20427
20487
|
async function verifyMessage(client, { address, message, factory, factoryData, signature, ...callRequest }) {
|
|
20428
20488
|
const hash3 = hashMessage(message);
|
|
20429
20489
|
return getAction(client, verifyHash, "verifyHash")({
|
|
@@ -20436,7 +20496,7 @@ async function verifyMessage(client, { address, message, factory, factoryData, s
|
|
|
20436
20496
|
});
|
|
20437
20497
|
}
|
|
20438
20498
|
|
|
20439
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
20499
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20440
20500
|
async function verifyTypedData(client, parameters) {
|
|
20441
20501
|
const { address, factory, factoryData, signature, message, primaryType, types, domain, ...callRequest } = parameters;
|
|
20442
20502
|
const hash3 = hashTypedData({ message, primaryType, types, domain });
|
|
@@ -20450,12 +20510,12 @@ async function verifyTypedData(client, parameters) {
|
|
|
20450
20510
|
});
|
|
20451
20511
|
}
|
|
20452
20512
|
|
|
20453
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
20513
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20454
20514
|
init_transaction();
|
|
20455
20515
|
init_withResolvers();
|
|
20456
20516
|
init_stringify();
|
|
20457
20517
|
|
|
20458
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
20518
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20459
20519
|
init_fromHex();
|
|
20460
20520
|
init_stringify();
|
|
20461
20521
|
function watchBlockNumber(client, { emitOnBegin = false, emitMissed = false, onBlockNumber, onError, poll: poll_, pollingInterval = client.pollingInterval }) {
|
|
@@ -20549,7 +20609,7 @@ function watchBlockNumber(client, { emitOnBegin = false, emitMissed = false, onB
|
|
|
20549
20609
|
return enablePolling ? pollBlockNumber() : subscribeBlockNumber();
|
|
20550
20610
|
}
|
|
20551
20611
|
|
|
20552
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
20612
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20553
20613
|
async function waitForTransactionReceipt(client, parameters) {
|
|
20554
20614
|
const {
|
|
20555
20615
|
checkReplacement = true,
|
|
@@ -20681,7 +20741,7 @@ async function waitForTransactionReceipt(client, parameters) {
|
|
|
20681
20741
|
return promise;
|
|
20682
20742
|
}
|
|
20683
20743
|
|
|
20684
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
20744
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20685
20745
|
init_stringify();
|
|
20686
20746
|
function watchBlocks(client, { blockTag = client.experimental_blockTag ?? "latest", emitMissed = false, emitOnBegin = false, onBlock, onError, includeTransactions: includeTransactions_, poll: poll_, pollingInterval = client.pollingInterval }) {
|
|
20687
20747
|
const enablePolling = (() => {
|
|
@@ -20803,7 +20863,7 @@ function watchBlocks(client, { blockTag = client.experimental_blockTag ?? "lates
|
|
|
20803
20863
|
return enablePolling ? pollBlocks() : subscribeBlocks();
|
|
20804
20864
|
}
|
|
20805
20865
|
|
|
20806
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
20866
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20807
20867
|
init_abi();
|
|
20808
20868
|
init_rpc();
|
|
20809
20869
|
init_stringify();
|
|
@@ -20969,7 +21029,7 @@ function watchEvent(client, { address, args, batch = true, event, events, fromBl
|
|
|
20969
21029
|
return enablePolling ? pollEvent() : subscribeEvent();
|
|
20970
21030
|
}
|
|
20971
21031
|
|
|
20972
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21032
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
20973
21033
|
init_stringify();
|
|
20974
21034
|
function watchPendingTransactions(client, { batch = true, onError, onTransactions, poll: poll_, pollingInterval = client.pollingInterval }) {
|
|
20975
21035
|
const enablePolling = typeof poll_ !== "undefined" ? poll_ : client.transport.type !== "webSocket" && client.transport.type !== "ipc";
|
|
@@ -21044,7 +21104,7 @@ function watchPendingTransactions(client, { batch = true, onError, onTransaction
|
|
|
21044
21104
|
return enablePolling ? pollPendingTransactions() : subscribePendingTransactions();
|
|
21045
21105
|
}
|
|
21046
21106
|
|
|
21047
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21107
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21048
21108
|
function parseSiweMessage(message) {
|
|
21049
21109
|
const { scheme, statement, ...prefix } = message.match(prefixRegex)?.groups ?? {};
|
|
21050
21110
|
const { chainId, expirationTime, issuedAt, notBefore, requestId, ...suffix } = message.match(suffixRegex)?.groups ?? {};
|
|
@@ -21065,7 +21125,7 @@ function parseSiweMessage(message) {
|
|
|
21065
21125
|
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)?/;
|
|
21066
21126
|
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>.+))?/;
|
|
21067
21127
|
|
|
21068
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21128
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21069
21129
|
init_isAddress();
|
|
21070
21130
|
init_isAddressEqual();
|
|
21071
21131
|
function validateSiweMessage(parameters) {
|
|
@@ -21093,7 +21153,7 @@ function validateSiweMessage(parameters) {
|
|
|
21093
21153
|
return true;
|
|
21094
21154
|
}
|
|
21095
21155
|
|
|
21096
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21156
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21097
21157
|
async function verifySiweMessage(client, parameters) {
|
|
21098
21158
|
const { address, domain, message, nonce, scheme, signature, time = /* @__PURE__ */ new Date(), ...callRequest } = parameters;
|
|
21099
21159
|
const parsed = parseSiweMessage(message);
|
|
@@ -21118,7 +21178,7 @@ async function verifySiweMessage(client, parameters) {
|
|
|
21118
21178
|
});
|
|
21119
21179
|
}
|
|
21120
21180
|
|
|
21121
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21181
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21122
21182
|
init_transaction();
|
|
21123
21183
|
async function sendRawTransactionSync(client, { serializedTransaction, throwOnReceiptRevert, timeout }) {
|
|
21124
21184
|
const receipt = await client.request({
|
|
@@ -21132,7 +21192,7 @@ async function sendRawTransactionSync(client, { serializedTransaction, throwOnRe
|
|
|
21132
21192
|
return formatted;
|
|
21133
21193
|
}
|
|
21134
21194
|
|
|
21135
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21195
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21136
21196
|
function publicActions(client) {
|
|
21137
21197
|
return {
|
|
21138
21198
|
call: (args) => call(client, args),
|
|
@@ -21195,7 +21255,7 @@ function publicActions(client) {
|
|
|
21195
21255
|
};
|
|
21196
21256
|
}
|
|
21197
21257
|
|
|
21198
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21258
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21199
21259
|
function createPublicClient(parameters) {
|
|
21200
21260
|
const { key = "public", name = "Public Client" } = parameters;
|
|
21201
21261
|
const client = createClient({
|
|
@@ -21207,7 +21267,7 @@ function createPublicClient(parameters) {
|
|
|
21207
21267
|
return client.extend(publicActions);
|
|
21208
21268
|
}
|
|
21209
21269
|
|
|
21210
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21270
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21211
21271
|
function createTransport({ key, methods, name, request, retryCount = 3, retryDelay = 150, timeout, type }, value) {
|
|
21212
21272
|
const uid2 = uid();
|
|
21213
21273
|
return {
|
|
@@ -21226,10 +21286,10 @@ function createTransport({ key, methods, name, request, retryCount = 3, retryDel
|
|
|
21226
21286
|
};
|
|
21227
21287
|
}
|
|
21228
21288
|
|
|
21229
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21289
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21230
21290
|
init_request();
|
|
21231
21291
|
|
|
21232
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21292
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21233
21293
|
init_base();
|
|
21234
21294
|
var UrlRequiredError = class extends BaseError2 {
|
|
21235
21295
|
constructor() {
|
|
@@ -21240,7 +21300,7 @@ var UrlRequiredError = class extends BaseError2 {
|
|
|
21240
21300
|
}
|
|
21241
21301
|
};
|
|
21242
21302
|
|
|
21243
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21303
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21244
21304
|
init_createBatchScheduler();
|
|
21245
21305
|
function http(url, config = {}) {
|
|
21246
21306
|
const { batch, fetchFn, fetchOptions, key = "http", methods, name = "HTTP JSON-RPC", onFetchRequest, onFetchResponse, retryDelay, raw } = config;
|
|
@@ -21302,7 +21362,7 @@ function http(url, config = {}) {
|
|
|
21302
21362
|
};
|
|
21303
21363
|
}
|
|
21304
21364
|
|
|
21305
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21365
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21306
21366
|
init_request();
|
|
21307
21367
|
function webSocket(url, config = {}) {
|
|
21308
21368
|
const { keepAlive, key = "webSocket", methods, name = "WebSocket JSON-RPC", reconnect, retryDelay } = config;
|
|
@@ -21387,7 +21447,7 @@ function webSocket(url, config = {}) {
|
|
|
21387
21447
|
};
|
|
21388
21448
|
}
|
|
21389
21449
|
|
|
21390
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21450
|
+
// ../../node_modules/.pnpm/viem@2.46.1_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/index.js
|
|
21391
21451
|
init_base();
|
|
21392
21452
|
init_contract();
|
|
21393
21453
|
|
|
@@ -21588,18 +21648,18 @@ var customChains = {
|
|
|
21588
21648
|
// src/chains/chainMapping.ts
|
|
21589
21649
|
var import_chain_registry = require("@1delta/chain-registry");
|
|
21590
21650
|
|
|
21591
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21651
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21592
21652
|
init_fromHex();
|
|
21593
21653
|
init_toBytes();
|
|
21594
21654
|
init_toHex();
|
|
21595
21655
|
init_transactionRequest();
|
|
21596
21656
|
|
|
21597
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21657
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21598
21658
|
init_number();
|
|
21599
21659
|
var gasPerPubdataDefault = 50000n;
|
|
21600
21660
|
var maxBytecodeSize = maxUint16 * 32n;
|
|
21601
21661
|
|
|
21602
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21662
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21603
21663
|
var formatters = {
|
|
21604
21664
|
block: /* @__PURE__ */ defineBlock({
|
|
21605
21665
|
format(args) {
|
|
@@ -21698,17 +21758,17 @@ var formatters = {
|
|
|
21698
21758
|
})
|
|
21699
21759
|
};
|
|
21700
21760
|
|
|
21701
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21761
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21702
21762
|
init_concat();
|
|
21703
21763
|
init_toHex();
|
|
21704
21764
|
|
|
21705
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21765
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21706
21766
|
init_address();
|
|
21707
21767
|
init_base();
|
|
21708
21768
|
init_chain();
|
|
21709
21769
|
init_isAddress();
|
|
21710
21770
|
|
|
21711
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21771
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21712
21772
|
init_base();
|
|
21713
21773
|
var InvalidEip712TransactionError = class extends BaseError2 {
|
|
21714
21774
|
constructor() {
|
|
@@ -21722,7 +21782,7 @@ var InvalidEip712TransactionError = class extends BaseError2 {
|
|
|
21722
21782
|
}
|
|
21723
21783
|
};
|
|
21724
21784
|
|
|
21725
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21785
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21726
21786
|
function isEIP712Transaction(transaction) {
|
|
21727
21787
|
if (transaction.type === "eip712")
|
|
21728
21788
|
return true;
|
|
@@ -21731,7 +21791,7 @@ function isEIP712Transaction(transaction) {
|
|
|
21731
21791
|
return false;
|
|
21732
21792
|
}
|
|
21733
21793
|
|
|
21734
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21794
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21735
21795
|
function assertEip712Transaction(transaction) {
|
|
21736
21796
|
const { chainId, to, from: from14, paymaster, paymasterInput } = transaction;
|
|
21737
21797
|
if (!isEIP712Transaction(transaction))
|
|
@@ -21752,7 +21812,7 @@ function assertEip712Transaction(transaction) {
|
|
|
21752
21812
|
}
|
|
21753
21813
|
}
|
|
21754
21814
|
|
|
21755
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21815
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21756
21816
|
function serializeTransaction2(transaction, signature) {
|
|
21757
21817
|
if (isEIP712Transaction(transaction))
|
|
21758
21818
|
return serializeTransactionEIP712(transaction);
|
|
@@ -21789,14 +21849,14 @@ function serializeTransactionEIP712(transaction) {
|
|
|
21789
21849
|
]);
|
|
21790
21850
|
}
|
|
21791
21851
|
|
|
21792
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21852
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21793
21853
|
init_toHex();
|
|
21794
21854
|
|
|
21795
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21855
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21796
21856
|
init_pad();
|
|
21797
21857
|
init_toBytes();
|
|
21798
21858
|
|
|
21799
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21859
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21800
21860
|
init_base();
|
|
21801
21861
|
var BytecodeLengthExceedsMaxSizeError = class extends BaseError2 {
|
|
21802
21862
|
constructor({ givenLength, maxBytecodeSize: maxBytecodeSize2 }) {
|
|
@@ -21814,7 +21874,7 @@ var BytecodeLengthMustBeDivisibleBy32Error = class extends BaseError2 {
|
|
|
21814
21874
|
}
|
|
21815
21875
|
};
|
|
21816
21876
|
|
|
21817
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21877
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21818
21878
|
function hashBytecode(bytecode) {
|
|
21819
21879
|
const bytecodeBytes = toBytes(bytecode);
|
|
21820
21880
|
if (bytecodeBytes.length % 32 !== 0)
|
|
@@ -21842,7 +21902,7 @@ function hashBytecode(bytecode) {
|
|
|
21842
21902
|
return hash3;
|
|
21843
21903
|
}
|
|
21844
21904
|
|
|
21845
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21905
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21846
21906
|
var getEip712Domain2 = (transaction) => {
|
|
21847
21907
|
assertEip712Transaction(transaction);
|
|
21848
21908
|
const message = transactionToMessage(transaction);
|
|
@@ -21892,7 +21952,7 @@ function transactionToMessage(transaction) {
|
|
|
21892
21952
|
};
|
|
21893
21953
|
}
|
|
21894
21954
|
|
|
21895
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21955
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21896
21956
|
var chainConfig = {
|
|
21897
21957
|
blockTime: 1e3,
|
|
21898
21958
|
formatters,
|
|
@@ -21902,7 +21962,7 @@ var chainConfig = {
|
|
|
21902
21962
|
}
|
|
21903
21963
|
};
|
|
21904
21964
|
|
|
21905
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
21965
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21906
21966
|
var abstract = /* @__PURE__ */ defineChain({
|
|
21907
21967
|
...chainConfig,
|
|
21908
21968
|
blockTime: 200,
|
|
@@ -21941,7 +22001,7 @@ var abstract = /* @__PURE__ */ defineChain({
|
|
|
21941
22001
|
}
|
|
21942
22002
|
});
|
|
21943
22003
|
|
|
21944
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22004
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21945
22005
|
var contracts = {
|
|
21946
22006
|
gasPriceOracle: { address: "0x420000000000000000000000000000000000000F" },
|
|
21947
22007
|
l1Block: { address: "0x4200000000000000000000000000000000000015" },
|
|
@@ -21955,7 +22015,7 @@ var contracts = {
|
|
|
21955
22015
|
}
|
|
21956
22016
|
};
|
|
21957
22017
|
|
|
21958
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22018
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
21959
22019
|
init_fromHex();
|
|
21960
22020
|
var formatters2 = {
|
|
21961
22021
|
block: /* @__PURE__ */ defineBlock({
|
|
@@ -22002,7 +22062,7 @@ var formatters2 = {
|
|
|
22002
22062
|
})
|
|
22003
22063
|
};
|
|
22004
22064
|
|
|
22005
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22065
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22006
22066
|
init_address();
|
|
22007
22067
|
init_isAddress();
|
|
22008
22068
|
init_concat();
|
|
@@ -22048,7 +22108,7 @@ function assertTransactionDeposit(transaction) {
|
|
|
22048
22108
|
throw new InvalidAddressError({ address: to });
|
|
22049
22109
|
}
|
|
22050
22110
|
|
|
22051
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22111
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22052
22112
|
var chainConfig2 = {
|
|
22053
22113
|
blockTime: 2e3,
|
|
22054
22114
|
contracts,
|
|
@@ -22056,7 +22116,7 @@ var chainConfig2 = {
|
|
|
22056
22116
|
serializers: serializers2
|
|
22057
22117
|
};
|
|
22058
22118
|
|
|
22059
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22119
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22060
22120
|
var sourceId = 42161;
|
|
22061
22121
|
var apeChain = /* @__PURE__ */ defineChain({
|
|
22062
22122
|
id: 33139,
|
|
@@ -22088,7 +22148,7 @@ var apeChain = /* @__PURE__ */ defineChain({
|
|
|
22088
22148
|
sourceId
|
|
22089
22149
|
});
|
|
22090
22150
|
|
|
22091
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22151
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22092
22152
|
var arbitrum = /* @__PURE__ */ defineChain({
|
|
22093
22153
|
id: 42161,
|
|
22094
22154
|
name: "Arbitrum One",
|
|
@@ -22114,7 +22174,7 @@ var arbitrum = /* @__PURE__ */ defineChain({
|
|
|
22114
22174
|
}
|
|
22115
22175
|
});
|
|
22116
22176
|
|
|
22117
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22177
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22118
22178
|
var aurora = /* @__PURE__ */ defineChain({
|
|
22119
22179
|
id: 1313161554,
|
|
22120
22180
|
name: "Aurora",
|
|
@@ -22141,7 +22201,7 @@ var aurora = /* @__PURE__ */ defineChain({
|
|
|
22141
22201
|
}
|
|
22142
22202
|
});
|
|
22143
22203
|
|
|
22144
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22204
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22145
22205
|
var avalanche = /* @__PURE__ */ defineChain({
|
|
22146
22206
|
id: 43114,
|
|
22147
22207
|
name: "Avalanche",
|
|
@@ -22169,7 +22229,7 @@ var avalanche = /* @__PURE__ */ defineChain({
|
|
|
22169
22229
|
}
|
|
22170
22230
|
});
|
|
22171
22231
|
|
|
22172
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22232
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22173
22233
|
var sourceId2 = 1;
|
|
22174
22234
|
var base = /* @__PURE__ */ defineChain({
|
|
22175
22235
|
...chainConfig2,
|
|
@@ -22229,7 +22289,7 @@ var basePreconf = /* @__PURE__ */ defineChain({
|
|
|
22229
22289
|
}
|
|
22230
22290
|
});
|
|
22231
22291
|
|
|
22232
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22292
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22233
22293
|
var berachain = /* @__PURE__ */ defineChain({
|
|
22234
22294
|
id: 80094,
|
|
22235
22295
|
name: "Berachain",
|
|
@@ -22266,7 +22326,7 @@ var berachain = /* @__PURE__ */ defineChain({
|
|
|
22266
22326
|
testnet: false
|
|
22267
22327
|
});
|
|
22268
22328
|
|
|
22269
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22329
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22270
22330
|
var bitlayer = /* @__PURE__ */ defineChain({
|
|
22271
22331
|
id: 200901,
|
|
22272
22332
|
name: "Bitlayer Mainnet",
|
|
@@ -22295,7 +22355,7 @@ var bitlayer = /* @__PURE__ */ defineChain({
|
|
|
22295
22355
|
}
|
|
22296
22356
|
});
|
|
22297
22357
|
|
|
22298
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22358
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22299
22359
|
var sourceId3 = 1;
|
|
22300
22360
|
var blast = /* @__PURE__ */ defineChain({
|
|
22301
22361
|
...chainConfig2,
|
|
@@ -22344,7 +22404,7 @@ var blast = /* @__PURE__ */ defineChain({
|
|
|
22344
22404
|
sourceId: sourceId3
|
|
22345
22405
|
});
|
|
22346
22406
|
|
|
22347
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22407
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22348
22408
|
var sourceId4 = 1;
|
|
22349
22409
|
var bob = /* @__PURE__ */ defineChain({
|
|
22350
22410
|
...chainConfig2,
|
|
@@ -22389,7 +22449,7 @@ var bob = /* @__PURE__ */ defineChain({
|
|
|
22389
22449
|
sourceId: sourceId4
|
|
22390
22450
|
});
|
|
22391
22451
|
|
|
22392
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22452
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22393
22453
|
var bsc = /* @__PURE__ */ defineChain({
|
|
22394
22454
|
id: 56,
|
|
22395
22455
|
name: "BNB Smart Chain",
|
|
@@ -22417,7 +22477,7 @@ var bsc = /* @__PURE__ */ defineChain({
|
|
|
22417
22477
|
}
|
|
22418
22478
|
});
|
|
22419
22479
|
|
|
22420
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22480
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22421
22481
|
var bsquared = /* @__PURE__ */ defineChain({
|
|
22422
22482
|
id: 223,
|
|
22423
22483
|
name: "B2",
|
|
@@ -22439,7 +22499,7 @@ var bsquared = /* @__PURE__ */ defineChain({
|
|
|
22439
22499
|
}
|
|
22440
22500
|
});
|
|
22441
22501
|
|
|
22442
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22502
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22443
22503
|
var fees = {
|
|
22444
22504
|
/*
|
|
22445
22505
|
* Estimates the fees per gas for a transaction.
|
|
@@ -22479,11 +22539,11 @@ async function estimateMaxPriorityFeePerGasInFeeCurrency(client, feeCurrency) {
|
|
|
22479
22539
|
return BigInt(feesPerGas);
|
|
22480
22540
|
}
|
|
22481
22541
|
|
|
22482
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22542
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22483
22543
|
init_fromHex();
|
|
22484
22544
|
init_transactionRequest();
|
|
22485
22545
|
|
|
22486
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22546
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22487
22547
|
init_trim();
|
|
22488
22548
|
function isEmpty(value) {
|
|
22489
22549
|
return value === 0 || value === 0n || value === void 0 || value === null || value === "0" || value === "" || typeof value === "string" && (trim(value).toLowerCase() === "0x" || trim(value).toLowerCase() === "0x00");
|
|
@@ -22501,7 +22561,7 @@ function isCIP64(transaction) {
|
|
|
22501
22561
|
return isEIP1559(transaction) && isPresent(transaction.feeCurrency);
|
|
22502
22562
|
}
|
|
22503
22563
|
|
|
22504
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22564
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22505
22565
|
var formatters3 = {
|
|
22506
22566
|
block: /* @__PURE__ */ defineBlock({
|
|
22507
22567
|
format(args) {
|
|
@@ -22556,7 +22616,7 @@ var formatters3 = {
|
|
|
22556
22616
|
})
|
|
22557
22617
|
};
|
|
22558
22618
|
|
|
22559
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22619
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22560
22620
|
init_number();
|
|
22561
22621
|
init_address();
|
|
22562
22622
|
init_base();
|
|
@@ -22615,7 +22675,7 @@ function assertTransactionCIP64(transaction) {
|
|
|
22615
22675
|
}
|
|
22616
22676
|
}
|
|
22617
22677
|
|
|
22618
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22678
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22619
22679
|
var chainConfig3 = {
|
|
22620
22680
|
blockTime: 1e3,
|
|
22621
22681
|
contracts,
|
|
@@ -22624,7 +22684,7 @@ var chainConfig3 = {
|
|
|
22624
22684
|
fees
|
|
22625
22685
|
};
|
|
22626
22686
|
|
|
22627
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22687
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22628
22688
|
var celo = /* @__PURE__ */ defineChain({
|
|
22629
22689
|
...chainConfig3,
|
|
22630
22690
|
id: 42220,
|
|
@@ -22653,7 +22713,32 @@ var celo = /* @__PURE__ */ defineChain({
|
|
|
22653
22713
|
testnet: false
|
|
22654
22714
|
});
|
|
22655
22715
|
|
|
22656
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22716
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22717
|
+
var confluxESpace = /* @__PURE__ */ defineChain({
|
|
22718
|
+
id: 1030,
|
|
22719
|
+
name: "Conflux eSpace",
|
|
22720
|
+
nativeCurrency: { name: "Conflux", symbol: "CFX", decimals: 18 },
|
|
22721
|
+
rpcUrls: {
|
|
22722
|
+
default: {
|
|
22723
|
+
http: ["https://evm.confluxrpc.com"],
|
|
22724
|
+
webSocket: ["wss://evm.confluxrpc.com/ws"]
|
|
22725
|
+
}
|
|
22726
|
+
},
|
|
22727
|
+
blockExplorers: {
|
|
22728
|
+
default: {
|
|
22729
|
+
name: "ConfluxScan",
|
|
22730
|
+
url: "https://evm.confluxscan.org"
|
|
22731
|
+
}
|
|
22732
|
+
},
|
|
22733
|
+
contracts: {
|
|
22734
|
+
multicall3: {
|
|
22735
|
+
address: "0xEFf0078910f638cd81996cc117bccD3eDf2B072F",
|
|
22736
|
+
blockCreated: 68602935
|
|
22737
|
+
}
|
|
22738
|
+
}
|
|
22739
|
+
});
|
|
22740
|
+
|
|
22741
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22657
22742
|
var coreDao = /* @__PURE__ */ defineChain({
|
|
22658
22743
|
id: 1116,
|
|
22659
22744
|
name: "Core Dao",
|
|
@@ -22680,7 +22765,7 @@ var coreDao = /* @__PURE__ */ defineChain({
|
|
|
22680
22765
|
testnet: false
|
|
22681
22766
|
});
|
|
22682
22767
|
|
|
22683
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22768
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22684
22769
|
var sourceId5 = 1;
|
|
22685
22770
|
var corn = /* @__PURE__ */ defineChain({
|
|
22686
22771
|
id: 21e6,
|
|
@@ -22709,7 +22794,7 @@ var corn = /* @__PURE__ */ defineChain({
|
|
|
22709
22794
|
sourceId: sourceId5
|
|
22710
22795
|
});
|
|
22711
22796
|
|
|
22712
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22797
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22713
22798
|
var cronos = /* @__PURE__ */ defineChain({
|
|
22714
22799
|
id: 25,
|
|
22715
22800
|
name: "Cronos Mainnet",
|
|
@@ -22736,7 +22821,7 @@ var cronos = /* @__PURE__ */ defineChain({
|
|
|
22736
22821
|
}
|
|
22737
22822
|
});
|
|
22738
22823
|
|
|
22739
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22824
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22740
22825
|
var cronoszkEVM = /* @__PURE__ */ defineChain({
|
|
22741
22826
|
id: 388,
|
|
22742
22827
|
name: "Cronos zkEVM Mainnet",
|
|
@@ -22762,7 +22847,7 @@ var cronoszkEVM = /* @__PURE__ */ defineChain({
|
|
|
22762
22847
|
}
|
|
22763
22848
|
});
|
|
22764
22849
|
|
|
22765
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22850
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22766
22851
|
var degen = /* @__PURE__ */ defineChain({
|
|
22767
22852
|
id: 666666666,
|
|
22768
22853
|
name: "Degen",
|
|
@@ -22786,7 +22871,7 @@ var degen = /* @__PURE__ */ defineChain({
|
|
|
22786
22871
|
}
|
|
22787
22872
|
});
|
|
22788
22873
|
|
|
22789
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22874
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22790
22875
|
var fantom = /* @__PURE__ */ defineChain({
|
|
22791
22876
|
id: 250,
|
|
22792
22877
|
name: "Fantom",
|
|
@@ -22813,7 +22898,7 @@ var fantom = /* @__PURE__ */ defineChain({
|
|
|
22813
22898
|
}
|
|
22814
22899
|
});
|
|
22815
22900
|
|
|
22816
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22901
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22817
22902
|
var flare = /* @__PURE__ */ defineChain({
|
|
22818
22903
|
id: 14,
|
|
22819
22904
|
name: "Flare Mainnet",
|
|
@@ -22840,7 +22925,7 @@ var flare = /* @__PURE__ */ defineChain({
|
|
|
22840
22925
|
}
|
|
22841
22926
|
});
|
|
22842
22927
|
|
|
22843
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22928
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22844
22929
|
var flowMainnet = /* @__PURE__ */ defineChain({
|
|
22845
22930
|
id: 747,
|
|
22846
22931
|
name: "Flow EVM Mainnet",
|
|
@@ -22869,7 +22954,7 @@ var flowMainnet = /* @__PURE__ */ defineChain({
|
|
|
22869
22954
|
blockTime: 800
|
|
22870
22955
|
});
|
|
22871
22956
|
|
|
22872
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22957
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22873
22958
|
var fuse = /* @__PURE__ */ defineChain({
|
|
22874
22959
|
id: 122,
|
|
22875
22960
|
name: "Fuse",
|
|
@@ -22892,7 +22977,7 @@ var fuse = /* @__PURE__ */ defineChain({
|
|
|
22892
22977
|
}
|
|
22893
22978
|
});
|
|
22894
22979
|
|
|
22895
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
22980
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22896
22981
|
var gnosis = /* @__PURE__ */ defineChain({
|
|
22897
22982
|
id: 100,
|
|
22898
22983
|
name: "Gnosis",
|
|
@@ -22923,7 +23008,7 @@ var gnosis = /* @__PURE__ */ defineChain({
|
|
|
22923
23008
|
}
|
|
22924
23009
|
});
|
|
22925
23010
|
|
|
22926
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23011
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22927
23012
|
var goat = /* @__PURE__ */ defineChain({
|
|
22928
23013
|
id: 2345,
|
|
22929
23014
|
name: "GOAT",
|
|
@@ -22949,7 +23034,7 @@ var goat = /* @__PURE__ */ defineChain({
|
|
|
22949
23034
|
}
|
|
22950
23035
|
});
|
|
22951
23036
|
|
|
22952
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23037
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22953
23038
|
var gravity = /* @__PURE__ */ defineChain({
|
|
22954
23039
|
id: 1625,
|
|
22955
23040
|
name: "Gravity Alpha Mainnet",
|
|
@@ -22974,7 +23059,7 @@ var gravity = /* @__PURE__ */ defineChain({
|
|
|
22974
23059
|
}
|
|
22975
23060
|
});
|
|
22976
23061
|
|
|
22977
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23062
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
22978
23063
|
var harmonyOne = /* @__PURE__ */ defineChain({
|
|
22979
23064
|
id: 16666e5,
|
|
22980
23065
|
name: "Harmony One",
|
|
@@ -23000,7 +23085,7 @@ var harmonyOne = /* @__PURE__ */ defineChain({
|
|
|
23000
23085
|
}
|
|
23001
23086
|
});
|
|
23002
23087
|
|
|
23003
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23088
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23004
23089
|
var hemi = /* @__PURE__ */ defineChain({
|
|
23005
23090
|
id: 43111,
|
|
23006
23091
|
name: "Hemi",
|
|
@@ -23025,7 +23110,7 @@ var hemi = /* @__PURE__ */ defineChain({
|
|
|
23025
23110
|
testnet: false
|
|
23026
23111
|
});
|
|
23027
23112
|
|
|
23028
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23113
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23029
23114
|
var inEVM = /* @__PURE__ */ defineChain({
|
|
23030
23115
|
id: 2525,
|
|
23031
23116
|
name: "inEVM Mainnet",
|
|
@@ -23052,7 +23137,7 @@ var inEVM = /* @__PURE__ */ defineChain({
|
|
|
23052
23137
|
}
|
|
23053
23138
|
});
|
|
23054
23139
|
|
|
23055
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23140
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23056
23141
|
var sourceId6 = 1;
|
|
23057
23142
|
var ink = /* @__PURE__ */ defineChain({
|
|
23058
23143
|
...chainConfig2,
|
|
@@ -23104,7 +23189,7 @@ var ink = /* @__PURE__ */ defineChain({
|
|
|
23104
23189
|
sourceId: sourceId6
|
|
23105
23190
|
});
|
|
23106
23191
|
|
|
23107
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23192
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23108
23193
|
var iota = /* @__PURE__ */ defineChain({
|
|
23109
23194
|
id: 8822,
|
|
23110
23195
|
name: "IOTA EVM",
|
|
@@ -23135,7 +23220,7 @@ var iota = /* @__PURE__ */ defineChain({
|
|
|
23135
23220
|
}
|
|
23136
23221
|
});
|
|
23137
23222
|
|
|
23138
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23223
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23139
23224
|
var iotex = /* @__PURE__ */ defineChain({
|
|
23140
23225
|
id: 4689,
|
|
23141
23226
|
name: "IoTeX",
|
|
@@ -23164,7 +23249,7 @@ var iotex = /* @__PURE__ */ defineChain({
|
|
|
23164
23249
|
}
|
|
23165
23250
|
});
|
|
23166
23251
|
|
|
23167
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23252
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23168
23253
|
var kaia = /* @__PURE__ */ defineChain({
|
|
23169
23254
|
id: 8217,
|
|
23170
23255
|
name: "Kaia",
|
|
@@ -23191,7 +23276,7 @@ var kaia = /* @__PURE__ */ defineChain({
|
|
|
23191
23276
|
}
|
|
23192
23277
|
});
|
|
23193
23278
|
|
|
23194
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23279
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23195
23280
|
var kava = /* @__PURE__ */ defineChain({
|
|
23196
23281
|
id: 2222,
|
|
23197
23282
|
name: "Kava EVM",
|
|
@@ -23220,7 +23305,7 @@ var kava = /* @__PURE__ */ defineChain({
|
|
|
23220
23305
|
testnet: false
|
|
23221
23306
|
});
|
|
23222
23307
|
|
|
23223
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23308
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23224
23309
|
var lightlinkPhoenix = /* @__PURE__ */ defineChain({
|
|
23225
23310
|
id: 1890,
|
|
23226
23311
|
name: "LightLink Phoenix Mainnet",
|
|
@@ -23250,7 +23335,7 @@ var lightlinkPhoenix = /* @__PURE__ */ defineChain({
|
|
|
23250
23335
|
testnet: false
|
|
23251
23336
|
});
|
|
23252
23337
|
|
|
23253
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23338
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23254
23339
|
init_parseAccount();
|
|
23255
23340
|
init_toHex();
|
|
23256
23341
|
init_getCallError();
|
|
@@ -23301,7 +23386,7 @@ async function estimateGas2(client, args) {
|
|
|
23301
23386
|
}
|
|
23302
23387
|
}
|
|
23303
23388
|
|
|
23304
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23389
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23305
23390
|
var chainConfig4 = {
|
|
23306
23391
|
fees: {
|
|
23307
23392
|
estimateFeesPerGas: estimateFeesPerGas2,
|
|
@@ -23339,7 +23424,7 @@ async function estimateFeesPerGas2({ client, multiply, request, type }) {
|
|
|
23339
23424
|
}
|
|
23340
23425
|
}
|
|
23341
23426
|
|
|
23342
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23427
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23343
23428
|
var linea = /* @__PURE__ */ defineChain({
|
|
23344
23429
|
...chainConfig4,
|
|
23345
23430
|
id: 59144,
|
|
@@ -23377,7 +23462,7 @@ var linea = /* @__PURE__ */ defineChain({
|
|
|
23377
23462
|
testnet: false
|
|
23378
23463
|
});
|
|
23379
23464
|
|
|
23380
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23465
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23381
23466
|
var mainnet = /* @__PURE__ */ defineChain({
|
|
23382
23467
|
id: 1,
|
|
23383
23468
|
name: "Ethereum",
|
|
@@ -23407,7 +23492,7 @@ var mainnet = /* @__PURE__ */ defineChain({
|
|
|
23407
23492
|
}
|
|
23408
23493
|
});
|
|
23409
23494
|
|
|
23410
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23495
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23411
23496
|
var manta = /* @__PURE__ */ defineChain({
|
|
23412
23497
|
id: 169,
|
|
23413
23498
|
name: "Manta Pacific Mainnet",
|
|
@@ -23435,7 +23520,7 @@ var manta = /* @__PURE__ */ defineChain({
|
|
|
23435
23520
|
}
|
|
23436
23521
|
});
|
|
23437
23522
|
|
|
23438
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23523
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23439
23524
|
var mantle = /* @__PURE__ */ defineChain({
|
|
23440
23525
|
id: 5e3,
|
|
23441
23526
|
name: "Mantle",
|
|
@@ -23462,7 +23547,7 @@ var mantle = /* @__PURE__ */ defineChain({
|
|
|
23462
23547
|
}
|
|
23463
23548
|
});
|
|
23464
23549
|
|
|
23465
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23550
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23466
23551
|
var merlin = /* @__PURE__ */ defineChain({
|
|
23467
23552
|
id: 4200,
|
|
23468
23553
|
name: "Merlin",
|
|
@@ -23483,7 +23568,7 @@ var merlin = /* @__PURE__ */ defineChain({
|
|
|
23483
23568
|
}
|
|
23484
23569
|
});
|
|
23485
23570
|
|
|
23486
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23571
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23487
23572
|
var meter = /* @__PURE__ */ defineChain({
|
|
23488
23573
|
id: 82,
|
|
23489
23574
|
name: "Meter",
|
|
@@ -23503,7 +23588,7 @@ var meter = /* @__PURE__ */ defineChain({
|
|
|
23503
23588
|
}
|
|
23504
23589
|
});
|
|
23505
23590
|
|
|
23506
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23591
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23507
23592
|
var metis = /* @__PURE__ */ defineChain({
|
|
23508
23593
|
id: 1088,
|
|
23509
23594
|
name: "Metis",
|
|
@@ -23542,7 +23627,7 @@ var metis = /* @__PURE__ */ defineChain({
|
|
|
23542
23627
|
}
|
|
23543
23628
|
});
|
|
23544
23629
|
|
|
23545
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23630
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23546
23631
|
var sourceId7 = 1;
|
|
23547
23632
|
var mode = /* @__PURE__ */ defineChain({
|
|
23548
23633
|
...chainConfig2,
|
|
@@ -23585,7 +23670,7 @@ var mode = /* @__PURE__ */ defineChain({
|
|
|
23585
23670
|
sourceId: sourceId7
|
|
23586
23671
|
});
|
|
23587
23672
|
|
|
23588
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23673
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23589
23674
|
var moonbeam = /* @__PURE__ */ defineChain({
|
|
23590
23675
|
id: 1284,
|
|
23591
23676
|
name: "Moonbeam",
|
|
@@ -23616,7 +23701,7 @@ var moonbeam = /* @__PURE__ */ defineChain({
|
|
|
23616
23701
|
testnet: false
|
|
23617
23702
|
});
|
|
23618
23703
|
|
|
23619
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23704
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23620
23705
|
var morph = /* @__PURE__ */ defineChain({
|
|
23621
23706
|
id: 2818,
|
|
23622
23707
|
name: "Morph",
|
|
@@ -23646,7 +23731,7 @@ var morph = /* @__PURE__ */ defineChain({
|
|
|
23646
23731
|
testnet: false
|
|
23647
23732
|
});
|
|
23648
23733
|
|
|
23649
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23734
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23650
23735
|
var neonMainnet = /* @__PURE__ */ defineChain({
|
|
23651
23736
|
id: 245022934,
|
|
23652
23737
|
network: "neonMainnet",
|
|
@@ -23672,7 +23757,7 @@ var neonMainnet = /* @__PURE__ */ defineChain({
|
|
|
23672
23757
|
testnet: false
|
|
23673
23758
|
});
|
|
23674
23759
|
|
|
23675
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23760
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23676
23761
|
var sourceId8 = 56;
|
|
23677
23762
|
var opBNB = /* @__PURE__ */ defineChain({
|
|
23678
23763
|
id: 204,
|
|
@@ -23717,7 +23802,7 @@ var opBNB = /* @__PURE__ */ defineChain({
|
|
|
23717
23802
|
sourceId: sourceId8
|
|
23718
23803
|
});
|
|
23719
23804
|
|
|
23720
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23805
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23721
23806
|
var sourceId9 = 1;
|
|
23722
23807
|
var optimism = /* @__PURE__ */ defineChain({
|
|
23723
23808
|
...chainConfig2,
|
|
@@ -23766,7 +23851,7 @@ var optimism = /* @__PURE__ */ defineChain({
|
|
|
23766
23851
|
sourceId: sourceId9
|
|
23767
23852
|
});
|
|
23768
23853
|
|
|
23769
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23854
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23770
23855
|
var peaq = /* @__PURE__ */ defineChain({
|
|
23771
23856
|
id: 3338,
|
|
23772
23857
|
name: "Peaq",
|
|
@@ -23803,7 +23888,7 @@ var peaq = /* @__PURE__ */ defineChain({
|
|
|
23803
23888
|
}
|
|
23804
23889
|
});
|
|
23805
23890
|
|
|
23806
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23891
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23807
23892
|
var sourceId10 = 1;
|
|
23808
23893
|
var plume = /* @__PURE__ */ defineChain({
|
|
23809
23894
|
id: 98865,
|
|
@@ -23835,7 +23920,7 @@ var plume = /* @__PURE__ */ defineChain({
|
|
|
23835
23920
|
sourceId: sourceId10
|
|
23836
23921
|
});
|
|
23837
23922
|
|
|
23838
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23923
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23839
23924
|
var polygon = /* @__PURE__ */ defineChain({
|
|
23840
23925
|
id: 137,
|
|
23841
23926
|
name: "Polygon",
|
|
@@ -23861,7 +23946,7 @@ var polygon = /* @__PURE__ */ defineChain({
|
|
|
23861
23946
|
}
|
|
23862
23947
|
});
|
|
23863
23948
|
|
|
23864
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23949
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23865
23950
|
var pulsechain = /* @__PURE__ */ defineChain({
|
|
23866
23951
|
id: 369,
|
|
23867
23952
|
name: "PulseChain",
|
|
@@ -23892,7 +23977,7 @@ var pulsechain = /* @__PURE__ */ defineChain({
|
|
|
23892
23977
|
}
|
|
23893
23978
|
});
|
|
23894
23979
|
|
|
23895
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
23980
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23896
23981
|
var ronin = /* @__PURE__ */ defineChain({
|
|
23897
23982
|
id: 2020,
|
|
23898
23983
|
name: "Ronin",
|
|
@@ -23916,7 +24001,7 @@ var ronin = /* @__PURE__ */ defineChain({
|
|
|
23916
24001
|
}
|
|
23917
24002
|
});
|
|
23918
24003
|
|
|
23919
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24004
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23920
24005
|
var rootstock = /* @__PURE__ */ defineChain({
|
|
23921
24006
|
id: 30,
|
|
23922
24007
|
name: "Rootstock Mainnet",
|
|
@@ -23943,7 +24028,7 @@ var rootstock = /* @__PURE__ */ defineChain({
|
|
|
23943
24028
|
}
|
|
23944
24029
|
});
|
|
23945
24030
|
|
|
23946
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24031
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23947
24032
|
var scroll = /* @__PURE__ */ defineChain({
|
|
23948
24033
|
id: 534352,
|
|
23949
24034
|
name: "Scroll",
|
|
@@ -23971,7 +24056,7 @@ var scroll = /* @__PURE__ */ defineChain({
|
|
|
23971
24056
|
testnet: false
|
|
23972
24057
|
});
|
|
23973
24058
|
|
|
23974
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24059
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
23975
24060
|
var sei = /* @__PURE__ */ defineChain({
|
|
23976
24061
|
id: 1329,
|
|
23977
24062
|
name: "Sei Network",
|
|
@@ -23996,7 +24081,7 @@ var sei = /* @__PURE__ */ defineChain({
|
|
|
23996
24081
|
}
|
|
23997
24082
|
});
|
|
23998
24083
|
|
|
23999
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24084
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24000
24085
|
var sourceId11 = 1;
|
|
24001
24086
|
var soneium = /* @__PURE__ */ defineChain({
|
|
24002
24087
|
...chainConfig2,
|
|
@@ -24047,7 +24132,7 @@ var soneium = /* @__PURE__ */ defineChain({
|
|
|
24047
24132
|
sourceId: sourceId11
|
|
24048
24133
|
});
|
|
24049
24134
|
|
|
24050
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24135
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24051
24136
|
var sonic = /* @__PURE__ */ defineChain({
|
|
24052
24137
|
id: 146,
|
|
24053
24138
|
name: "Sonic",
|
|
@@ -24075,7 +24160,7 @@ var sonic = /* @__PURE__ */ defineChain({
|
|
|
24075
24160
|
testnet: false
|
|
24076
24161
|
});
|
|
24077
24162
|
|
|
24078
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24163
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24079
24164
|
var story = /* @__PURE__ */ defineChain({
|
|
24080
24165
|
id: 1514,
|
|
24081
24166
|
name: "Story",
|
|
@@ -24112,7 +24197,7 @@ var story = /* @__PURE__ */ defineChain({
|
|
|
24112
24197
|
testnet: false
|
|
24113
24198
|
});
|
|
24114
24199
|
|
|
24115
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24200
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24116
24201
|
var superposition = /* @__PURE__ */ defineChain({
|
|
24117
24202
|
id: 55244,
|
|
24118
24203
|
name: "Superposition",
|
|
@@ -24135,7 +24220,7 @@ var superposition = /* @__PURE__ */ defineChain({
|
|
|
24135
24220
|
testnet: false
|
|
24136
24221
|
});
|
|
24137
24222
|
|
|
24138
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24223
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24139
24224
|
var taiko = /* @__PURE__ */ defineChain({
|
|
24140
24225
|
id: 167e3,
|
|
24141
24226
|
name: "Taiko Mainnet",
|
|
@@ -24164,7 +24249,7 @@ var taiko = /* @__PURE__ */ defineChain({
|
|
|
24164
24249
|
}
|
|
24165
24250
|
});
|
|
24166
24251
|
|
|
24167
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24252
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24168
24253
|
var taraxa = /* @__PURE__ */ defineChain({
|
|
24169
24254
|
id: 841,
|
|
24170
24255
|
name: "Taraxa Mainnet",
|
|
@@ -24182,7 +24267,7 @@ var taraxa = /* @__PURE__ */ defineChain({
|
|
|
24182
24267
|
}
|
|
24183
24268
|
});
|
|
24184
24269
|
|
|
24185
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24270
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24186
24271
|
var telos = /* @__PURE__ */ defineChain({
|
|
24187
24272
|
id: 40,
|
|
24188
24273
|
name: "Telos",
|
|
@@ -24208,7 +24293,7 @@ var telos = /* @__PURE__ */ defineChain({
|
|
|
24208
24293
|
}
|
|
24209
24294
|
});
|
|
24210
24295
|
|
|
24211
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24296
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24212
24297
|
var sourceId12 = 1;
|
|
24213
24298
|
var unichain = /* @__PURE__ */ defineChain({
|
|
24214
24299
|
...chainConfig2,
|
|
@@ -24253,7 +24338,7 @@ var unichain = /* @__PURE__ */ defineChain({
|
|
|
24253
24338
|
sourceId: sourceId12
|
|
24254
24339
|
});
|
|
24255
24340
|
|
|
24256
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24341
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24257
24342
|
var vana = /* @__PURE__ */ defineChain({
|
|
24258
24343
|
id: 1480,
|
|
24259
24344
|
name: "Vana",
|
|
@@ -24281,7 +24366,7 @@ var vana = /* @__PURE__ */ defineChain({
|
|
|
24281
24366
|
}
|
|
24282
24367
|
});
|
|
24283
24368
|
|
|
24284
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24369
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24285
24370
|
var vanar = /* @__PURE__ */ defineChain({
|
|
24286
24371
|
id: 2040,
|
|
24287
24372
|
name: "Vanar Mainnet",
|
|
@@ -24300,7 +24385,7 @@ var vanar = /* @__PURE__ */ defineChain({
|
|
|
24300
24385
|
testnet: false
|
|
24301
24386
|
});
|
|
24302
24387
|
|
|
24303
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24388
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24304
24389
|
var sourceId13 = 1;
|
|
24305
24390
|
var worldchain = /* @__PURE__ */ defineChain({
|
|
24306
24391
|
...chainConfig2,
|
|
@@ -24354,7 +24439,7 @@ var worldchain = /* @__PURE__ */ defineChain({
|
|
|
24354
24439
|
sourceId: sourceId13
|
|
24355
24440
|
});
|
|
24356
24441
|
|
|
24357
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24442
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24358
24443
|
var xdc = /* @__PURE__ */ defineChain({
|
|
24359
24444
|
id: 50,
|
|
24360
24445
|
name: "XDC Network",
|
|
@@ -24380,7 +24465,7 @@ var xdc = /* @__PURE__ */ defineChain({
|
|
|
24380
24465
|
}
|
|
24381
24466
|
});
|
|
24382
24467
|
|
|
24383
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24468
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24384
24469
|
var xLayer = /* @__PURE__ */ defineChain({
|
|
24385
24470
|
id: 196,
|
|
24386
24471
|
name: "X Layer Mainnet",
|
|
@@ -24407,7 +24492,7 @@ var xLayer = /* @__PURE__ */ defineChain({
|
|
|
24407
24492
|
}
|
|
24408
24493
|
});
|
|
24409
24494
|
|
|
24410
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24495
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24411
24496
|
var zetachain = /* @__PURE__ */ defineChain({
|
|
24412
24497
|
id: 7e3,
|
|
24413
24498
|
name: "ZetaChain",
|
|
@@ -24436,7 +24521,7 @@ var zetachain = /* @__PURE__ */ defineChain({
|
|
|
24436
24521
|
testnet: false
|
|
24437
24522
|
});
|
|
24438
24523
|
|
|
24439
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24524
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24440
24525
|
var sourceId14 = 1;
|
|
24441
24526
|
var zircuit = /* @__PURE__ */ defineChain({
|
|
24442
24527
|
...chainConfig2,
|
|
@@ -24486,7 +24571,7 @@ var zircuit = /* @__PURE__ */ defineChain({
|
|
|
24486
24571
|
testnet: false
|
|
24487
24572
|
});
|
|
24488
24573
|
|
|
24489
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24574
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24490
24575
|
var zkLinkNova = /* @__PURE__ */ defineChain({
|
|
24491
24576
|
id: 810180,
|
|
24492
24577
|
name: "zkLink Nova",
|
|
@@ -24506,7 +24591,7 @@ var zkLinkNova = /* @__PURE__ */ defineChain({
|
|
|
24506
24591
|
}
|
|
24507
24592
|
});
|
|
24508
24593
|
|
|
24509
|
-
// ../../node_modules/.pnpm/viem@2.
|
|
24594
|
+
// ../../node_modules/.pnpm/viem@2.46.1_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
|
|
24510
24595
|
var zksync = /* @__PURE__ */ defineChain({
|
|
24511
24596
|
...chainConfig,
|
|
24512
24597
|
blockTime: 200,
|
|
@@ -24533,7 +24618,8 @@ var zksync = /* @__PURE__ */ defineChain({
|
|
|
24533
24618
|
},
|
|
24534
24619
|
contracts: {
|
|
24535
24620
|
multicall3: {
|
|
24536
|
-
address: "0xF9cda624FBC7e059355ce98a31693d299FACd963"
|
|
24621
|
+
address: "0xF9cda624FBC7e059355ce98a31693d299FACd963",
|
|
24622
|
+
blockCreated: 3908235
|
|
24537
24623
|
},
|
|
24538
24624
|
erc6492Verifier: {
|
|
24539
24625
|
address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C",
|
|
@@ -24733,6 +24819,8 @@ function getEvmChain(chain) {
|
|
|
24733
24819
|
return customChains.hyperEvm;
|
|
24734
24820
|
case import_chain_registry.Chain.KATANA:
|
|
24735
24821
|
return katana;
|
|
24822
|
+
case import_chain_registry.Chain.CONFLUX_ESPACE:
|
|
24823
|
+
return confluxESpace;
|
|
24736
24824
|
case import_chain_registry.Chain.TARAXA_MAINNET:
|
|
24737
24825
|
return {
|
|
24738
24826
|
...taraxa,
|
|
@@ -25205,8 +25293,11 @@ function createMulticallRetry(customRpcs = LIST_OVERRIDES) {
|
|
|
25205
25293
|
functionName: call2.name,
|
|
25206
25294
|
args: call2.args ?? call2.params ?? []
|
|
25207
25295
|
})),
|
|
25208
|
-
allowFailure
|
|
25296
|
+
allowFailure
|
|
25209
25297
|
});
|
|
25298
|
+
const resolvedData = allowFailure ? data.map(
|
|
25299
|
+
({ result, status }) => status !== "success" ? "0x" : result
|
|
25300
|
+
) : data;
|
|
25210
25301
|
if (revertedIndices.size > 0) {
|
|
25211
25302
|
const finalResults = [];
|
|
25212
25303
|
let filteredIndex = 0;
|
|
@@ -25214,12 +25305,12 @@ function createMulticallRetry(customRpcs = LIST_OVERRIDES) {
|
|
|
25214
25305
|
if (revertedIndices.has(i)) {
|
|
25215
25306
|
finalResults.push("0x");
|
|
25216
25307
|
} else {
|
|
25217
|
-
finalResults.push(
|
|
25308
|
+
finalResults.push(resolvedData[filteredIndex++]);
|
|
25218
25309
|
}
|
|
25219
25310
|
}
|
|
25220
25311
|
return finalResults;
|
|
25221
25312
|
}
|
|
25222
|
-
return
|
|
25313
|
+
return resolvedData;
|
|
25223
25314
|
} catch (e) {
|
|
25224
25315
|
if (isContractRevert(e)) {
|
|
25225
25316
|
const error = e;
|