@funkit/core 0.10.11 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1178,9 +1178,50 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1178
1178
  decimals: 18;
1179
1179
  name: "Ether";
1180
1180
  };
1181
+ chainInfo: {
1182
+ blockExplorers: {
1183
+ readonly default: {
1184
+ readonly name: "Etherscan";
1185
+ readonly url: "https://etherscan.io";
1186
+ readonly apiUrl: "https://api.etherscan.io/api";
1187
+ };
1188
+ };
1189
+ contracts: {
1190
+ readonly ensRegistry: {
1191
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1192
+ };
1193
+ readonly ensUniversalResolver: {
1194
+ readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
1195
+ readonly blockCreated: 19258213;
1196
+ };
1197
+ readonly multicall3: {
1198
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1199
+ readonly blockCreated: 14353601;
1200
+ };
1201
+ };
1202
+ id: 1;
1203
+ name: "Ethereum";
1204
+ nativeCurrency: {
1205
+ readonly name: "Ether";
1206
+ readonly symbol: "ETH";
1207
+ readonly decimals: 18;
1208
+ };
1209
+ rpcUrls: {
1210
+ readonly default: {
1211
+ readonly http: readonly ["https://cloudflare-eth.com"];
1212
+ };
1213
+ };
1214
+ sourceId?: number | undefined;
1215
+ testnet?: boolean | undefined;
1216
+ custom?: Record<string, unknown> | undefined;
1217
+ formatters?: undefined;
1218
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
1219
+ fees?: import("viem").ChainFees<undefined> | undefined;
1220
+ };
1181
1221
  explorerInfo: {
1182
1222
  readonly name: "Etherscan";
1183
1223
  readonly url: "https://etherscan.io";
1224
+ readonly apiUrl: "https://api.etherscan.io/api";
1184
1225
  };
1185
1226
  isFiatCheckoutSupported: boolean;
1186
1227
  moonpayChainName: string;
@@ -1192,9 +1233,1090 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1192
1233
  decimals: 18;
1193
1234
  name: "Ether";
1194
1235
  };
1236
+ chainInfo: {
1237
+ blockExplorers: {
1238
+ readonly default: {
1239
+ readonly name: "Basescan";
1240
+ readonly url: "https://basescan.org";
1241
+ readonly apiUrl: "https://api.basescan.org/api";
1242
+ };
1243
+ };
1244
+ contracts: {
1245
+ readonly l2OutputOracle: {
1246
+ readonly 1: {
1247
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
1248
+ };
1249
+ };
1250
+ readonly multicall3: {
1251
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1252
+ readonly blockCreated: 5022;
1253
+ };
1254
+ readonly portal: {
1255
+ readonly 1: {
1256
+ readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
1257
+ readonly blockCreated: 17482143;
1258
+ };
1259
+ };
1260
+ readonly l1StandardBridge: {
1261
+ readonly 1: {
1262
+ readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
1263
+ readonly blockCreated: 17482143;
1264
+ };
1265
+ };
1266
+ readonly gasPriceOracle: {
1267
+ readonly address: "0x420000000000000000000000000000000000000F";
1268
+ };
1269
+ readonly l1Block: {
1270
+ readonly address: "0x4200000000000000000000000000000000000015";
1271
+ };
1272
+ readonly l2CrossDomainMessenger: {
1273
+ readonly address: "0x4200000000000000000000000000000000000007";
1274
+ };
1275
+ readonly l2Erc721Bridge: {
1276
+ readonly address: "0x4200000000000000000000000000000000000014";
1277
+ };
1278
+ readonly l2StandardBridge: {
1279
+ readonly address: "0x4200000000000000000000000000000000000010";
1280
+ };
1281
+ readonly l2ToL1MessagePasser: {
1282
+ readonly address: "0x4200000000000000000000000000000000000016";
1283
+ };
1284
+ };
1285
+ id: 8453;
1286
+ name: "Base";
1287
+ nativeCurrency: {
1288
+ readonly name: "Ether";
1289
+ readonly symbol: "ETH";
1290
+ readonly decimals: 18;
1291
+ };
1292
+ rpcUrls: {
1293
+ readonly default: {
1294
+ readonly http: readonly ["https://mainnet.base.org"];
1295
+ };
1296
+ };
1297
+ sourceId: 1;
1298
+ testnet?: boolean | undefined;
1299
+ custom?: Record<string, unknown> | undefined;
1300
+ formatters: {
1301
+ readonly block: {
1302
+ exclude: [] | undefined;
1303
+ format: (args: import("viem/chains").Assign<import("viem").ExactPartial<import("viem").RpcBlock<import("viem").BlockTag, boolean, import("viem").RpcTransaction<boolean>>>, import("viem/chains").OpStackRpcBlockOverrides & {
1304
+ transactions: `0x${string}`[] | import("viem/chains").OpStackRpcTransaction<boolean>[];
1305
+ }>) => {
1306
+ baseFeePerGas: bigint | null;
1307
+ blobGasUsed: bigint;
1308
+ difficulty: bigint;
1309
+ excessBlobGas: bigint;
1310
+ extraData: `0x${string}`;
1311
+ gasLimit: bigint;
1312
+ gasUsed: bigint;
1313
+ hash: `0x${string}` | null;
1314
+ logsBloom: `0x${string}` | null;
1315
+ miner: `0x${string}`;
1316
+ mixHash: `0x${string}`;
1317
+ nonce: `0x${string}` | null;
1318
+ number: bigint | null;
1319
+ parentHash: `0x${string}`;
1320
+ receiptsRoot: `0x${string}`;
1321
+ sealFields: `0x${string}`[];
1322
+ sha3Uncles: `0x${string}`;
1323
+ size: bigint;
1324
+ stateRoot: `0x${string}`;
1325
+ timestamp: bigint;
1326
+ totalDifficulty: bigint | null;
1327
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
1328
+ transactionsRoot: `0x${string}`;
1329
+ uncles: `0x${string}`[];
1330
+ withdrawals?: import("viem").Withdrawal[] | undefined;
1331
+ withdrawalsRoot?: `0x${string}` | undefined;
1332
+ };
1333
+ type: "block";
1334
+ };
1335
+ readonly transaction: {
1336
+ exclude: [] | undefined;
1337
+ format: (args: ({
1338
+ r?: `0x${string}` | undefined;
1339
+ s?: `0x${string}` | undefined;
1340
+ v?: `0x${string}` | undefined;
1341
+ yParity?: `0x${string}` | undefined;
1342
+ gasPrice?: `0x${string}` | undefined;
1343
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1344
+ maxFeePerGas?: `0x${string}` | undefined;
1345
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1346
+ to?: `0x${string}` | null | undefined;
1347
+ from?: `0x${string}` | undefined;
1348
+ gas?: `0x${string}` | undefined;
1349
+ nonce?: `0x${string}` | undefined;
1350
+ value?: `0x${string}` | undefined;
1351
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1352
+ accessList?: undefined;
1353
+ blockHash?: `0x${string}` | null | undefined;
1354
+ blockNumber?: `0x${string}` | null | undefined;
1355
+ hash?: `0x${string}` | undefined;
1356
+ input?: `0x${string}` | undefined;
1357
+ transactionIndex?: `0x${string}` | null | undefined;
1358
+ blobVersionedHashes?: undefined;
1359
+ chainId?: `0x${string}` | undefined;
1360
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1361
+ r: `0x${string}`;
1362
+ s: `0x${string}`;
1363
+ v: `0x${string}`;
1364
+ to: `0x${string}` | null;
1365
+ from: `0x${string}`;
1366
+ gas: `0x${string}`;
1367
+ nonce: `0x${string}`;
1368
+ value: `0x${string}`;
1369
+ blockHash: `0x${string}` | null;
1370
+ blockNumber: `0x${string}` | null;
1371
+ hash: `0x${string}`;
1372
+ input: `0x${string}`;
1373
+ transactionIndex: `0x${string}` | null;
1374
+ typeHex: `0x${string}` | null;
1375
+ gasPrice: `0x${string}`;
1376
+ maxFeePerBlobGas?: undefined;
1377
+ maxFeePerGas?: undefined;
1378
+ maxPriorityFeePerGas?: undefined;
1379
+ accessList?: undefined;
1380
+ blobVersionedHashes?: undefined;
1381
+ chainId?: `0x${string}` | undefined;
1382
+ yParity?: undefined;
1383
+ type: "0x0";
1384
+ }, "yParity">, "typeHex"> & {
1385
+ isSystemTx?: undefined;
1386
+ mint?: undefined;
1387
+ sourceHash?: undefined;
1388
+ }) | ({
1389
+ r?: `0x${string}` | undefined;
1390
+ s?: `0x${string}` | undefined;
1391
+ v?: `0x${string}` | undefined;
1392
+ yParity?: `0x${string}` | undefined;
1393
+ gasPrice?: `0x${string}` | undefined;
1394
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1395
+ maxFeePerGas?: `0x${string}` | undefined;
1396
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1397
+ to?: `0x${string}` | null | undefined;
1398
+ from?: `0x${string}` | undefined;
1399
+ gas?: `0x${string}` | undefined;
1400
+ nonce?: `0x${string}` | undefined;
1401
+ value?: `0x${string}` | undefined;
1402
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1403
+ accessList?: undefined;
1404
+ blockHash?: `0x${string}` | null | undefined;
1405
+ blockNumber?: `0x${string}` | null | undefined;
1406
+ hash?: `0x${string}` | undefined;
1407
+ input?: `0x${string}` | undefined;
1408
+ transactionIndex?: `0x${string}` | null | undefined;
1409
+ blobVersionedHashes?: undefined;
1410
+ chainId?: `0x${string}` | undefined;
1411
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
1412
+ isSystemTx?: boolean | undefined;
1413
+ mint?: `0x${string}` | undefined;
1414
+ sourceHash: `0x${string}`;
1415
+ type: "0x7e";
1416
+ }) | ({
1417
+ r?: `0x${string}` | undefined;
1418
+ s?: `0x${string}` | undefined;
1419
+ v?: `0x${string}` | undefined;
1420
+ yParity?: `0x${string}` | undefined;
1421
+ gasPrice?: `0x${string}` | undefined;
1422
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1423
+ maxFeePerGas?: `0x${string}` | undefined;
1424
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1425
+ to?: `0x${string}` | null | undefined;
1426
+ from?: `0x${string}` | undefined;
1427
+ gas?: `0x${string}` | undefined;
1428
+ nonce?: `0x${string}` | undefined;
1429
+ value?: `0x${string}` | undefined;
1430
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1431
+ accessList?: import("viem").AccessList | undefined;
1432
+ blockHash?: `0x${string}` | null | undefined;
1433
+ blockNumber?: `0x${string}` | null | undefined;
1434
+ hash?: `0x${string}` | undefined;
1435
+ input?: `0x${string}` | undefined;
1436
+ transactionIndex?: `0x${string}` | null | undefined;
1437
+ blobVersionedHashes?: undefined;
1438
+ chainId?: `0x${string}` | undefined;
1439
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1440
+ r: `0x${string}`;
1441
+ s: `0x${string}`;
1442
+ v: `0x${string}`;
1443
+ to: `0x${string}` | null;
1444
+ from: `0x${string}`;
1445
+ gas: `0x${string}`;
1446
+ nonce: `0x${string}`;
1447
+ value: `0x${string}`;
1448
+ blockHash: `0x${string}` | null;
1449
+ blockNumber: `0x${string}` | null;
1450
+ hash: `0x${string}`;
1451
+ input: `0x${string}`;
1452
+ transactionIndex: `0x${string}` | null;
1453
+ typeHex: `0x${string}` | null;
1454
+ gasPrice: `0x${string}`;
1455
+ maxFeePerBlobGas?: undefined;
1456
+ maxFeePerGas?: undefined;
1457
+ maxPriorityFeePerGas?: undefined;
1458
+ accessList?: undefined;
1459
+ blobVersionedHashes?: undefined;
1460
+ chainId?: `0x${string}` | undefined;
1461
+ yParity?: undefined;
1462
+ type: "0x0";
1463
+ }, "yParity">, "typeHex"> & {
1464
+ isSystemTx?: undefined;
1465
+ mint?: undefined;
1466
+ sourceHash?: undefined;
1467
+ }) | ({
1468
+ r?: `0x${string}` | undefined;
1469
+ s?: `0x${string}` | undefined;
1470
+ v?: `0x${string}` | undefined;
1471
+ yParity?: `0x${string}` | undefined;
1472
+ gasPrice?: `0x${string}` | undefined;
1473
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1474
+ maxFeePerGas?: `0x${string}` | undefined;
1475
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1476
+ to?: `0x${string}` | null | undefined;
1477
+ from?: `0x${string}` | undefined;
1478
+ gas?: `0x${string}` | undefined;
1479
+ nonce?: `0x${string}` | undefined;
1480
+ value?: `0x${string}` | undefined;
1481
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1482
+ accessList?: import("viem").AccessList | undefined;
1483
+ blockHash?: `0x${string}` | null | undefined;
1484
+ blockNumber?: `0x${string}` | null | undefined;
1485
+ hash?: `0x${string}` | undefined;
1486
+ input?: `0x${string}` | undefined;
1487
+ transactionIndex?: `0x${string}` | null | undefined;
1488
+ blobVersionedHashes?: undefined;
1489
+ chainId?: `0x${string}` | undefined;
1490
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1491
+ blockHash: `0x${string}` | null;
1492
+ blockNumber: `0x${string}` | null;
1493
+ from: `0x${string}`;
1494
+ gas: `0x${string}`;
1495
+ hash: `0x${string}`;
1496
+ input: `0x${string}`;
1497
+ nonce: `0x${string}`;
1498
+ r: `0x${string}`;
1499
+ s: `0x${string}`;
1500
+ to: `0x${string}` | null;
1501
+ transactionIndex: `0x${string}` | null;
1502
+ typeHex: `0x${string}` | null;
1503
+ v: `0x${string}`;
1504
+ value: `0x${string}`;
1505
+ yParity: `0x${string}`;
1506
+ gasPrice: `0x${string}`;
1507
+ maxFeePerBlobGas?: undefined;
1508
+ maxFeePerGas?: undefined;
1509
+ maxPriorityFeePerGas?: undefined;
1510
+ accessList: import("viem").AccessList;
1511
+ blobVersionedHashes?: undefined;
1512
+ chainId: `0x${string}`;
1513
+ type: "0x1";
1514
+ }, "yParity">, "typeHex"> & {
1515
+ isSystemTx?: undefined;
1516
+ mint?: undefined;
1517
+ sourceHash?: undefined;
1518
+ }) | ({
1519
+ r?: `0x${string}` | undefined;
1520
+ s?: `0x${string}` | undefined;
1521
+ v?: `0x${string}` | undefined;
1522
+ yParity?: `0x${string}` | undefined;
1523
+ gasPrice?: `0x${string}` | undefined;
1524
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1525
+ maxFeePerGas?: `0x${string}` | undefined;
1526
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1527
+ to?: `0x${string}` | null | undefined;
1528
+ from?: `0x${string}` | undefined;
1529
+ gas?: `0x${string}` | undefined;
1530
+ nonce?: `0x${string}` | undefined;
1531
+ value?: `0x${string}` | undefined;
1532
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1533
+ accessList?: import("viem").AccessList | undefined;
1534
+ blockHash?: `0x${string}` | null | undefined;
1535
+ blockNumber?: `0x${string}` | null | undefined;
1536
+ hash?: `0x${string}` | undefined;
1537
+ input?: `0x${string}` | undefined;
1538
+ transactionIndex?: `0x${string}` | null | undefined;
1539
+ blobVersionedHashes?: undefined;
1540
+ chainId?: `0x${string}` | undefined;
1541
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1542
+ blockHash: `0x${string}` | null;
1543
+ blockNumber: `0x${string}` | null;
1544
+ from: `0x${string}`;
1545
+ gas: `0x${string}`;
1546
+ hash: `0x${string}`;
1547
+ input: `0x${string}`;
1548
+ nonce: `0x${string}`;
1549
+ r: `0x${string}`;
1550
+ s: `0x${string}`;
1551
+ to: `0x${string}` | null;
1552
+ transactionIndex: `0x${string}` | null;
1553
+ typeHex: `0x${string}` | null;
1554
+ v: `0x${string}`;
1555
+ value: `0x${string}`;
1556
+ yParity: `0x${string}`;
1557
+ gasPrice?: undefined;
1558
+ maxFeePerBlobGas?: undefined;
1559
+ maxFeePerGas: `0x${string}`;
1560
+ maxPriorityFeePerGas: `0x${string}`;
1561
+ accessList: import("viem").AccessList;
1562
+ blobVersionedHashes?: undefined;
1563
+ chainId: `0x${string}`;
1564
+ type: "0x2";
1565
+ }, "yParity">, "typeHex"> & {
1566
+ isSystemTx?: undefined;
1567
+ mint?: undefined;
1568
+ sourceHash?: undefined;
1569
+ }) | ({
1570
+ r?: `0x${string}` | undefined;
1571
+ s?: `0x${string}` | undefined;
1572
+ v?: `0x${string}` | undefined;
1573
+ yParity?: `0x${string}` | undefined;
1574
+ gasPrice?: `0x${string}` | undefined;
1575
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1576
+ maxFeePerGas?: `0x${string}` | undefined;
1577
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1578
+ to?: `0x${string}` | null | undefined;
1579
+ from?: `0x${string}` | undefined;
1580
+ gas?: `0x${string}` | undefined;
1581
+ nonce?: `0x${string}` | undefined;
1582
+ value?: `0x${string}` | undefined;
1583
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1584
+ accessList?: import("viem").AccessList | undefined;
1585
+ blockHash?: `0x${string}` | null | undefined;
1586
+ blockNumber?: `0x${string}` | null | undefined;
1587
+ hash?: `0x${string}` | undefined;
1588
+ input?: `0x${string}` | undefined;
1589
+ transactionIndex?: `0x${string}` | null | undefined;
1590
+ blobVersionedHashes?: undefined;
1591
+ chainId?: `0x${string}` | undefined;
1592
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
1593
+ isSystemTx?: boolean | undefined;
1594
+ mint?: `0x${string}` | undefined;
1595
+ sourceHash: `0x${string}`;
1596
+ type: "0x7e";
1597
+ }) | ({
1598
+ r?: `0x${string}` | undefined;
1599
+ s?: `0x${string}` | undefined;
1600
+ v?: `0x${string}` | undefined;
1601
+ yParity?: `0x${string}` | undefined;
1602
+ gasPrice?: `0x${string}` | undefined;
1603
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1604
+ maxFeePerGas?: `0x${string}` | undefined;
1605
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1606
+ to?: `0x${string}` | null | undefined;
1607
+ from?: `0x${string}` | undefined;
1608
+ gas?: `0x${string}` | undefined;
1609
+ nonce?: `0x${string}` | undefined;
1610
+ value?: `0x${string}` | undefined;
1611
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1612
+ accessList?: import("viem").AccessList | undefined;
1613
+ blockHash?: `0x${string}` | null | undefined;
1614
+ blockNumber?: `0x${string}` | null | undefined;
1615
+ hash?: `0x${string}` | undefined;
1616
+ input?: `0x${string}` | undefined;
1617
+ transactionIndex?: `0x${string}` | null | undefined;
1618
+ blobVersionedHashes?: undefined;
1619
+ chainId?: `0x${string}` | undefined;
1620
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1621
+ r: `0x${string}`;
1622
+ s: `0x${string}`;
1623
+ v: `0x${string}`;
1624
+ to: `0x${string}` | null;
1625
+ from: `0x${string}`;
1626
+ gas: `0x${string}`;
1627
+ nonce: `0x${string}`;
1628
+ value: `0x${string}`;
1629
+ blockHash: `0x${string}` | null;
1630
+ blockNumber: `0x${string}` | null;
1631
+ hash: `0x${string}`;
1632
+ input: `0x${string}`;
1633
+ transactionIndex: `0x${string}` | null;
1634
+ typeHex: `0x${string}` | null;
1635
+ gasPrice: `0x${string}`;
1636
+ maxFeePerBlobGas?: undefined;
1637
+ maxFeePerGas?: undefined;
1638
+ maxPriorityFeePerGas?: undefined;
1639
+ accessList?: undefined;
1640
+ blobVersionedHashes?: undefined;
1641
+ chainId?: `0x${string}` | undefined;
1642
+ yParity?: undefined;
1643
+ type: "0x0";
1644
+ }, "yParity">, "typeHex"> & {
1645
+ isSystemTx?: undefined;
1646
+ mint?: undefined;
1647
+ sourceHash?: undefined;
1648
+ }) | ({
1649
+ r?: `0x${string}` | undefined;
1650
+ s?: `0x${string}` | undefined;
1651
+ v?: `0x${string}` | undefined;
1652
+ yParity?: `0x${string}` | undefined;
1653
+ gasPrice?: `0x${string}` | undefined;
1654
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1655
+ maxFeePerGas?: `0x${string}` | undefined;
1656
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1657
+ to?: `0x${string}` | null | undefined;
1658
+ from?: `0x${string}` | undefined;
1659
+ gas?: `0x${string}` | undefined;
1660
+ nonce?: `0x${string}` | undefined;
1661
+ value?: `0x${string}` | undefined;
1662
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1663
+ accessList?: import("viem").AccessList | undefined;
1664
+ blockHash?: `0x${string}` | null | undefined;
1665
+ blockNumber?: `0x${string}` | null | undefined;
1666
+ hash?: `0x${string}` | undefined;
1667
+ input?: `0x${string}` | undefined;
1668
+ transactionIndex?: `0x${string}` | null | undefined;
1669
+ blobVersionedHashes?: undefined;
1670
+ chainId?: `0x${string}` | undefined;
1671
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1672
+ blockHash: `0x${string}` | null;
1673
+ blockNumber: `0x${string}` | null;
1674
+ from: `0x${string}`;
1675
+ gas: `0x${string}`;
1676
+ hash: `0x${string}`;
1677
+ input: `0x${string}`;
1678
+ nonce: `0x${string}`;
1679
+ r: `0x${string}`;
1680
+ s: `0x${string}`;
1681
+ to: `0x${string}` | null;
1682
+ transactionIndex: `0x${string}` | null;
1683
+ typeHex: `0x${string}` | null;
1684
+ v: `0x${string}`;
1685
+ value: `0x${string}`;
1686
+ yParity: `0x${string}`;
1687
+ gasPrice: `0x${string}`;
1688
+ maxFeePerBlobGas?: undefined;
1689
+ maxFeePerGas?: undefined;
1690
+ maxPriorityFeePerGas?: undefined;
1691
+ accessList: import("viem").AccessList;
1692
+ blobVersionedHashes?: undefined;
1693
+ chainId: `0x${string}`;
1694
+ type: "0x1";
1695
+ }, "yParity">, "typeHex"> & {
1696
+ isSystemTx?: undefined;
1697
+ mint?: undefined;
1698
+ sourceHash?: undefined;
1699
+ }) | ({
1700
+ r?: `0x${string}` | undefined;
1701
+ s?: `0x${string}` | undefined;
1702
+ v?: `0x${string}` | undefined;
1703
+ yParity?: `0x${string}` | undefined;
1704
+ gasPrice?: `0x${string}` | undefined;
1705
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1706
+ maxFeePerGas?: `0x${string}` | undefined;
1707
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1708
+ to?: `0x${string}` | null | undefined;
1709
+ from?: `0x${string}` | undefined;
1710
+ gas?: `0x${string}` | undefined;
1711
+ nonce?: `0x${string}` | undefined;
1712
+ value?: `0x${string}` | undefined;
1713
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1714
+ accessList?: import("viem").AccessList | undefined;
1715
+ blockHash?: `0x${string}` | null | undefined;
1716
+ blockNumber?: `0x${string}` | null | undefined;
1717
+ hash?: `0x${string}` | undefined;
1718
+ input?: `0x${string}` | undefined;
1719
+ transactionIndex?: `0x${string}` | null | undefined;
1720
+ blobVersionedHashes?: undefined;
1721
+ chainId?: `0x${string}` | undefined;
1722
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1723
+ blockHash: `0x${string}` | null;
1724
+ blockNumber: `0x${string}` | null;
1725
+ from: `0x${string}`;
1726
+ gas: `0x${string}`;
1727
+ hash: `0x${string}`;
1728
+ input: `0x${string}`;
1729
+ nonce: `0x${string}`;
1730
+ r: `0x${string}`;
1731
+ s: `0x${string}`;
1732
+ to: `0x${string}` | null;
1733
+ transactionIndex: `0x${string}` | null;
1734
+ typeHex: `0x${string}` | null;
1735
+ v: `0x${string}`;
1736
+ value: `0x${string}`;
1737
+ yParity: `0x${string}`;
1738
+ gasPrice?: undefined;
1739
+ maxFeePerBlobGas?: undefined;
1740
+ maxFeePerGas: `0x${string}`;
1741
+ maxPriorityFeePerGas: `0x${string}`;
1742
+ accessList: import("viem").AccessList;
1743
+ blobVersionedHashes?: undefined;
1744
+ chainId: `0x${string}`;
1745
+ type: "0x2";
1746
+ }, "yParity">, "typeHex"> & {
1747
+ isSystemTx?: undefined;
1748
+ mint?: undefined;
1749
+ sourceHash?: undefined;
1750
+ }) | ({
1751
+ r?: `0x${string}` | undefined;
1752
+ s?: `0x${string}` | undefined;
1753
+ v?: `0x${string}` | undefined;
1754
+ yParity?: `0x${string}` | undefined;
1755
+ gasPrice?: `0x${string}` | undefined;
1756
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1757
+ maxFeePerGas?: `0x${string}` | undefined;
1758
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1759
+ to?: `0x${string}` | null | undefined;
1760
+ from?: `0x${string}` | undefined;
1761
+ gas?: `0x${string}` | undefined;
1762
+ nonce?: `0x${string}` | undefined;
1763
+ value?: `0x${string}` | undefined;
1764
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1765
+ accessList?: import("viem").AccessList | undefined;
1766
+ blockHash?: `0x${string}` | null | undefined;
1767
+ blockNumber?: `0x${string}` | null | undefined;
1768
+ hash?: `0x${string}` | undefined;
1769
+ input?: `0x${string}` | undefined;
1770
+ transactionIndex?: `0x${string}` | null | undefined;
1771
+ blobVersionedHashes?: undefined;
1772
+ chainId?: `0x${string}` | undefined;
1773
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
1774
+ isSystemTx?: boolean | undefined;
1775
+ mint?: `0x${string}` | undefined;
1776
+ sourceHash: `0x${string}`;
1777
+ type: "0x7e";
1778
+ }) | ({
1779
+ r?: `0x${string}` | undefined;
1780
+ s?: `0x${string}` | undefined;
1781
+ v?: `0x${string}` | undefined;
1782
+ yParity?: `0x${string}` | undefined;
1783
+ gasPrice?: `0x${string}` | undefined;
1784
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1785
+ maxFeePerGas?: `0x${string}` | undefined;
1786
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1787
+ to?: `0x${string}` | null | undefined;
1788
+ from?: `0x${string}` | undefined;
1789
+ gas?: `0x${string}` | undefined;
1790
+ nonce?: `0x${string}` | undefined;
1791
+ value?: `0x${string}` | undefined;
1792
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1793
+ accessList?: import("viem").AccessList | undefined;
1794
+ blockHash?: `0x${string}` | null | undefined;
1795
+ blockNumber?: `0x${string}` | null | undefined;
1796
+ hash?: `0x${string}` | undefined;
1797
+ input?: `0x${string}` | undefined;
1798
+ transactionIndex?: `0x${string}` | null | undefined;
1799
+ blobVersionedHashes?: `0x${string}`[] | undefined;
1800
+ chainId?: `0x${string}` | undefined;
1801
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1802
+ r: `0x${string}`;
1803
+ s: `0x${string}`;
1804
+ v: `0x${string}`;
1805
+ to: `0x${string}` | null;
1806
+ from: `0x${string}`;
1807
+ gas: `0x${string}`;
1808
+ nonce: `0x${string}`;
1809
+ value: `0x${string}`;
1810
+ blockHash: `0x${string}` | null;
1811
+ blockNumber: `0x${string}` | null;
1812
+ hash: `0x${string}`;
1813
+ input: `0x${string}`;
1814
+ transactionIndex: `0x${string}` | null;
1815
+ typeHex: `0x${string}` | null;
1816
+ gasPrice: `0x${string}`;
1817
+ maxFeePerBlobGas?: undefined;
1818
+ maxFeePerGas?: undefined;
1819
+ maxPriorityFeePerGas?: undefined;
1820
+ accessList?: undefined;
1821
+ blobVersionedHashes?: undefined;
1822
+ chainId?: `0x${string}` | undefined;
1823
+ yParity?: undefined;
1824
+ type: "0x0";
1825
+ }, "yParity">, "typeHex"> & {
1826
+ isSystemTx?: undefined;
1827
+ mint?: undefined;
1828
+ sourceHash?: undefined;
1829
+ }) | ({
1830
+ r?: `0x${string}` | undefined;
1831
+ s?: `0x${string}` | undefined;
1832
+ v?: `0x${string}` | undefined;
1833
+ yParity?: `0x${string}` | undefined;
1834
+ gasPrice?: `0x${string}` | undefined;
1835
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1836
+ maxFeePerGas?: `0x${string}` | undefined;
1837
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1838
+ to?: `0x${string}` | null | undefined;
1839
+ from?: `0x${string}` | undefined;
1840
+ gas?: `0x${string}` | undefined;
1841
+ nonce?: `0x${string}` | undefined;
1842
+ value?: `0x${string}` | undefined;
1843
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1844
+ accessList?: import("viem").AccessList | undefined;
1845
+ blockHash?: `0x${string}` | null | undefined;
1846
+ blockNumber?: `0x${string}` | null | undefined;
1847
+ hash?: `0x${string}` | undefined;
1848
+ input?: `0x${string}` | undefined;
1849
+ transactionIndex?: `0x${string}` | null | undefined;
1850
+ blobVersionedHashes?: `0x${string}`[] | undefined;
1851
+ chainId?: `0x${string}` | undefined;
1852
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1853
+ blockHash: `0x${string}` | null;
1854
+ blockNumber: `0x${string}` | null;
1855
+ from: `0x${string}`;
1856
+ gas: `0x${string}`;
1857
+ hash: `0x${string}`;
1858
+ input: `0x${string}`;
1859
+ nonce: `0x${string}`;
1860
+ r: `0x${string}`;
1861
+ s: `0x${string}`;
1862
+ to: `0x${string}` | null;
1863
+ transactionIndex: `0x${string}` | null;
1864
+ typeHex: `0x${string}` | null;
1865
+ v: `0x${string}`;
1866
+ value: `0x${string}`;
1867
+ yParity: `0x${string}`;
1868
+ gasPrice: `0x${string}`;
1869
+ maxFeePerBlobGas?: undefined;
1870
+ maxFeePerGas?: undefined;
1871
+ maxPriorityFeePerGas?: undefined;
1872
+ accessList: import("viem").AccessList;
1873
+ blobVersionedHashes?: undefined;
1874
+ chainId: `0x${string}`;
1875
+ type: "0x1";
1876
+ }, "yParity">, "typeHex"> & {
1877
+ isSystemTx?: undefined;
1878
+ mint?: undefined;
1879
+ sourceHash?: undefined;
1880
+ }) | ({
1881
+ r?: `0x${string}` | undefined;
1882
+ s?: `0x${string}` | undefined;
1883
+ v?: `0x${string}` | undefined;
1884
+ yParity?: `0x${string}` | undefined;
1885
+ gasPrice?: `0x${string}` | undefined;
1886
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1887
+ maxFeePerGas?: `0x${string}` | undefined;
1888
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1889
+ to?: `0x${string}` | null | undefined;
1890
+ from?: `0x${string}` | undefined;
1891
+ gas?: `0x${string}` | undefined;
1892
+ nonce?: `0x${string}` | undefined;
1893
+ value?: `0x${string}` | undefined;
1894
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1895
+ accessList?: import("viem").AccessList | undefined;
1896
+ blockHash?: `0x${string}` | null | undefined;
1897
+ blockNumber?: `0x${string}` | null | undefined;
1898
+ hash?: `0x${string}` | undefined;
1899
+ input?: `0x${string}` | undefined;
1900
+ transactionIndex?: `0x${string}` | null | undefined;
1901
+ blobVersionedHashes?: `0x${string}`[] | undefined;
1902
+ chainId?: `0x${string}` | undefined;
1903
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1904
+ blockHash: `0x${string}` | null;
1905
+ blockNumber: `0x${string}` | null;
1906
+ from: `0x${string}`;
1907
+ gas: `0x${string}`;
1908
+ hash: `0x${string}`;
1909
+ input: `0x${string}`;
1910
+ nonce: `0x${string}`;
1911
+ r: `0x${string}`;
1912
+ s: `0x${string}`;
1913
+ to: `0x${string}` | null;
1914
+ transactionIndex: `0x${string}` | null;
1915
+ typeHex: `0x${string}` | null;
1916
+ v: `0x${string}`;
1917
+ value: `0x${string}`;
1918
+ yParity: `0x${string}`;
1919
+ gasPrice?: undefined;
1920
+ maxFeePerBlobGas?: undefined;
1921
+ maxFeePerGas: `0x${string}`;
1922
+ maxPriorityFeePerGas: `0x${string}`;
1923
+ accessList: import("viem").AccessList;
1924
+ blobVersionedHashes?: undefined;
1925
+ chainId: `0x${string}`;
1926
+ type: "0x2";
1927
+ }, "yParity">, "typeHex"> & {
1928
+ isSystemTx?: undefined;
1929
+ mint?: undefined;
1930
+ sourceHash?: undefined;
1931
+ }) | ({
1932
+ r?: `0x${string}` | undefined;
1933
+ s?: `0x${string}` | undefined;
1934
+ v?: `0x${string}` | undefined;
1935
+ yParity?: `0x${string}` | undefined;
1936
+ gasPrice?: `0x${string}` | undefined;
1937
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1938
+ maxFeePerGas?: `0x${string}` | undefined;
1939
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1940
+ to?: `0x${string}` | null | undefined;
1941
+ from?: `0x${string}` | undefined;
1942
+ gas?: `0x${string}` | undefined;
1943
+ nonce?: `0x${string}` | undefined;
1944
+ value?: `0x${string}` | undefined;
1945
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1946
+ accessList?: import("viem").AccessList | undefined;
1947
+ blockHash?: `0x${string}` | null | undefined;
1948
+ blockNumber?: `0x${string}` | null | undefined;
1949
+ hash?: `0x${string}` | undefined;
1950
+ input?: `0x${string}` | undefined;
1951
+ transactionIndex?: `0x${string}` | null | undefined;
1952
+ blobVersionedHashes?: `0x${string}`[] | undefined;
1953
+ chainId?: `0x${string}` | undefined;
1954
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
1955
+ blockHash: `0x${string}` | null;
1956
+ blockNumber: `0x${string}` | null;
1957
+ from: `0x${string}`;
1958
+ gas: `0x${string}`;
1959
+ hash: `0x${string}`;
1960
+ input: `0x${string}`;
1961
+ nonce: `0x${string}`;
1962
+ r: `0x${string}`;
1963
+ s: `0x${string}`;
1964
+ to: `0x${string}` | null;
1965
+ transactionIndex: `0x${string}` | null;
1966
+ typeHex: `0x${string}` | null;
1967
+ v: `0x${string}`;
1968
+ value: `0x${string}`;
1969
+ yParity: `0x${string}`;
1970
+ gasPrice?: undefined;
1971
+ maxFeePerBlobGas: `0x${string}`;
1972
+ maxFeePerGas: `0x${string}`;
1973
+ maxPriorityFeePerGas: `0x${string}`;
1974
+ accessList: import("viem").AccessList;
1975
+ blobVersionedHashes: `0x${string}`[];
1976
+ chainId: `0x${string}`;
1977
+ type: "0x3";
1978
+ }, "yParity">, "typeHex"> & {
1979
+ isSystemTx?: undefined;
1980
+ mint?: undefined;
1981
+ sourceHash?: undefined;
1982
+ }) | ({
1983
+ r?: `0x${string}` | undefined;
1984
+ s?: `0x${string}` | undefined;
1985
+ v?: `0x${string}` | undefined;
1986
+ yParity?: `0x${string}` | undefined;
1987
+ gasPrice?: `0x${string}` | undefined;
1988
+ maxFeePerBlobGas?: `0x${string}` | undefined;
1989
+ maxFeePerGas?: `0x${string}` | undefined;
1990
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1991
+ to?: `0x${string}` | null | undefined;
1992
+ from?: `0x${string}` | undefined;
1993
+ gas?: `0x${string}` | undefined;
1994
+ nonce?: `0x${string}` | undefined;
1995
+ value?: `0x${string}` | undefined;
1996
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
1997
+ accessList?: import("viem").AccessList | undefined;
1998
+ blockHash?: `0x${string}` | null | undefined;
1999
+ blockNumber?: `0x${string}` | null | undefined;
2000
+ hash?: `0x${string}` | undefined;
2001
+ input?: `0x${string}` | undefined;
2002
+ transactionIndex?: `0x${string}` | null | undefined;
2003
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2004
+ chainId?: `0x${string}` | undefined;
2005
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
2006
+ isSystemTx?: boolean | undefined;
2007
+ mint?: `0x${string}` | undefined;
2008
+ sourceHash: `0x${string}`;
2009
+ type: "0x7e";
2010
+ })) => {
2011
+ r: `0x${string}`;
2012
+ s: `0x${string}`;
2013
+ v: bigint;
2014
+ to: `0x${string}` | null;
2015
+ from: `0x${string}`;
2016
+ gas: bigint;
2017
+ nonce: number;
2018
+ value: bigint;
2019
+ blockHash: `0x${string}` | null;
2020
+ blockNumber: bigint | null;
2021
+ hash: `0x${string}`;
2022
+ input: `0x${string}`;
2023
+ transactionIndex: number | null;
2024
+ typeHex: `0x${string}` | null;
2025
+ gasPrice: bigint;
2026
+ maxFeePerBlobGas?: undefined;
2027
+ maxFeePerGas?: undefined;
2028
+ maxPriorityFeePerGas?: undefined;
2029
+ accessList?: undefined;
2030
+ blobVersionedHashes?: undefined;
2031
+ chainId?: number | undefined;
2032
+ yParity?: undefined;
2033
+ type: "legacy";
2034
+ isSystemTx?: undefined;
2035
+ mint?: undefined;
2036
+ sourceHash?: undefined;
2037
+ } | {
2038
+ r: `0x${string}`;
2039
+ s: `0x${string}`;
2040
+ v: bigint;
2041
+ to: `0x${string}` | null;
2042
+ from: `0x${string}`;
2043
+ gas: bigint;
2044
+ nonce: number;
2045
+ value: bigint;
2046
+ blockHash: `0x${string}` | null;
2047
+ blockNumber: bigint | null;
2048
+ hash: `0x${string}`;
2049
+ input: `0x${string}`;
2050
+ transactionIndex: number | null;
2051
+ typeHex: `0x${string}` | null;
2052
+ gasPrice: undefined;
2053
+ maxFeePerBlobGas?: undefined;
2054
+ maxFeePerGas: bigint;
2055
+ maxPriorityFeePerGas: bigint;
2056
+ accessList?: undefined;
2057
+ blobVersionedHashes?: undefined;
2058
+ chainId?: number | undefined;
2059
+ yParity: number;
2060
+ type: "deposit";
2061
+ isSystemTx?: boolean | undefined;
2062
+ mint?: bigint | undefined;
2063
+ sourceHash: `0x${string}`;
2064
+ } | {
2065
+ blockHash: `0x${string}` | null;
2066
+ blockNumber: bigint | null;
2067
+ from: `0x${string}`;
2068
+ gas: bigint;
2069
+ hash: `0x${string}`;
2070
+ input: `0x${string}`;
2071
+ nonce: number;
2072
+ r: `0x${string}`;
2073
+ s: `0x${string}`;
2074
+ to: `0x${string}` | null;
2075
+ transactionIndex: number | null;
2076
+ typeHex: `0x${string}` | null;
2077
+ v: bigint;
2078
+ value: bigint;
2079
+ yParity: number;
2080
+ gasPrice: bigint;
2081
+ maxFeePerBlobGas?: undefined;
2082
+ maxFeePerGas?: undefined;
2083
+ maxPriorityFeePerGas?: undefined;
2084
+ accessList: import("viem").AccessList;
2085
+ blobVersionedHashes?: undefined;
2086
+ chainId: number;
2087
+ type: "eip2930";
2088
+ isSystemTx?: undefined;
2089
+ mint?: undefined;
2090
+ sourceHash?: undefined;
2091
+ } | {
2092
+ blockHash: `0x${string}` | null;
2093
+ blockNumber: bigint | null;
2094
+ from: `0x${string}`;
2095
+ gas: bigint;
2096
+ hash: `0x${string}`;
2097
+ input: `0x${string}`;
2098
+ nonce: number;
2099
+ r: `0x${string}`;
2100
+ s: `0x${string}`;
2101
+ to: `0x${string}` | null;
2102
+ transactionIndex: number | null;
2103
+ typeHex: `0x${string}` | null;
2104
+ v: bigint;
2105
+ value: bigint;
2106
+ yParity: number;
2107
+ gasPrice: undefined;
2108
+ maxFeePerBlobGas?: undefined;
2109
+ maxFeePerGas: bigint;
2110
+ maxPriorityFeePerGas: bigint;
2111
+ accessList: import("viem").AccessList;
2112
+ blobVersionedHashes?: undefined;
2113
+ chainId: number;
2114
+ type: "eip1559";
2115
+ isSystemTx?: undefined;
2116
+ mint?: undefined;
2117
+ sourceHash?: undefined;
2118
+ } | {
2119
+ blockHash: `0x${string}` | null;
2120
+ blockNumber: bigint | null;
2121
+ from: `0x${string}`;
2122
+ gas: bigint;
2123
+ hash: `0x${string}`;
2124
+ input: `0x${string}`;
2125
+ nonce: number;
2126
+ r: `0x${string}`;
2127
+ s: `0x${string}`;
2128
+ to: `0x${string}` | null;
2129
+ transactionIndex: number | null;
2130
+ typeHex: `0x${string}` | null;
2131
+ v: bigint;
2132
+ value: bigint;
2133
+ yParity: number;
2134
+ gasPrice: undefined;
2135
+ maxFeePerBlobGas?: undefined;
2136
+ maxFeePerGas: bigint;
2137
+ maxPriorityFeePerGas: bigint;
2138
+ accessList: import("viem").AccessList;
2139
+ blobVersionedHashes?: undefined;
2140
+ chainId: number;
2141
+ type: "deposit";
2142
+ isSystemTx?: boolean | undefined;
2143
+ mint?: bigint | undefined;
2144
+ sourceHash: `0x${string}`;
2145
+ } | {
2146
+ blockHash: `0x${string}` | null;
2147
+ blockNumber: bigint | null;
2148
+ from: `0x${string}`;
2149
+ gas: bigint;
2150
+ hash: `0x${string}`;
2151
+ input: `0x${string}`;
2152
+ nonce: number;
2153
+ r: `0x${string}`;
2154
+ s: `0x${string}`;
2155
+ to: `0x${string}` | null;
2156
+ transactionIndex: number | null;
2157
+ typeHex: `0x${string}` | null;
2158
+ v: bigint;
2159
+ value: bigint;
2160
+ yParity: number;
2161
+ gasPrice: bigint;
2162
+ maxFeePerBlobGas?: undefined;
2163
+ maxFeePerGas: undefined;
2164
+ maxPriorityFeePerGas: undefined;
2165
+ accessList: import("viem").AccessList;
2166
+ blobVersionedHashes?: undefined;
2167
+ chainId: number;
2168
+ type: "eip2930";
2169
+ isSystemTx?: undefined;
2170
+ mint?: undefined;
2171
+ sourceHash?: undefined;
2172
+ } | {
2173
+ blockHash: `0x${string}` | null;
2174
+ blockNumber: bigint | null;
2175
+ from: `0x${string}`;
2176
+ gas: bigint;
2177
+ hash: `0x${string}`;
2178
+ input: `0x${string}`;
2179
+ nonce: number;
2180
+ r: `0x${string}`;
2181
+ s: `0x${string}`;
2182
+ to: `0x${string}` | null;
2183
+ transactionIndex: number | null;
2184
+ typeHex: `0x${string}` | null;
2185
+ v: bigint;
2186
+ value: bigint;
2187
+ yParity: number;
2188
+ gasPrice?: undefined;
2189
+ maxFeePerBlobGas?: undefined;
2190
+ maxFeePerGas: bigint;
2191
+ maxPriorityFeePerGas: bigint;
2192
+ accessList: import("viem").AccessList;
2193
+ blobVersionedHashes?: undefined;
2194
+ chainId: number;
2195
+ type: "eip1559";
2196
+ isSystemTx?: undefined;
2197
+ mint?: undefined;
2198
+ sourceHash?: undefined;
2199
+ } | {
2200
+ blockHash: `0x${string}` | null;
2201
+ blockNumber: bigint | null;
2202
+ from: `0x${string}`;
2203
+ gas: bigint;
2204
+ hash: `0x${string}`;
2205
+ input: `0x${string}`;
2206
+ nonce: number;
2207
+ r: `0x${string}`;
2208
+ s: `0x${string}`;
2209
+ to: `0x${string}` | null;
2210
+ transactionIndex: number | null;
2211
+ typeHex: `0x${string}` | null;
2212
+ v: bigint;
2213
+ value: bigint;
2214
+ yParity: number;
2215
+ gasPrice?: undefined;
2216
+ maxFeePerBlobGas?: undefined;
2217
+ maxFeePerGas: bigint;
2218
+ maxPriorityFeePerGas: bigint;
2219
+ accessList: import("viem").AccessList;
2220
+ blobVersionedHashes?: undefined;
2221
+ chainId: number;
2222
+ type: "deposit";
2223
+ isSystemTx?: boolean | undefined;
2224
+ mint?: bigint | undefined;
2225
+ sourceHash: `0x${string}`;
2226
+ } | {
2227
+ blockHash: `0x${string}` | null;
2228
+ blockNumber: bigint | null;
2229
+ from: `0x${string}`;
2230
+ gas: bigint;
2231
+ hash: `0x${string}`;
2232
+ input: `0x${string}`;
2233
+ nonce: number;
2234
+ r: `0x${string}`;
2235
+ s: `0x${string}`;
2236
+ to: `0x${string}` | null;
2237
+ transactionIndex: number | null;
2238
+ typeHex: `0x${string}` | null;
2239
+ v: bigint;
2240
+ value: bigint;
2241
+ yParity: number;
2242
+ gasPrice?: undefined;
2243
+ maxFeePerBlobGas: bigint;
2244
+ maxFeePerGas: bigint;
2245
+ maxPriorityFeePerGas: bigint;
2246
+ accessList: import("viem").AccessList;
2247
+ blobVersionedHashes: `0x${string}`[];
2248
+ chainId: number;
2249
+ type: "eip4844";
2250
+ isSystemTx?: undefined;
2251
+ mint?: undefined;
2252
+ sourceHash?: undefined;
2253
+ } | {
2254
+ blockHash: `0x${string}` | null;
2255
+ blockNumber: bigint | null;
2256
+ from: `0x${string}`;
2257
+ gas: bigint;
2258
+ hash: `0x${string}`;
2259
+ input: `0x${string}`;
2260
+ nonce: number;
2261
+ r: `0x${string}`;
2262
+ s: `0x${string}`;
2263
+ to: `0x${string}` | null;
2264
+ transactionIndex: number | null;
2265
+ typeHex: `0x${string}` | null;
2266
+ v: bigint;
2267
+ value: bigint;
2268
+ yParity: number;
2269
+ gasPrice?: undefined;
2270
+ maxFeePerBlobGas: undefined;
2271
+ maxFeePerGas: bigint;
2272
+ maxPriorityFeePerGas: bigint;
2273
+ accessList: import("viem").AccessList;
2274
+ blobVersionedHashes: `0x${string}`[];
2275
+ chainId: number;
2276
+ type: "deposit";
2277
+ isSystemTx?: boolean | undefined;
2278
+ mint?: bigint | undefined;
2279
+ sourceHash: `0x${string}`;
2280
+ };
2281
+ type: "transaction";
2282
+ };
2283
+ readonly transactionReceipt: {
2284
+ exclude: [] | undefined;
2285
+ format: (args: import("viem/chains").Assign<import("viem").ExactPartial<import("viem").RpcTransactionReceipt>, import("viem/chains").OpStackRpcTransactionReceiptOverrides>) => {
2286
+ blobGasPrice?: bigint | undefined;
2287
+ blobGasUsed?: bigint | undefined;
2288
+ blockHash: `0x${string}`;
2289
+ blockNumber: bigint;
2290
+ contractAddress: `0x${string}` | null | undefined;
2291
+ cumulativeGasUsed: bigint;
2292
+ effectiveGasPrice: bigint;
2293
+ from: `0x${string}`;
2294
+ gasUsed: bigint;
2295
+ logs: import("viem").Log<bigint, number, false, undefined, undefined, undefined, undefined>[];
2296
+ logsBloom: `0x${string}`;
2297
+ root?: `0x${string}` | undefined;
2298
+ status: "success" | "reverted";
2299
+ to: `0x${string}` | null;
2300
+ transactionHash: `0x${string}`;
2301
+ transactionIndex: number;
2302
+ type: import("viem").TransactionType;
2303
+ l1GasPrice: bigint | null;
2304
+ l1GasUsed: bigint | null;
2305
+ l1Fee: bigint | null;
2306
+ l1FeeScalar: number | null;
2307
+ };
2308
+ type: "transactionReceipt";
2309
+ };
2310
+ };
2311
+ serializers: {
2312
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2313
+ };
2314
+ fees?: import("viem").ChainFees<undefined> | undefined;
2315
+ };
1195
2316
  explorerInfo: {
1196
2317
  readonly name: "Basescan";
1197
2318
  readonly url: "https://basescan.org";
2319
+ readonly apiUrl: "https://api.basescan.org/api";
1198
2320
  };
1199
2321
  isFiatCheckoutSupported: boolean;
1200
2322
  moonpayChainName: string;
@@ -1206,9 +2328,43 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1206
2328
  decimals: 18;
1207
2329
  name: "MATIC";
1208
2330
  };
2331
+ chainInfo: {
2332
+ blockExplorers: {
2333
+ readonly default: {
2334
+ readonly name: "PolygonScan";
2335
+ readonly url: "https://polygonscan.com";
2336
+ readonly apiUrl: "https://api.polygonscan.com/api";
2337
+ };
2338
+ };
2339
+ contracts: {
2340
+ readonly multicall3: {
2341
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2342
+ readonly blockCreated: 25770160;
2343
+ };
2344
+ };
2345
+ id: 137;
2346
+ name: "Polygon";
2347
+ nativeCurrency: {
2348
+ readonly name: "MATIC";
2349
+ readonly symbol: "MATIC";
2350
+ readonly decimals: 18;
2351
+ };
2352
+ rpcUrls: {
2353
+ readonly default: {
2354
+ readonly http: readonly ["https://polygon-rpc.com"];
2355
+ };
2356
+ };
2357
+ sourceId?: number | undefined;
2358
+ testnet?: boolean | undefined;
2359
+ custom?: Record<string, unknown> | undefined;
2360
+ formatters?: undefined;
2361
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
2362
+ fees?: import("viem").ChainFees<undefined> | undefined;
2363
+ };
1209
2364
  explorerInfo: {
1210
2365
  readonly name: "PolygonScan";
1211
2366
  readonly url: "https://polygonscan.com";
2367
+ readonly apiUrl: "https://api.polygonscan.com/api";
1212
2368
  };
1213
2369
  isFiatCheckoutSupported: boolean;
1214
2370
  moonpayChainName: string;
@@ -1220,9 +2376,43 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1220
2376
  decimals: 18;
1221
2377
  name: "Ether";
1222
2378
  };
2379
+ chainInfo: {
2380
+ blockExplorers: {
2381
+ readonly default: {
2382
+ readonly name: "Arbiscan";
2383
+ readonly url: "https://arbiscan.io";
2384
+ readonly apiUrl: "https://api.arbiscan.io/api";
2385
+ };
2386
+ };
2387
+ contracts: {
2388
+ readonly multicall3: {
2389
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2390
+ readonly blockCreated: 7654707;
2391
+ };
2392
+ };
2393
+ id: 42161;
2394
+ name: "Arbitrum One";
2395
+ nativeCurrency: {
2396
+ readonly name: "Ether";
2397
+ readonly symbol: "ETH";
2398
+ readonly decimals: 18;
2399
+ };
2400
+ rpcUrls: {
2401
+ readonly default: {
2402
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
2403
+ };
2404
+ };
2405
+ sourceId?: number | undefined;
2406
+ testnet?: boolean | undefined;
2407
+ custom?: Record<string, unknown> | undefined;
2408
+ formatters?: undefined;
2409
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
2410
+ fees?: import("viem").ChainFees<undefined> | undefined;
2411
+ };
1223
2412
  explorerInfo: {
1224
2413
  readonly name: "Arbiscan";
1225
2414
  readonly url: "https://arbiscan.io";
2415
+ readonly apiUrl: "https://api.arbiscan.io/api";
1226
2416
  };
1227
2417
  isFiatCheckoutSupported: boolean;
1228
2418
  moonpayChainName: string;
@@ -1234,9 +2424,50 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1234
2424
  decimals: 18;
1235
2425
  name: "Goerli Ether";
1236
2426
  };
2427
+ chainInfo: {
2428
+ blockExplorers: {
2429
+ readonly default: {
2430
+ readonly name: "Etherscan";
2431
+ readonly url: "https://goerli.etherscan.io";
2432
+ readonly apiUrl: "https://api-goerli.etherscan.io/api";
2433
+ };
2434
+ };
2435
+ contracts: {
2436
+ readonly ensRegistry: {
2437
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2438
+ };
2439
+ readonly ensUniversalResolver: {
2440
+ readonly address: "0xfc4AC75C46C914aF5892d6d3eFFcebD7917293F1";
2441
+ readonly blockCreated: 10339206;
2442
+ };
2443
+ readonly multicall3: {
2444
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2445
+ readonly blockCreated: 6507670;
2446
+ };
2447
+ };
2448
+ id: 5;
2449
+ name: "Goerli";
2450
+ nativeCurrency: {
2451
+ readonly name: "Goerli Ether";
2452
+ readonly symbol: "ETH";
2453
+ readonly decimals: 18;
2454
+ };
2455
+ rpcUrls: {
2456
+ readonly default: {
2457
+ readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
2458
+ };
2459
+ };
2460
+ sourceId?: number | undefined;
2461
+ testnet: true;
2462
+ custom?: Record<string, unknown> | undefined;
2463
+ formatters?: undefined;
2464
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
2465
+ fees?: import("viem").ChainFees<undefined> | undefined;
2466
+ };
1237
2467
  explorerInfo: {
1238
2468
  readonly name: "Etherscan";
1239
2469
  readonly url: "https://goerli.etherscan.io";
2470
+ readonly apiUrl: "https://api-goerli.etherscan.io/api";
1240
2471
  };
1241
2472
  isFiatCheckoutSupported: boolean;
1242
2473
  moonpayChainName: null;
@@ -1248,6 +2479,39 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1248
2479
  decimals: 18;
1249
2480
  name: "Arbitrum Sepolia Ether";
1250
2481
  };
2482
+ chainInfo: {
2483
+ blockExplorers: {
2484
+ readonly default: {
2485
+ readonly name: "Arbiscan";
2486
+ readonly url: "https://sepolia.arbiscan.io";
2487
+ readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2488
+ };
2489
+ };
2490
+ contracts: {
2491
+ readonly multicall3: {
2492
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2493
+ readonly blockCreated: 81930;
2494
+ };
2495
+ };
2496
+ id: 421614;
2497
+ name: "Arbitrum Sepolia";
2498
+ nativeCurrency: {
2499
+ readonly name: "Arbitrum Sepolia Ether";
2500
+ readonly symbol: "ETH";
2501
+ readonly decimals: 18;
2502
+ };
2503
+ rpcUrls: {
2504
+ readonly default: {
2505
+ readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
2506
+ };
2507
+ };
2508
+ sourceId?: number | undefined;
2509
+ testnet: true;
2510
+ custom?: Record<string, unknown> | undefined;
2511
+ formatters?: undefined;
2512
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
2513
+ fees?: import("viem").ChainFees<undefined> | undefined;
2514
+ };
1251
2515
  explorerInfo: {
1252
2516
  name: string;
1253
2517
  url: string;
@@ -1258,4 +2522,1258 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1258
2522
  };
1259
2523
  };
1260
2524
  export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_ID_LIST: string[];
2525
+ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
2526
+ blockExplorers: {
2527
+ readonly default: {
2528
+ readonly name: "Etherscan";
2529
+ readonly url: "https://etherscan.io";
2530
+ readonly apiUrl: "https://api.etherscan.io/api";
2531
+ };
2532
+ };
2533
+ contracts: {
2534
+ readonly ensRegistry: {
2535
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2536
+ };
2537
+ readonly ensUniversalResolver: {
2538
+ readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
2539
+ readonly blockCreated: 19258213;
2540
+ };
2541
+ readonly multicall3: {
2542
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2543
+ readonly blockCreated: 14353601;
2544
+ };
2545
+ };
2546
+ id: 1;
2547
+ name: "Ethereum";
2548
+ nativeCurrency: {
2549
+ readonly name: "Ether";
2550
+ readonly symbol: "ETH";
2551
+ readonly decimals: 18;
2552
+ };
2553
+ rpcUrls: {
2554
+ readonly default: {
2555
+ readonly http: readonly ["https://cloudflare-eth.com"];
2556
+ };
2557
+ };
2558
+ sourceId?: number | undefined;
2559
+ testnet?: boolean | undefined;
2560
+ custom?: Record<string, unknown> | undefined;
2561
+ formatters?: undefined;
2562
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
2563
+ fees?: import("viem").ChainFees<undefined> | undefined;
2564
+ } | {
2565
+ blockExplorers: {
2566
+ readonly default: {
2567
+ readonly name: "Basescan";
2568
+ readonly url: "https://basescan.org";
2569
+ readonly apiUrl: "https://api.basescan.org/api";
2570
+ };
2571
+ };
2572
+ contracts: {
2573
+ readonly l2OutputOracle: {
2574
+ readonly 1: {
2575
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
2576
+ };
2577
+ };
2578
+ readonly multicall3: {
2579
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2580
+ readonly blockCreated: 5022;
2581
+ };
2582
+ readonly portal: {
2583
+ readonly 1: {
2584
+ readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
2585
+ readonly blockCreated: 17482143;
2586
+ };
2587
+ };
2588
+ readonly l1StandardBridge: {
2589
+ readonly 1: {
2590
+ readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
2591
+ readonly blockCreated: 17482143;
2592
+ };
2593
+ };
2594
+ readonly gasPriceOracle: {
2595
+ readonly address: "0x420000000000000000000000000000000000000F";
2596
+ };
2597
+ readonly l1Block: {
2598
+ readonly address: "0x4200000000000000000000000000000000000015";
2599
+ };
2600
+ readonly l2CrossDomainMessenger: {
2601
+ readonly address: "0x4200000000000000000000000000000000000007";
2602
+ };
2603
+ readonly l2Erc721Bridge: {
2604
+ readonly address: "0x4200000000000000000000000000000000000014";
2605
+ };
2606
+ readonly l2StandardBridge: {
2607
+ readonly address: "0x4200000000000000000000000000000000000010";
2608
+ };
2609
+ readonly l2ToL1MessagePasser: {
2610
+ readonly address: "0x4200000000000000000000000000000000000016";
2611
+ };
2612
+ };
2613
+ id: 8453;
2614
+ name: "Base";
2615
+ nativeCurrency: {
2616
+ readonly name: "Ether";
2617
+ readonly symbol: "ETH";
2618
+ readonly decimals: 18;
2619
+ };
2620
+ rpcUrls: {
2621
+ readonly default: {
2622
+ readonly http: readonly ["https://mainnet.base.org"];
2623
+ };
2624
+ };
2625
+ sourceId: 1;
2626
+ testnet?: boolean | undefined;
2627
+ custom?: Record<string, unknown> | undefined;
2628
+ formatters: {
2629
+ readonly block: {
2630
+ exclude: [] | undefined;
2631
+ format: (args: import("viem/chains").Assign<import("viem").ExactPartial<import("viem").RpcBlock<import("viem").BlockTag, boolean, import("viem").RpcTransaction<boolean>>>, import("viem/chains").OpStackRpcBlockOverrides & {
2632
+ transactions: `0x${string}`[] | import("viem/chains").OpStackRpcTransaction<boolean>[];
2633
+ }>) => {
2634
+ baseFeePerGas: bigint | null;
2635
+ blobGasUsed: bigint;
2636
+ difficulty: bigint;
2637
+ excessBlobGas: bigint;
2638
+ extraData: `0x${string}`;
2639
+ gasLimit: bigint;
2640
+ gasUsed: bigint;
2641
+ hash: `0x${string}` | null;
2642
+ logsBloom: `0x${string}` | null;
2643
+ miner: `0x${string}`;
2644
+ mixHash: `0x${string}`;
2645
+ nonce: `0x${string}` | null;
2646
+ number: bigint | null;
2647
+ parentHash: `0x${string}`;
2648
+ receiptsRoot: `0x${string}`;
2649
+ sealFields: `0x${string}`[];
2650
+ sha3Uncles: `0x${string}`;
2651
+ size: bigint;
2652
+ stateRoot: `0x${string}`;
2653
+ timestamp: bigint;
2654
+ totalDifficulty: bigint | null;
2655
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
2656
+ transactionsRoot: `0x${string}`;
2657
+ uncles: `0x${string}`[];
2658
+ withdrawals?: import("viem").Withdrawal[] | undefined;
2659
+ withdrawalsRoot?: `0x${string}` | undefined;
2660
+ };
2661
+ type: "block";
2662
+ };
2663
+ readonly transaction: {
2664
+ exclude: [] | undefined;
2665
+ format: (args: ({
2666
+ r?: `0x${string}` | undefined;
2667
+ s?: `0x${string}` | undefined;
2668
+ v?: `0x${string}` | undefined;
2669
+ yParity?: `0x${string}` | undefined;
2670
+ gasPrice?: `0x${string}` | undefined;
2671
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2672
+ maxFeePerGas?: `0x${string}` | undefined;
2673
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2674
+ to?: `0x${string}` | null | undefined;
2675
+ from?: `0x${string}` | undefined;
2676
+ gas?: `0x${string}` | undefined;
2677
+ nonce?: `0x${string}` | undefined;
2678
+ value?: `0x${string}` | undefined;
2679
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2680
+ accessList?: undefined;
2681
+ blockHash?: `0x${string}` | null | undefined;
2682
+ blockNumber?: `0x${string}` | null | undefined;
2683
+ hash?: `0x${string}` | undefined;
2684
+ input?: `0x${string}` | undefined;
2685
+ transactionIndex?: `0x${string}` | null | undefined;
2686
+ blobVersionedHashes?: undefined;
2687
+ chainId?: `0x${string}` | undefined;
2688
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2689
+ r: `0x${string}`;
2690
+ s: `0x${string}`;
2691
+ v: `0x${string}`;
2692
+ to: `0x${string}` | null;
2693
+ from: `0x${string}`;
2694
+ gas: `0x${string}`;
2695
+ nonce: `0x${string}`;
2696
+ value: `0x${string}`;
2697
+ blockHash: `0x${string}` | null;
2698
+ blockNumber: `0x${string}` | null;
2699
+ hash: `0x${string}`;
2700
+ input: `0x${string}`;
2701
+ transactionIndex: `0x${string}` | null;
2702
+ typeHex: `0x${string}` | null;
2703
+ gasPrice: `0x${string}`;
2704
+ maxFeePerBlobGas?: undefined;
2705
+ maxFeePerGas?: undefined;
2706
+ maxPriorityFeePerGas?: undefined;
2707
+ accessList?: undefined;
2708
+ blobVersionedHashes?: undefined;
2709
+ chainId?: `0x${string}` | undefined;
2710
+ yParity?: undefined;
2711
+ type: "0x0";
2712
+ }, "yParity">, "typeHex"> & {
2713
+ isSystemTx?: undefined;
2714
+ mint?: undefined;
2715
+ sourceHash?: undefined;
2716
+ }) | ({
2717
+ r?: `0x${string}` | undefined;
2718
+ s?: `0x${string}` | undefined;
2719
+ v?: `0x${string}` | undefined;
2720
+ yParity?: `0x${string}` | undefined;
2721
+ gasPrice?: `0x${string}` | undefined;
2722
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2723
+ maxFeePerGas?: `0x${string}` | undefined;
2724
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2725
+ to?: `0x${string}` | null | undefined;
2726
+ from?: `0x${string}` | undefined;
2727
+ gas?: `0x${string}` | undefined;
2728
+ nonce?: `0x${string}` | undefined;
2729
+ value?: `0x${string}` | undefined;
2730
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2731
+ accessList?: undefined;
2732
+ blockHash?: `0x${string}` | null | undefined;
2733
+ blockNumber?: `0x${string}` | null | undefined;
2734
+ hash?: `0x${string}` | undefined;
2735
+ input?: `0x${string}` | undefined;
2736
+ transactionIndex?: `0x${string}` | null | undefined;
2737
+ blobVersionedHashes?: undefined;
2738
+ chainId?: `0x${string}` | undefined;
2739
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
2740
+ isSystemTx?: boolean | undefined;
2741
+ mint?: `0x${string}` | undefined;
2742
+ sourceHash: `0x${string}`;
2743
+ type: "0x7e";
2744
+ }) | ({
2745
+ r?: `0x${string}` | undefined;
2746
+ s?: `0x${string}` | undefined;
2747
+ v?: `0x${string}` | undefined;
2748
+ yParity?: `0x${string}` | undefined;
2749
+ gasPrice?: `0x${string}` | undefined;
2750
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2751
+ maxFeePerGas?: `0x${string}` | undefined;
2752
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2753
+ to?: `0x${string}` | null | undefined;
2754
+ from?: `0x${string}` | undefined;
2755
+ gas?: `0x${string}` | undefined;
2756
+ nonce?: `0x${string}` | undefined;
2757
+ value?: `0x${string}` | undefined;
2758
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2759
+ accessList?: import("viem").AccessList | undefined;
2760
+ blockHash?: `0x${string}` | null | undefined;
2761
+ blockNumber?: `0x${string}` | null | undefined;
2762
+ hash?: `0x${string}` | undefined;
2763
+ input?: `0x${string}` | undefined;
2764
+ transactionIndex?: `0x${string}` | null | undefined;
2765
+ blobVersionedHashes?: undefined;
2766
+ chainId?: `0x${string}` | undefined;
2767
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2768
+ r: `0x${string}`;
2769
+ s: `0x${string}`;
2770
+ v: `0x${string}`;
2771
+ to: `0x${string}` | null;
2772
+ from: `0x${string}`;
2773
+ gas: `0x${string}`;
2774
+ nonce: `0x${string}`;
2775
+ value: `0x${string}`;
2776
+ blockHash: `0x${string}` | null;
2777
+ blockNumber: `0x${string}` | null;
2778
+ hash: `0x${string}`;
2779
+ input: `0x${string}`;
2780
+ transactionIndex: `0x${string}` | null;
2781
+ typeHex: `0x${string}` | null;
2782
+ gasPrice: `0x${string}`;
2783
+ maxFeePerBlobGas?: undefined;
2784
+ maxFeePerGas?: undefined;
2785
+ maxPriorityFeePerGas?: undefined;
2786
+ accessList?: undefined;
2787
+ blobVersionedHashes?: undefined;
2788
+ chainId?: `0x${string}` | undefined;
2789
+ yParity?: undefined;
2790
+ type: "0x0";
2791
+ }, "yParity">, "typeHex"> & {
2792
+ isSystemTx?: undefined;
2793
+ mint?: undefined;
2794
+ sourceHash?: undefined;
2795
+ }) | ({
2796
+ r?: `0x${string}` | undefined;
2797
+ s?: `0x${string}` | undefined;
2798
+ v?: `0x${string}` | undefined;
2799
+ yParity?: `0x${string}` | undefined;
2800
+ gasPrice?: `0x${string}` | undefined;
2801
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2802
+ maxFeePerGas?: `0x${string}` | undefined;
2803
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2804
+ to?: `0x${string}` | null | undefined;
2805
+ from?: `0x${string}` | undefined;
2806
+ gas?: `0x${string}` | undefined;
2807
+ nonce?: `0x${string}` | undefined;
2808
+ value?: `0x${string}` | undefined;
2809
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2810
+ accessList?: import("viem").AccessList | undefined;
2811
+ blockHash?: `0x${string}` | null | undefined;
2812
+ blockNumber?: `0x${string}` | null | undefined;
2813
+ hash?: `0x${string}` | undefined;
2814
+ input?: `0x${string}` | undefined;
2815
+ transactionIndex?: `0x${string}` | null | undefined;
2816
+ blobVersionedHashes?: undefined;
2817
+ chainId?: `0x${string}` | undefined;
2818
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2819
+ blockHash: `0x${string}` | null;
2820
+ blockNumber: `0x${string}` | null;
2821
+ from: `0x${string}`;
2822
+ gas: `0x${string}`;
2823
+ hash: `0x${string}`;
2824
+ input: `0x${string}`;
2825
+ nonce: `0x${string}`;
2826
+ r: `0x${string}`;
2827
+ s: `0x${string}`;
2828
+ to: `0x${string}` | null;
2829
+ transactionIndex: `0x${string}` | null;
2830
+ typeHex: `0x${string}` | null;
2831
+ v: `0x${string}`;
2832
+ value: `0x${string}`;
2833
+ yParity: `0x${string}`;
2834
+ gasPrice: `0x${string}`;
2835
+ maxFeePerBlobGas?: undefined;
2836
+ maxFeePerGas?: undefined;
2837
+ maxPriorityFeePerGas?: undefined;
2838
+ accessList: import("viem").AccessList;
2839
+ blobVersionedHashes?: undefined;
2840
+ chainId: `0x${string}`;
2841
+ type: "0x1";
2842
+ }, "yParity">, "typeHex"> & {
2843
+ isSystemTx?: undefined;
2844
+ mint?: undefined;
2845
+ sourceHash?: undefined;
2846
+ }) | ({
2847
+ r?: `0x${string}` | undefined;
2848
+ s?: `0x${string}` | undefined;
2849
+ v?: `0x${string}` | undefined;
2850
+ yParity?: `0x${string}` | undefined;
2851
+ gasPrice?: `0x${string}` | undefined;
2852
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2853
+ maxFeePerGas?: `0x${string}` | undefined;
2854
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2855
+ to?: `0x${string}` | null | undefined;
2856
+ from?: `0x${string}` | undefined;
2857
+ gas?: `0x${string}` | undefined;
2858
+ nonce?: `0x${string}` | undefined;
2859
+ value?: `0x${string}` | undefined;
2860
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2861
+ accessList?: import("viem").AccessList | undefined;
2862
+ blockHash?: `0x${string}` | null | undefined;
2863
+ blockNumber?: `0x${string}` | null | undefined;
2864
+ hash?: `0x${string}` | undefined;
2865
+ input?: `0x${string}` | undefined;
2866
+ transactionIndex?: `0x${string}` | null | undefined;
2867
+ blobVersionedHashes?: undefined;
2868
+ chainId?: `0x${string}` | undefined;
2869
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2870
+ blockHash: `0x${string}` | null;
2871
+ blockNumber: `0x${string}` | null;
2872
+ from: `0x${string}`;
2873
+ gas: `0x${string}`;
2874
+ hash: `0x${string}`;
2875
+ input: `0x${string}`;
2876
+ nonce: `0x${string}`;
2877
+ r: `0x${string}`;
2878
+ s: `0x${string}`;
2879
+ to: `0x${string}` | null;
2880
+ transactionIndex: `0x${string}` | null;
2881
+ typeHex: `0x${string}` | null;
2882
+ v: `0x${string}`;
2883
+ value: `0x${string}`;
2884
+ yParity: `0x${string}`;
2885
+ gasPrice?: undefined;
2886
+ maxFeePerBlobGas?: undefined;
2887
+ maxFeePerGas: `0x${string}`;
2888
+ maxPriorityFeePerGas: `0x${string}`;
2889
+ accessList: import("viem").AccessList;
2890
+ blobVersionedHashes?: undefined;
2891
+ chainId: `0x${string}`;
2892
+ type: "0x2";
2893
+ }, "yParity">, "typeHex"> & {
2894
+ isSystemTx?: undefined;
2895
+ mint?: undefined;
2896
+ sourceHash?: undefined;
2897
+ }) | ({
2898
+ r?: `0x${string}` | undefined;
2899
+ s?: `0x${string}` | undefined;
2900
+ v?: `0x${string}` | undefined;
2901
+ yParity?: `0x${string}` | undefined;
2902
+ gasPrice?: `0x${string}` | undefined;
2903
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2904
+ maxFeePerGas?: `0x${string}` | undefined;
2905
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2906
+ to?: `0x${string}` | null | undefined;
2907
+ from?: `0x${string}` | undefined;
2908
+ gas?: `0x${string}` | undefined;
2909
+ nonce?: `0x${string}` | undefined;
2910
+ value?: `0x${string}` | undefined;
2911
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2912
+ accessList?: import("viem").AccessList | undefined;
2913
+ blockHash?: `0x${string}` | null | undefined;
2914
+ blockNumber?: `0x${string}` | null | undefined;
2915
+ hash?: `0x${string}` | undefined;
2916
+ input?: `0x${string}` | undefined;
2917
+ transactionIndex?: `0x${string}` | null | undefined;
2918
+ blobVersionedHashes?: undefined;
2919
+ chainId?: `0x${string}` | undefined;
2920
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
2921
+ isSystemTx?: boolean | undefined;
2922
+ mint?: `0x${string}` | undefined;
2923
+ sourceHash: `0x${string}`;
2924
+ type: "0x7e";
2925
+ }) | ({
2926
+ r?: `0x${string}` | undefined;
2927
+ s?: `0x${string}` | undefined;
2928
+ v?: `0x${string}` | undefined;
2929
+ yParity?: `0x${string}` | undefined;
2930
+ gasPrice?: `0x${string}` | undefined;
2931
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2932
+ maxFeePerGas?: `0x${string}` | undefined;
2933
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2934
+ to?: `0x${string}` | null | undefined;
2935
+ from?: `0x${string}` | undefined;
2936
+ gas?: `0x${string}` | undefined;
2937
+ nonce?: `0x${string}` | undefined;
2938
+ value?: `0x${string}` | undefined;
2939
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2940
+ accessList?: import("viem").AccessList | undefined;
2941
+ blockHash?: `0x${string}` | null | undefined;
2942
+ blockNumber?: `0x${string}` | null | undefined;
2943
+ hash?: `0x${string}` | undefined;
2944
+ input?: `0x${string}` | undefined;
2945
+ transactionIndex?: `0x${string}` | null | undefined;
2946
+ blobVersionedHashes?: undefined;
2947
+ chainId?: `0x${string}` | undefined;
2948
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2949
+ r: `0x${string}`;
2950
+ s: `0x${string}`;
2951
+ v: `0x${string}`;
2952
+ to: `0x${string}` | null;
2953
+ from: `0x${string}`;
2954
+ gas: `0x${string}`;
2955
+ nonce: `0x${string}`;
2956
+ value: `0x${string}`;
2957
+ blockHash: `0x${string}` | null;
2958
+ blockNumber: `0x${string}` | null;
2959
+ hash: `0x${string}`;
2960
+ input: `0x${string}`;
2961
+ transactionIndex: `0x${string}` | null;
2962
+ typeHex: `0x${string}` | null;
2963
+ gasPrice: `0x${string}`;
2964
+ maxFeePerBlobGas?: undefined;
2965
+ maxFeePerGas?: undefined;
2966
+ maxPriorityFeePerGas?: undefined;
2967
+ accessList?: undefined;
2968
+ blobVersionedHashes?: undefined;
2969
+ chainId?: `0x${string}` | undefined;
2970
+ yParity?: undefined;
2971
+ type: "0x0";
2972
+ }, "yParity">, "typeHex"> & {
2973
+ isSystemTx?: undefined;
2974
+ mint?: undefined;
2975
+ sourceHash?: undefined;
2976
+ }) | ({
2977
+ r?: `0x${string}` | undefined;
2978
+ s?: `0x${string}` | undefined;
2979
+ v?: `0x${string}` | undefined;
2980
+ yParity?: `0x${string}` | undefined;
2981
+ gasPrice?: `0x${string}` | undefined;
2982
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2983
+ maxFeePerGas?: `0x${string}` | undefined;
2984
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2985
+ to?: `0x${string}` | null | undefined;
2986
+ from?: `0x${string}` | undefined;
2987
+ gas?: `0x${string}` | undefined;
2988
+ nonce?: `0x${string}` | undefined;
2989
+ value?: `0x${string}` | undefined;
2990
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2991
+ accessList?: import("viem").AccessList | undefined;
2992
+ blockHash?: `0x${string}` | null | undefined;
2993
+ blockNumber?: `0x${string}` | null | undefined;
2994
+ hash?: `0x${string}` | undefined;
2995
+ input?: `0x${string}` | undefined;
2996
+ transactionIndex?: `0x${string}` | null | undefined;
2997
+ blobVersionedHashes?: undefined;
2998
+ chainId?: `0x${string}` | undefined;
2999
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3000
+ blockHash: `0x${string}` | null;
3001
+ blockNumber: `0x${string}` | null;
3002
+ from: `0x${string}`;
3003
+ gas: `0x${string}`;
3004
+ hash: `0x${string}`;
3005
+ input: `0x${string}`;
3006
+ nonce: `0x${string}`;
3007
+ r: `0x${string}`;
3008
+ s: `0x${string}`;
3009
+ to: `0x${string}` | null;
3010
+ transactionIndex: `0x${string}` | null;
3011
+ typeHex: `0x${string}` | null;
3012
+ v: `0x${string}`;
3013
+ value: `0x${string}`;
3014
+ yParity: `0x${string}`;
3015
+ gasPrice: `0x${string}`;
3016
+ maxFeePerBlobGas?: undefined;
3017
+ maxFeePerGas?: undefined;
3018
+ maxPriorityFeePerGas?: undefined;
3019
+ accessList: import("viem").AccessList;
3020
+ blobVersionedHashes?: undefined;
3021
+ chainId: `0x${string}`;
3022
+ type: "0x1";
3023
+ }, "yParity">, "typeHex"> & {
3024
+ isSystemTx?: undefined;
3025
+ mint?: undefined;
3026
+ sourceHash?: undefined;
3027
+ }) | ({
3028
+ r?: `0x${string}` | undefined;
3029
+ s?: `0x${string}` | undefined;
3030
+ v?: `0x${string}` | undefined;
3031
+ yParity?: `0x${string}` | undefined;
3032
+ gasPrice?: `0x${string}` | undefined;
3033
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3034
+ maxFeePerGas?: `0x${string}` | undefined;
3035
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3036
+ to?: `0x${string}` | null | undefined;
3037
+ from?: `0x${string}` | undefined;
3038
+ gas?: `0x${string}` | undefined;
3039
+ nonce?: `0x${string}` | undefined;
3040
+ value?: `0x${string}` | undefined;
3041
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3042
+ accessList?: import("viem").AccessList | undefined;
3043
+ blockHash?: `0x${string}` | null | undefined;
3044
+ blockNumber?: `0x${string}` | null | undefined;
3045
+ hash?: `0x${string}` | undefined;
3046
+ input?: `0x${string}` | undefined;
3047
+ transactionIndex?: `0x${string}` | null | undefined;
3048
+ blobVersionedHashes?: undefined;
3049
+ chainId?: `0x${string}` | undefined;
3050
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3051
+ blockHash: `0x${string}` | null;
3052
+ blockNumber: `0x${string}` | null;
3053
+ from: `0x${string}`;
3054
+ gas: `0x${string}`;
3055
+ hash: `0x${string}`;
3056
+ input: `0x${string}`;
3057
+ nonce: `0x${string}`;
3058
+ r: `0x${string}`;
3059
+ s: `0x${string}`;
3060
+ to: `0x${string}` | null;
3061
+ transactionIndex: `0x${string}` | null;
3062
+ typeHex: `0x${string}` | null;
3063
+ v: `0x${string}`;
3064
+ value: `0x${string}`;
3065
+ yParity: `0x${string}`;
3066
+ gasPrice?: undefined;
3067
+ maxFeePerBlobGas?: undefined;
3068
+ maxFeePerGas: `0x${string}`;
3069
+ maxPriorityFeePerGas: `0x${string}`;
3070
+ accessList: import("viem").AccessList;
3071
+ blobVersionedHashes?: undefined;
3072
+ chainId: `0x${string}`;
3073
+ type: "0x2";
3074
+ }, "yParity">, "typeHex"> & {
3075
+ isSystemTx?: undefined;
3076
+ mint?: undefined;
3077
+ sourceHash?: undefined;
3078
+ }) | ({
3079
+ r?: `0x${string}` | undefined;
3080
+ s?: `0x${string}` | undefined;
3081
+ v?: `0x${string}` | undefined;
3082
+ yParity?: `0x${string}` | undefined;
3083
+ gasPrice?: `0x${string}` | undefined;
3084
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3085
+ maxFeePerGas?: `0x${string}` | undefined;
3086
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3087
+ to?: `0x${string}` | null | undefined;
3088
+ from?: `0x${string}` | undefined;
3089
+ gas?: `0x${string}` | undefined;
3090
+ nonce?: `0x${string}` | undefined;
3091
+ value?: `0x${string}` | undefined;
3092
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3093
+ accessList?: import("viem").AccessList | undefined;
3094
+ blockHash?: `0x${string}` | null | undefined;
3095
+ blockNumber?: `0x${string}` | null | undefined;
3096
+ hash?: `0x${string}` | undefined;
3097
+ input?: `0x${string}` | undefined;
3098
+ transactionIndex?: `0x${string}` | null | undefined;
3099
+ blobVersionedHashes?: undefined;
3100
+ chainId?: `0x${string}` | undefined;
3101
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
3102
+ isSystemTx?: boolean | undefined;
3103
+ mint?: `0x${string}` | undefined;
3104
+ sourceHash: `0x${string}`;
3105
+ type: "0x7e";
3106
+ }) | ({
3107
+ r?: `0x${string}` | undefined;
3108
+ s?: `0x${string}` | undefined;
3109
+ v?: `0x${string}` | undefined;
3110
+ yParity?: `0x${string}` | undefined;
3111
+ gasPrice?: `0x${string}` | undefined;
3112
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3113
+ maxFeePerGas?: `0x${string}` | undefined;
3114
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3115
+ to?: `0x${string}` | null | undefined;
3116
+ from?: `0x${string}` | undefined;
3117
+ gas?: `0x${string}` | undefined;
3118
+ nonce?: `0x${string}` | undefined;
3119
+ value?: `0x${string}` | undefined;
3120
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3121
+ accessList?: import("viem").AccessList | undefined;
3122
+ blockHash?: `0x${string}` | null | undefined;
3123
+ blockNumber?: `0x${string}` | null | undefined;
3124
+ hash?: `0x${string}` | undefined;
3125
+ input?: `0x${string}` | undefined;
3126
+ transactionIndex?: `0x${string}` | null | undefined;
3127
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3128
+ chainId?: `0x${string}` | undefined;
3129
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3130
+ r: `0x${string}`;
3131
+ s: `0x${string}`;
3132
+ v: `0x${string}`;
3133
+ to: `0x${string}` | null;
3134
+ from: `0x${string}`;
3135
+ gas: `0x${string}`;
3136
+ nonce: `0x${string}`;
3137
+ value: `0x${string}`;
3138
+ blockHash: `0x${string}` | null;
3139
+ blockNumber: `0x${string}` | null;
3140
+ hash: `0x${string}`;
3141
+ input: `0x${string}`;
3142
+ transactionIndex: `0x${string}` | null;
3143
+ typeHex: `0x${string}` | null;
3144
+ gasPrice: `0x${string}`;
3145
+ maxFeePerBlobGas?: undefined;
3146
+ maxFeePerGas?: undefined;
3147
+ maxPriorityFeePerGas?: undefined;
3148
+ accessList?: undefined;
3149
+ blobVersionedHashes?: undefined;
3150
+ chainId?: `0x${string}` | undefined;
3151
+ yParity?: undefined;
3152
+ type: "0x0";
3153
+ }, "yParity">, "typeHex"> & {
3154
+ isSystemTx?: undefined;
3155
+ mint?: undefined;
3156
+ sourceHash?: undefined;
3157
+ }) | ({
3158
+ r?: `0x${string}` | undefined;
3159
+ s?: `0x${string}` | undefined;
3160
+ v?: `0x${string}` | undefined;
3161
+ yParity?: `0x${string}` | undefined;
3162
+ gasPrice?: `0x${string}` | undefined;
3163
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3164
+ maxFeePerGas?: `0x${string}` | undefined;
3165
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3166
+ to?: `0x${string}` | null | undefined;
3167
+ from?: `0x${string}` | undefined;
3168
+ gas?: `0x${string}` | undefined;
3169
+ nonce?: `0x${string}` | undefined;
3170
+ value?: `0x${string}` | undefined;
3171
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3172
+ accessList?: import("viem").AccessList | undefined;
3173
+ blockHash?: `0x${string}` | null | undefined;
3174
+ blockNumber?: `0x${string}` | null | undefined;
3175
+ hash?: `0x${string}` | undefined;
3176
+ input?: `0x${string}` | undefined;
3177
+ transactionIndex?: `0x${string}` | null | undefined;
3178
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3179
+ chainId?: `0x${string}` | undefined;
3180
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3181
+ blockHash: `0x${string}` | null;
3182
+ blockNumber: `0x${string}` | null;
3183
+ from: `0x${string}`;
3184
+ gas: `0x${string}`;
3185
+ hash: `0x${string}`;
3186
+ input: `0x${string}`;
3187
+ nonce: `0x${string}`;
3188
+ r: `0x${string}`;
3189
+ s: `0x${string}`;
3190
+ to: `0x${string}` | null;
3191
+ transactionIndex: `0x${string}` | null;
3192
+ typeHex: `0x${string}` | null;
3193
+ v: `0x${string}`;
3194
+ value: `0x${string}`;
3195
+ yParity: `0x${string}`;
3196
+ gasPrice: `0x${string}`;
3197
+ maxFeePerBlobGas?: undefined;
3198
+ maxFeePerGas?: undefined;
3199
+ maxPriorityFeePerGas?: undefined;
3200
+ accessList: import("viem").AccessList;
3201
+ blobVersionedHashes?: undefined;
3202
+ chainId: `0x${string}`;
3203
+ type: "0x1";
3204
+ }, "yParity">, "typeHex"> & {
3205
+ isSystemTx?: undefined;
3206
+ mint?: undefined;
3207
+ sourceHash?: undefined;
3208
+ }) | ({
3209
+ r?: `0x${string}` | undefined;
3210
+ s?: `0x${string}` | undefined;
3211
+ v?: `0x${string}` | undefined;
3212
+ yParity?: `0x${string}` | undefined;
3213
+ gasPrice?: `0x${string}` | undefined;
3214
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3215
+ maxFeePerGas?: `0x${string}` | undefined;
3216
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3217
+ to?: `0x${string}` | null | undefined;
3218
+ from?: `0x${string}` | undefined;
3219
+ gas?: `0x${string}` | undefined;
3220
+ nonce?: `0x${string}` | undefined;
3221
+ value?: `0x${string}` | undefined;
3222
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3223
+ accessList?: import("viem").AccessList | undefined;
3224
+ blockHash?: `0x${string}` | null | undefined;
3225
+ blockNumber?: `0x${string}` | null | undefined;
3226
+ hash?: `0x${string}` | undefined;
3227
+ input?: `0x${string}` | undefined;
3228
+ transactionIndex?: `0x${string}` | null | undefined;
3229
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3230
+ chainId?: `0x${string}` | undefined;
3231
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3232
+ blockHash: `0x${string}` | null;
3233
+ blockNumber: `0x${string}` | null;
3234
+ from: `0x${string}`;
3235
+ gas: `0x${string}`;
3236
+ hash: `0x${string}`;
3237
+ input: `0x${string}`;
3238
+ nonce: `0x${string}`;
3239
+ r: `0x${string}`;
3240
+ s: `0x${string}`;
3241
+ to: `0x${string}` | null;
3242
+ transactionIndex: `0x${string}` | null;
3243
+ typeHex: `0x${string}` | null;
3244
+ v: `0x${string}`;
3245
+ value: `0x${string}`;
3246
+ yParity: `0x${string}`;
3247
+ gasPrice?: undefined;
3248
+ maxFeePerBlobGas?: undefined;
3249
+ maxFeePerGas: `0x${string}`;
3250
+ maxPriorityFeePerGas: `0x${string}`;
3251
+ accessList: import("viem").AccessList;
3252
+ blobVersionedHashes?: undefined;
3253
+ chainId: `0x${string}`;
3254
+ type: "0x2";
3255
+ }, "yParity">, "typeHex"> & {
3256
+ isSystemTx?: undefined;
3257
+ mint?: undefined;
3258
+ sourceHash?: undefined;
3259
+ }) | ({
3260
+ r?: `0x${string}` | undefined;
3261
+ s?: `0x${string}` | undefined;
3262
+ v?: `0x${string}` | undefined;
3263
+ yParity?: `0x${string}` | undefined;
3264
+ gasPrice?: `0x${string}` | undefined;
3265
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3266
+ maxFeePerGas?: `0x${string}` | undefined;
3267
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3268
+ to?: `0x${string}` | null | undefined;
3269
+ from?: `0x${string}` | undefined;
3270
+ gas?: `0x${string}` | undefined;
3271
+ nonce?: `0x${string}` | undefined;
3272
+ value?: `0x${string}` | undefined;
3273
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3274
+ accessList?: import("viem").AccessList | undefined;
3275
+ blockHash?: `0x${string}` | null | undefined;
3276
+ blockNumber?: `0x${string}` | null | undefined;
3277
+ hash?: `0x${string}` | undefined;
3278
+ input?: `0x${string}` | undefined;
3279
+ transactionIndex?: `0x${string}` | null | undefined;
3280
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3281
+ chainId?: `0x${string}` | undefined;
3282
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3283
+ blockHash: `0x${string}` | null;
3284
+ blockNumber: `0x${string}` | null;
3285
+ from: `0x${string}`;
3286
+ gas: `0x${string}`;
3287
+ hash: `0x${string}`;
3288
+ input: `0x${string}`;
3289
+ nonce: `0x${string}`;
3290
+ r: `0x${string}`;
3291
+ s: `0x${string}`;
3292
+ to: `0x${string}` | null;
3293
+ transactionIndex: `0x${string}` | null;
3294
+ typeHex: `0x${string}` | null;
3295
+ v: `0x${string}`;
3296
+ value: `0x${string}`;
3297
+ yParity: `0x${string}`;
3298
+ gasPrice?: undefined;
3299
+ maxFeePerBlobGas: `0x${string}`;
3300
+ maxFeePerGas: `0x${string}`;
3301
+ maxPriorityFeePerGas: `0x${string}`;
3302
+ accessList: import("viem").AccessList;
3303
+ blobVersionedHashes: `0x${string}`[];
3304
+ chainId: `0x${string}`;
3305
+ type: "0x3";
3306
+ }, "yParity">, "typeHex"> & {
3307
+ isSystemTx?: undefined;
3308
+ mint?: undefined;
3309
+ sourceHash?: undefined;
3310
+ }) | ({
3311
+ r?: `0x${string}` | undefined;
3312
+ s?: `0x${string}` | undefined;
3313
+ v?: `0x${string}` | undefined;
3314
+ yParity?: `0x${string}` | undefined;
3315
+ gasPrice?: `0x${string}` | undefined;
3316
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3317
+ maxFeePerGas?: `0x${string}` | undefined;
3318
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3319
+ to?: `0x${string}` | null | undefined;
3320
+ from?: `0x${string}` | undefined;
3321
+ gas?: `0x${string}` | undefined;
3322
+ nonce?: `0x${string}` | undefined;
3323
+ value?: `0x${string}` | undefined;
3324
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3325
+ accessList?: import("viem").AccessList | undefined;
3326
+ blockHash?: `0x${string}` | null | undefined;
3327
+ blockNumber?: `0x${string}` | null | undefined;
3328
+ hash?: `0x${string}` | undefined;
3329
+ input?: `0x${string}` | undefined;
3330
+ transactionIndex?: `0x${string}` | null | undefined;
3331
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3332
+ chainId?: `0x${string}` | undefined;
3333
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
3334
+ isSystemTx?: boolean | undefined;
3335
+ mint?: `0x${string}` | undefined;
3336
+ sourceHash: `0x${string}`;
3337
+ type: "0x7e";
3338
+ })) => {
3339
+ r: `0x${string}`;
3340
+ s: `0x${string}`;
3341
+ v: bigint;
3342
+ to: `0x${string}` | null;
3343
+ from: `0x${string}`;
3344
+ gas: bigint;
3345
+ nonce: number;
3346
+ value: bigint;
3347
+ blockHash: `0x${string}` | null;
3348
+ blockNumber: bigint | null;
3349
+ hash: `0x${string}`;
3350
+ input: `0x${string}`;
3351
+ transactionIndex: number | null;
3352
+ typeHex: `0x${string}` | null;
3353
+ gasPrice: bigint;
3354
+ maxFeePerBlobGas?: undefined;
3355
+ maxFeePerGas?: undefined;
3356
+ maxPriorityFeePerGas?: undefined;
3357
+ accessList?: undefined;
3358
+ blobVersionedHashes?: undefined;
3359
+ chainId?: number | undefined;
3360
+ yParity?: undefined;
3361
+ type: "legacy";
3362
+ isSystemTx?: undefined;
3363
+ mint?: undefined;
3364
+ sourceHash?: undefined;
3365
+ } | {
3366
+ r: `0x${string}`;
3367
+ s: `0x${string}`;
3368
+ v: bigint;
3369
+ to: `0x${string}` | null;
3370
+ from: `0x${string}`;
3371
+ gas: bigint;
3372
+ nonce: number;
3373
+ value: bigint;
3374
+ blockHash: `0x${string}` | null;
3375
+ blockNumber: bigint | null;
3376
+ hash: `0x${string}`;
3377
+ input: `0x${string}`;
3378
+ transactionIndex: number | null;
3379
+ typeHex: `0x${string}` | null;
3380
+ gasPrice: undefined;
3381
+ maxFeePerBlobGas?: undefined;
3382
+ maxFeePerGas: bigint;
3383
+ maxPriorityFeePerGas: bigint;
3384
+ accessList?: undefined;
3385
+ blobVersionedHashes?: undefined;
3386
+ chainId?: number | undefined;
3387
+ yParity: number;
3388
+ type: "deposit";
3389
+ isSystemTx?: boolean | undefined;
3390
+ mint?: bigint | undefined;
3391
+ sourceHash: `0x${string}`;
3392
+ } | {
3393
+ blockHash: `0x${string}` | null;
3394
+ blockNumber: bigint | null;
3395
+ from: `0x${string}`;
3396
+ gas: bigint;
3397
+ hash: `0x${string}`;
3398
+ input: `0x${string}`;
3399
+ nonce: number;
3400
+ r: `0x${string}`;
3401
+ s: `0x${string}`;
3402
+ to: `0x${string}` | null;
3403
+ transactionIndex: number | null;
3404
+ typeHex: `0x${string}` | null;
3405
+ v: bigint;
3406
+ value: bigint;
3407
+ yParity: number;
3408
+ gasPrice: bigint;
3409
+ maxFeePerBlobGas?: undefined;
3410
+ maxFeePerGas?: undefined;
3411
+ maxPriorityFeePerGas?: undefined;
3412
+ accessList: import("viem").AccessList;
3413
+ blobVersionedHashes?: undefined;
3414
+ chainId: number;
3415
+ type: "eip2930";
3416
+ isSystemTx?: undefined;
3417
+ mint?: undefined;
3418
+ sourceHash?: undefined;
3419
+ } | {
3420
+ blockHash: `0x${string}` | null;
3421
+ blockNumber: bigint | null;
3422
+ from: `0x${string}`;
3423
+ gas: bigint;
3424
+ hash: `0x${string}`;
3425
+ input: `0x${string}`;
3426
+ nonce: number;
3427
+ r: `0x${string}`;
3428
+ s: `0x${string}`;
3429
+ to: `0x${string}` | null;
3430
+ transactionIndex: number | null;
3431
+ typeHex: `0x${string}` | null;
3432
+ v: bigint;
3433
+ value: bigint;
3434
+ yParity: number;
3435
+ gasPrice: undefined;
3436
+ maxFeePerBlobGas?: undefined;
3437
+ maxFeePerGas: bigint;
3438
+ maxPriorityFeePerGas: bigint;
3439
+ accessList: import("viem").AccessList;
3440
+ blobVersionedHashes?: undefined;
3441
+ chainId: number;
3442
+ type: "eip1559";
3443
+ isSystemTx?: undefined;
3444
+ mint?: undefined;
3445
+ sourceHash?: undefined;
3446
+ } | {
3447
+ blockHash: `0x${string}` | null;
3448
+ blockNumber: bigint | null;
3449
+ from: `0x${string}`;
3450
+ gas: bigint;
3451
+ hash: `0x${string}`;
3452
+ input: `0x${string}`;
3453
+ nonce: number;
3454
+ r: `0x${string}`;
3455
+ s: `0x${string}`;
3456
+ to: `0x${string}` | null;
3457
+ transactionIndex: number | null;
3458
+ typeHex: `0x${string}` | null;
3459
+ v: bigint;
3460
+ value: bigint;
3461
+ yParity: number;
3462
+ gasPrice: undefined;
3463
+ maxFeePerBlobGas?: undefined;
3464
+ maxFeePerGas: bigint;
3465
+ maxPriorityFeePerGas: bigint;
3466
+ accessList: import("viem").AccessList;
3467
+ blobVersionedHashes?: undefined;
3468
+ chainId: number;
3469
+ type: "deposit";
3470
+ isSystemTx?: boolean | undefined;
3471
+ mint?: bigint | undefined;
3472
+ sourceHash: `0x${string}`;
3473
+ } | {
3474
+ blockHash: `0x${string}` | null;
3475
+ blockNumber: bigint | null;
3476
+ from: `0x${string}`;
3477
+ gas: bigint;
3478
+ hash: `0x${string}`;
3479
+ input: `0x${string}`;
3480
+ nonce: number;
3481
+ r: `0x${string}`;
3482
+ s: `0x${string}`;
3483
+ to: `0x${string}` | null;
3484
+ transactionIndex: number | null;
3485
+ typeHex: `0x${string}` | null;
3486
+ v: bigint;
3487
+ value: bigint;
3488
+ yParity: number;
3489
+ gasPrice: bigint;
3490
+ maxFeePerBlobGas?: undefined;
3491
+ maxFeePerGas: undefined;
3492
+ maxPriorityFeePerGas: undefined;
3493
+ accessList: import("viem").AccessList;
3494
+ blobVersionedHashes?: undefined;
3495
+ chainId: number;
3496
+ type: "eip2930";
3497
+ isSystemTx?: undefined;
3498
+ mint?: undefined;
3499
+ sourceHash?: undefined;
3500
+ } | {
3501
+ blockHash: `0x${string}` | null;
3502
+ blockNumber: bigint | null;
3503
+ from: `0x${string}`;
3504
+ gas: bigint;
3505
+ hash: `0x${string}`;
3506
+ input: `0x${string}`;
3507
+ nonce: number;
3508
+ r: `0x${string}`;
3509
+ s: `0x${string}`;
3510
+ to: `0x${string}` | null;
3511
+ transactionIndex: number | null;
3512
+ typeHex: `0x${string}` | null;
3513
+ v: bigint;
3514
+ value: bigint;
3515
+ yParity: number;
3516
+ gasPrice?: undefined;
3517
+ maxFeePerBlobGas?: undefined;
3518
+ maxFeePerGas: bigint;
3519
+ maxPriorityFeePerGas: bigint;
3520
+ accessList: import("viem").AccessList;
3521
+ blobVersionedHashes?: undefined;
3522
+ chainId: number;
3523
+ type: "eip1559";
3524
+ isSystemTx?: undefined;
3525
+ mint?: undefined;
3526
+ sourceHash?: undefined;
3527
+ } | {
3528
+ blockHash: `0x${string}` | null;
3529
+ blockNumber: bigint | null;
3530
+ from: `0x${string}`;
3531
+ gas: bigint;
3532
+ hash: `0x${string}`;
3533
+ input: `0x${string}`;
3534
+ nonce: number;
3535
+ r: `0x${string}`;
3536
+ s: `0x${string}`;
3537
+ to: `0x${string}` | null;
3538
+ transactionIndex: number | null;
3539
+ typeHex: `0x${string}` | null;
3540
+ v: bigint;
3541
+ value: bigint;
3542
+ yParity: number;
3543
+ gasPrice?: undefined;
3544
+ maxFeePerBlobGas?: undefined;
3545
+ maxFeePerGas: bigint;
3546
+ maxPriorityFeePerGas: bigint;
3547
+ accessList: import("viem").AccessList;
3548
+ blobVersionedHashes?: undefined;
3549
+ chainId: number;
3550
+ type: "deposit";
3551
+ isSystemTx?: boolean | undefined;
3552
+ mint?: bigint | undefined;
3553
+ sourceHash: `0x${string}`;
3554
+ } | {
3555
+ blockHash: `0x${string}` | null;
3556
+ blockNumber: bigint | null;
3557
+ from: `0x${string}`;
3558
+ gas: bigint;
3559
+ hash: `0x${string}`;
3560
+ input: `0x${string}`;
3561
+ nonce: number;
3562
+ r: `0x${string}`;
3563
+ s: `0x${string}`;
3564
+ to: `0x${string}` | null;
3565
+ transactionIndex: number | null;
3566
+ typeHex: `0x${string}` | null;
3567
+ v: bigint;
3568
+ value: bigint;
3569
+ yParity: number;
3570
+ gasPrice?: undefined;
3571
+ maxFeePerBlobGas: bigint;
3572
+ maxFeePerGas: bigint;
3573
+ maxPriorityFeePerGas: bigint;
3574
+ accessList: import("viem").AccessList;
3575
+ blobVersionedHashes: `0x${string}`[];
3576
+ chainId: number;
3577
+ type: "eip4844";
3578
+ isSystemTx?: undefined;
3579
+ mint?: undefined;
3580
+ sourceHash?: undefined;
3581
+ } | {
3582
+ blockHash: `0x${string}` | null;
3583
+ blockNumber: bigint | null;
3584
+ from: `0x${string}`;
3585
+ gas: bigint;
3586
+ hash: `0x${string}`;
3587
+ input: `0x${string}`;
3588
+ nonce: number;
3589
+ r: `0x${string}`;
3590
+ s: `0x${string}`;
3591
+ to: `0x${string}` | null;
3592
+ transactionIndex: number | null;
3593
+ typeHex: `0x${string}` | null;
3594
+ v: bigint;
3595
+ value: bigint;
3596
+ yParity: number;
3597
+ gasPrice?: undefined;
3598
+ maxFeePerBlobGas: undefined;
3599
+ maxFeePerGas: bigint;
3600
+ maxPriorityFeePerGas: bigint;
3601
+ accessList: import("viem").AccessList;
3602
+ blobVersionedHashes: `0x${string}`[];
3603
+ chainId: number;
3604
+ type: "deposit";
3605
+ isSystemTx?: boolean | undefined;
3606
+ mint?: bigint | undefined;
3607
+ sourceHash: `0x${string}`;
3608
+ };
3609
+ type: "transaction";
3610
+ };
3611
+ readonly transactionReceipt: {
3612
+ exclude: [] | undefined;
3613
+ format: (args: import("viem/chains").Assign<import("viem").ExactPartial<import("viem").RpcTransactionReceipt>, import("viem/chains").OpStackRpcTransactionReceiptOverrides>) => {
3614
+ blobGasPrice?: bigint | undefined;
3615
+ blobGasUsed?: bigint | undefined;
3616
+ blockHash: `0x${string}`;
3617
+ blockNumber: bigint;
3618
+ contractAddress: `0x${string}` | null | undefined;
3619
+ cumulativeGasUsed: bigint;
3620
+ effectiveGasPrice: bigint;
3621
+ from: `0x${string}`;
3622
+ gasUsed: bigint;
3623
+ logs: import("viem").Log<bigint, number, false, undefined, undefined, undefined, undefined>[];
3624
+ logsBloom: `0x${string}`;
3625
+ root?: `0x${string}` | undefined;
3626
+ status: "success" | "reverted";
3627
+ to: `0x${string}` | null;
3628
+ transactionHash: `0x${string}`;
3629
+ transactionIndex: number;
3630
+ type: import("viem").TransactionType;
3631
+ l1GasPrice: bigint | null;
3632
+ l1GasUsed: bigint | null;
3633
+ l1Fee: bigint | null;
3634
+ l1FeeScalar: number | null;
3635
+ };
3636
+ type: "transactionReceipt";
3637
+ };
3638
+ };
3639
+ serializers: {
3640
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
3641
+ };
3642
+ fees?: import("viem").ChainFees<undefined> | undefined;
3643
+ } | {
3644
+ blockExplorers: {
3645
+ readonly default: {
3646
+ readonly name: "PolygonScan";
3647
+ readonly url: "https://polygonscan.com";
3648
+ readonly apiUrl: "https://api.polygonscan.com/api";
3649
+ };
3650
+ };
3651
+ contracts: {
3652
+ readonly multicall3: {
3653
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3654
+ readonly blockCreated: 25770160;
3655
+ };
3656
+ };
3657
+ id: 137;
3658
+ name: "Polygon";
3659
+ nativeCurrency: {
3660
+ readonly name: "MATIC";
3661
+ readonly symbol: "MATIC";
3662
+ readonly decimals: 18;
3663
+ };
3664
+ rpcUrls: {
3665
+ readonly default: {
3666
+ readonly http: readonly ["https://polygon-rpc.com"];
3667
+ };
3668
+ };
3669
+ sourceId?: number | undefined;
3670
+ testnet?: boolean | undefined;
3671
+ custom?: Record<string, unknown> | undefined;
3672
+ formatters?: undefined;
3673
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
3674
+ fees?: import("viem").ChainFees<undefined> | undefined;
3675
+ } | {
3676
+ blockExplorers: {
3677
+ readonly default: {
3678
+ readonly name: "Arbiscan";
3679
+ readonly url: "https://arbiscan.io";
3680
+ readonly apiUrl: "https://api.arbiscan.io/api";
3681
+ };
3682
+ };
3683
+ contracts: {
3684
+ readonly multicall3: {
3685
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3686
+ readonly blockCreated: 7654707;
3687
+ };
3688
+ };
3689
+ id: 42161;
3690
+ name: "Arbitrum One";
3691
+ nativeCurrency: {
3692
+ readonly name: "Ether";
3693
+ readonly symbol: "ETH";
3694
+ readonly decimals: 18;
3695
+ };
3696
+ rpcUrls: {
3697
+ readonly default: {
3698
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
3699
+ };
3700
+ };
3701
+ sourceId?: number | undefined;
3702
+ testnet?: boolean | undefined;
3703
+ custom?: Record<string, unknown> | undefined;
3704
+ formatters?: undefined;
3705
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
3706
+ fees?: import("viem").ChainFees<undefined> | undefined;
3707
+ } | {
3708
+ blockExplorers: {
3709
+ readonly default: {
3710
+ readonly name: "Etherscan";
3711
+ readonly url: "https://goerli.etherscan.io";
3712
+ readonly apiUrl: "https://api-goerli.etherscan.io/api";
3713
+ };
3714
+ };
3715
+ contracts: {
3716
+ readonly ensRegistry: {
3717
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
3718
+ };
3719
+ readonly ensUniversalResolver: {
3720
+ readonly address: "0xfc4AC75C46C914aF5892d6d3eFFcebD7917293F1";
3721
+ readonly blockCreated: 10339206;
3722
+ };
3723
+ readonly multicall3: {
3724
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3725
+ readonly blockCreated: 6507670;
3726
+ };
3727
+ };
3728
+ id: 5;
3729
+ name: "Goerli";
3730
+ nativeCurrency: {
3731
+ readonly name: "Goerli Ether";
3732
+ readonly symbol: "ETH";
3733
+ readonly decimals: 18;
3734
+ };
3735
+ rpcUrls: {
3736
+ readonly default: {
3737
+ readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
3738
+ };
3739
+ };
3740
+ sourceId?: number | undefined;
3741
+ testnet: true;
3742
+ custom?: Record<string, unknown> | undefined;
3743
+ formatters?: undefined;
3744
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
3745
+ fees?: import("viem").ChainFees<undefined> | undefined;
3746
+ } | {
3747
+ blockExplorers: {
3748
+ readonly default: {
3749
+ readonly name: "Arbiscan";
3750
+ readonly url: "https://sepolia.arbiscan.io";
3751
+ readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
3752
+ };
3753
+ };
3754
+ contracts: {
3755
+ readonly multicall3: {
3756
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3757
+ readonly blockCreated: 81930;
3758
+ };
3759
+ };
3760
+ id: 421614;
3761
+ name: "Arbitrum Sepolia";
3762
+ nativeCurrency: {
3763
+ readonly name: "Arbitrum Sepolia Ether";
3764
+ readonly symbol: "ETH";
3765
+ readonly decimals: 18;
3766
+ };
3767
+ rpcUrls: {
3768
+ readonly default: {
3769
+ readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
3770
+ };
3771
+ };
3772
+ sourceId?: number | undefined;
3773
+ testnet: true;
3774
+ custom?: Record<string, unknown> | undefined;
3775
+ formatters?: undefined;
3776
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
3777
+ fees?: import("viem").ChainFees<undefined> | undefined;
3778
+ })[];
1261
3779
  export declare const FUNKIT_CONNECT_CHECKOUT_NATIVE_CURRENCY_ADDRESS = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";