@funkit/core 0.10.12 → 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,58 +1178,50 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1178
1178
  decimals: 18;
1179
1179
  name: "Ether";
1180
1180
  };
1181
- chainInfo: import("viem/_types/types/utils").Assign<{
1182
- readonly id: 1;
1183
- readonly network: "homestead";
1184
- readonly name: "Ethereum";
1185
- readonly nativeCurrency: {
1186
- readonly name: "Ether";
1187
- readonly symbol: "ETH";
1188
- readonly decimals: 18;
1189
- };
1190
- readonly rpcUrls: {
1191
- readonly alchemy: {
1192
- readonly http: readonly ["https://eth-mainnet.g.alchemy.com/v2"];
1193
- readonly webSocket: readonly ["wss://eth-mainnet.g.alchemy.com/v2"];
1194
- };
1195
- readonly infura: {
1196
- readonly http: readonly ["https://mainnet.infura.io/v3"];
1197
- readonly webSocket: readonly ["wss://mainnet.infura.io/ws/v3"];
1198
- };
1199
- readonly default: {
1200
- readonly http: readonly ["https://cloudflare-eth.com"];
1201
- };
1202
- readonly public: {
1203
- readonly http: readonly ["https://cloudflare-eth.com"];
1204
- };
1205
- };
1206
- readonly blockExplorers: {
1207
- readonly etherscan: {
1208
- readonly name: "Etherscan";
1209
- readonly url: "https://etherscan.io";
1210
- };
1181
+ chainInfo: {
1182
+ blockExplorers: {
1211
1183
  readonly default: {
1212
1184
  readonly name: "Etherscan";
1213
1185
  readonly url: "https://etherscan.io";
1186
+ readonly apiUrl: "https://api.etherscan.io/api";
1214
1187
  };
1215
1188
  };
1216
- readonly contracts: {
1189
+ contracts: {
1217
1190
  readonly ensRegistry: {
1218
1191
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1219
1192
  };
1220
1193
  readonly ensUniversalResolver: {
1221
- readonly address: "0xc0497E381f536Be9ce14B0dD3817cBcAe57d2F62";
1222
- readonly blockCreated: 16966585;
1194
+ readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
1195
+ readonly blockCreated: 19258213;
1223
1196
  };
1224
1197
  readonly multicall3: {
1225
1198
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1226
1199
  readonly blockCreated: 14353601;
1227
1200
  };
1228
1201
  };
1229
- }, import("viem/_types/types/chain").ChainConfig<undefined>>;
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
+ };
1230
1221
  explorerInfo: {
1231
1222
  readonly name: "Etherscan";
1232
1223
  readonly url: "https://etherscan.io";
1224
+ readonly apiUrl: "https://api.etherscan.io/api";
1233
1225
  };
1234
1226
  isFiatCheckoutSupported: boolean;
1235
1227
  moonpayChainName: string;
@@ -1241,360 +1233,1090 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1241
1233
  decimals: 18;
1242
1234
  name: "Ether";
1243
1235
  };
1244
- chainInfo: import("viem/_types/types/utils").Assign<{
1245
- readonly id: 8453;
1246
- readonly network: "base";
1247
- readonly name: "Base";
1248
- readonly nativeCurrency: {
1249
- readonly name: "Ether";
1250
- readonly symbol: "ETH";
1251
- readonly decimals: 18;
1252
- };
1253
- readonly rpcUrls: {
1254
- readonly alchemy: {
1255
- readonly http: readonly ["https://base-mainnet.g.alchemy.com/v2"];
1256
- readonly webSocket: readonly ["wss://base-mainnet.g.alchemy.com/v2"];
1257
- };
1258
- readonly infura: {
1259
- readonly http: readonly ["https://base-mainnet.infura.io/v3"];
1260
- readonly webSocket: readonly ["wss://base-mainnet.infura.io/ws/v3"];
1261
- };
1262
- readonly default: {
1263
- readonly http: readonly ["https://mainnet.base.org"];
1264
- };
1265
- readonly public: {
1266
- readonly http: readonly ["https://mainnet.base.org"];
1267
- };
1268
- };
1269
- readonly blockExplorers: {
1270
- readonly blockscout: {
1271
- readonly name: "Basescout";
1272
- readonly url: "https://base.blockscout.com";
1273
- };
1236
+ chainInfo: {
1237
+ blockExplorers: {
1274
1238
  readonly default: {
1275
1239
  readonly name: "Basescan";
1276
1240
  readonly url: "https://basescan.org";
1277
- };
1278
- readonly etherscan: {
1279
- readonly name: "Basescan";
1280
- readonly url: "https://basescan.org";
1241
+ readonly apiUrl: "https://api.basescan.org/api";
1281
1242
  };
1282
1243
  };
1283
- readonly contracts: {
1244
+ contracts: {
1245
+ readonly l2OutputOracle: {
1246
+ readonly 1: {
1247
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
1248
+ };
1249
+ };
1284
1250
  readonly multicall3: {
1285
1251
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1286
1252
  readonly blockCreated: 5022;
1287
1253
  };
1288
- };
1289
- }, import("viem/_types/types/chain").ChainConfig<{
1290
- readonly block: {
1291
- exclude: [] | undefined;
1292
- format: (args: import("viem/_types/types/utils").Assign<Partial<import("viem").RpcBlock<import("viem").BlockTag, boolean, import("viem").RpcTransaction<boolean, "yParity", "typeHex">>>, import("viem/_types/chains/optimism/types").OptimismRpcBlockOverrides & {
1293
- transactions: `0x${string}`[] | import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>[];
1294
- }>) => {
1295
- baseFeePerGas: bigint | null;
1296
- difficulty: bigint;
1297
- extraData: `0x${string}`;
1298
- gasLimit: bigint;
1299
- gasUsed: bigint;
1300
- hash: `0x${string}` | null;
1301
- logsBloom: `0x${string}` | null;
1302
- miner: `0x${string}`;
1303
- mixHash: `0x${string}`;
1304
- nonce: `0x${string}` | null;
1305
- number: bigint | null;
1306
- parentHash: `0x${string}`;
1307
- receiptsRoot: `0x${string}`;
1308
- sealFields: `0x${string}`[];
1309
- sha3Uncles: `0x${string}`;
1310
- size: bigint;
1311
- stateRoot: `0x${string}`;
1312
- timestamp: bigint;
1313
- totalDifficulty: bigint | null;
1314
- transactions: `0x${string}`[] | import("viem/_types/chains/optimism/types").OptimismTransaction<boolean>[];
1315
- transactionsRoot: `0x${string}`;
1316
- uncles: `0x${string}`[];
1317
- withdrawals?: import("viem").Withdrawal[] | undefined;
1318
- withdrawalsRoot?: `0x${string}` | undefined;
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";
1319
1283
  };
1320
- type: "block";
1321
1284
  };
1322
- readonly transaction: {
1323
- exclude: [] | undefined;
1324
- format: (args: (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
1325
- isSystemTx?: undefined;
1326
- mint?: undefined;
1327
- sourceHash?: undefined;
1328
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
1329
- isSystemTx?: boolean | undefined;
1330
- mint?: `0x${string}` | undefined;
1331
- sourceHash: `0x${string}`;
1332
- type: "0x7e";
1333
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
1334
- isSystemTx?: undefined;
1335
- mint?: undefined;
1336
- sourceHash?: undefined;
1337
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
1338
- isSystemTx?: undefined;
1339
- mint?: undefined;
1340
- sourceHash?: undefined;
1341
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
1342
- isSystemTx?: undefined;
1343
- mint?: undefined;
1344
- sourceHash?: undefined;
1345
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
1346
- isSystemTx?: boolean | undefined;
1347
- mint?: `0x${string}` | undefined;
1348
- sourceHash: `0x${string}`;
1349
- type: "0x7e";
1350
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
1351
- isSystemTx?: undefined;
1352
- mint?: undefined;
1353
- sourceHash?: undefined;
1354
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
1355
- isSystemTx?: undefined;
1356
- mint?: undefined;
1357
- sourceHash?: undefined;
1358
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
1359
- isSystemTx?: undefined;
1360
- mint?: undefined;
1361
- sourceHash?: undefined;
1362
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
1363
- isSystemTx?: boolean | undefined;
1364
- mint?: `0x${string}` | undefined;
1365
- sourceHash: `0x${string}`;
1366
- type: "0x7e";
1367
- })) => {
1368
- blockHash: `0x${string}` | null;
1369
- blockNumber: bigint | null;
1370
- from: `0x${string}`;
1371
- gas: bigint;
1372
- hash: `0x${string}`;
1373
- input: `0x${string}`;
1374
- nonce: number;
1375
- r: `0x${string}`;
1376
- s: `0x${string}`;
1377
- to: `0x${string}` | null;
1378
- transactionIndex: number | null;
1379
- typeHex: `0x${string}` | null;
1380
- v: bigint;
1381
- value: bigint;
1382
- gasPrice: bigint;
1383
- maxFeePerGas?: undefined;
1384
- maxPriorityFeePerGas?: undefined;
1385
- accessList?: undefined;
1386
- chainId?: number | undefined;
1387
- yParity?: undefined;
1388
- type: "legacy";
1389
- isSystemTx?: undefined;
1390
- mint?: undefined;
1391
- sourceHash?: undefined;
1392
- } | {
1393
- blockHash: `0x${string}` | null;
1394
- blockNumber: bigint | null;
1395
- from: `0x${string}`;
1396
- gas: bigint;
1397
- hash: `0x${string}`;
1398
- input: `0x${string}`;
1399
- nonce: number;
1400
- r: `0x${string}`;
1401
- s: `0x${string}`;
1402
- to: `0x${string}` | null;
1403
- transactionIndex: number | null;
1404
- typeHex: `0x${string}` | null;
1405
- v: bigint;
1406
- value: bigint;
1407
- gasPrice: undefined;
1408
- maxFeePerGas: bigint;
1409
- maxPriorityFeePerGas: bigint;
1410
- accessList?: undefined;
1411
- chainId?: number | undefined;
1412
- yParity: number;
1413
- type: "deposit";
1414
- isSystemTx?: boolean | undefined;
1415
- mint?: bigint | undefined;
1416
- sourceHash: `0x${string}`;
1417
- } | {
1418
- blockHash: `0x${string}` | null;
1419
- blockNumber: bigint | null;
1420
- from: `0x${string}`;
1421
- gas: bigint;
1422
- hash: `0x${string}`;
1423
- input: `0x${string}`;
1424
- nonce: number;
1425
- r: `0x${string}`;
1426
- s: `0x${string}`;
1427
- to: `0x${string}` | null;
1428
- transactionIndex: number | null;
1429
- typeHex: `0x${string}` | null;
1430
- v: bigint;
1431
- value: bigint;
1432
- yParity: number;
1433
- gasPrice: bigint;
1434
- maxFeePerGas?: undefined;
1435
- maxPriorityFeePerGas?: undefined;
1436
- accessList: import("viem").AccessList;
1437
- chainId: number;
1438
- type: "eip2930";
1439
- isSystemTx?: undefined;
1440
- mint?: undefined;
1441
- sourceHash?: undefined;
1442
- } | {
1443
- blockHash: `0x${string}` | null;
1444
- blockNumber: bigint | null;
1445
- from: `0x${string}`;
1446
- gas: bigint;
1447
- hash: `0x${string}`;
1448
- input: `0x${string}`;
1449
- nonce: number;
1450
- r: `0x${string}`;
1451
- s: `0x${string}`;
1452
- to: `0x${string}` | null;
1453
- transactionIndex: number | null;
1454
- typeHex: `0x${string}` | null;
1455
- v: bigint;
1456
- value: bigint;
1457
- yParity: number;
1458
- gasPrice: undefined;
1459
- maxFeePerGas: bigint;
1460
- maxPriorityFeePerGas: bigint;
1461
- accessList: import("viem").AccessList;
1462
- chainId: number;
1463
- type: "eip1559";
1464
- isSystemTx?: undefined;
1465
- mint?: undefined;
1466
- sourceHash?: undefined;
1467
- } | {
1468
- blockHash: `0x${string}` | null;
1469
- blockNumber: bigint | null;
1470
- from: `0x${string}`;
1471
- gas: bigint;
1472
- hash: `0x${string}`;
1473
- input: `0x${string}`;
1474
- nonce: number;
1475
- r: `0x${string}`;
1476
- s: `0x${string}`;
1477
- to: `0x${string}` | null;
1478
- transactionIndex: number | null;
1479
- typeHex: `0x${string}` | null;
1480
- v: bigint;
1481
- value: bigint;
1482
- yParity: number;
1483
- gasPrice: undefined;
1484
- maxFeePerGas: bigint;
1485
- maxPriorityFeePerGas: bigint;
1486
- accessList: import("viem").AccessList;
1487
- chainId: number;
1488
- type: "deposit";
1489
- isSystemTx?: boolean | undefined;
1490
- mint?: bigint | undefined;
1491
- sourceHash: `0x${string}`;
1492
- } | {
1493
- blockHash: `0x${string}` | null;
1494
- blockNumber: bigint | null;
1495
- from: `0x${string}`;
1496
- gas: bigint;
1497
- hash: `0x${string}`;
1498
- input: `0x${string}`;
1499
- nonce: number;
1500
- r: `0x${string}`;
1501
- s: `0x${string}`;
1502
- to: `0x${string}` | null;
1503
- transactionIndex: number | null;
1504
- typeHex: `0x${string}` | null;
1505
- v: bigint;
1506
- value: bigint;
1507
- yParity: number;
1508
- gasPrice: bigint;
1509
- maxFeePerGas: undefined;
1510
- maxPriorityFeePerGas: undefined;
1511
- accessList: import("viem").AccessList;
1512
- chainId: number;
1513
- type: "eip2930";
1514
- isSystemTx?: undefined;
1515
- mint?: undefined;
1516
- sourceHash?: undefined;
1517
- } | {
1518
- blockHash: `0x${string}` | null;
1519
- blockNumber: bigint | null;
1520
- from: `0x${string}`;
1521
- gas: bigint;
1522
- hash: `0x${string}`;
1523
- input: `0x${string}`;
1524
- nonce: number;
1525
- r: `0x${string}`;
1526
- s: `0x${string}`;
1527
- to: `0x${string}` | null;
1528
- transactionIndex: number | null;
1529
- typeHex: `0x${string}` | null;
1530
- v: bigint;
1531
- value: bigint;
1532
- yParity: number;
1533
- gasPrice?: undefined;
1534
- maxFeePerGas: bigint;
1535
- maxPriorityFeePerGas: bigint;
1536
- accessList: import("viem").AccessList;
1537
- chainId: number;
1538
- type: "eip1559";
1539
- isSystemTx?: undefined;
1540
- mint?: undefined;
1541
- sourceHash?: undefined;
1542
- } | {
1543
- blockHash: `0x${string}` | null;
1544
- blockNumber: bigint | null;
1545
- from: `0x${string}`;
1546
- gas: bigint;
1547
- hash: `0x${string}`;
1548
- input: `0x${string}`;
1549
- nonce: number;
1550
- r: `0x${string}`;
1551
- s: `0x${string}`;
1552
- to: `0x${string}` | null;
1553
- transactionIndex: number | null;
1554
- typeHex: `0x${string}` | null;
1555
- v: bigint;
1556
- value: bigint;
1557
- yParity: number;
1558
- gasPrice?: undefined;
1559
- maxFeePerGas: bigint;
1560
- maxPriorityFeePerGas: bigint;
1561
- accessList: import("viem").AccessList;
1562
- chainId: number;
1563
- type: "deposit";
1564
- isSystemTx?: boolean | undefined;
1565
- mint?: bigint | undefined;
1566
- sourceHash: `0x${string}`;
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"];
1567
1295
  };
1568
- type: "transaction";
1569
1296
  };
1570
- readonly transactionReceipt: {
1571
- exclude: [] | undefined;
1572
- format: (args: import("viem/_types/types/utils").Assign<Partial<import("viem").RpcTransactionReceipt>, import("viem/_types/chains/optimism/types").OptimismRpcTransactionReceiptOverrides>) => {
1573
- blockHash: `0x${string}`;
1574
- blockNumber: bigint;
1575
- contractAddress: `0x${string}` | null;
1576
- cumulativeGasUsed: bigint;
1577
- effectiveGasPrice: bigint;
1578
- from: `0x${string}`;
1579
- gasUsed: bigint;
1580
- logs: import("viem").Log<bigint, number, false, undefined, undefined, undefined, undefined>[];
1581
- logsBloom: `0x${string}`;
1582
- status: "success" | "reverted";
1583
- to: `0x${string}` | null;
1584
- transactionHash: `0x${string}`;
1585
- transactionIndex: number;
1586
- type: import("viem").TransactionType;
1587
- l1GasPrice: bigint | null;
1588
- l1GasUsed: bigint | null;
1589
- l1Fee: bigint | null;
1590
- l1FeeScalar: number | null;
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";
1591
2309
  };
1592
- type: "transactionReceipt";
1593
2310
  };
1594
- }>>;
2311
+ serializers: {
2312
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2313
+ };
2314
+ fees?: import("viem").ChainFees<undefined> | undefined;
2315
+ };
1595
2316
  explorerInfo: {
1596
2317
  readonly name: "Basescan";
1597
2318
  readonly url: "https://basescan.org";
2319
+ readonly apiUrl: "https://api.basescan.org/api";
1598
2320
  };
1599
2321
  isFiatCheckoutSupported: boolean;
1600
2322
  moonpayChainName: string;
@@ -1606,51 +2328,43 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1606
2328
  decimals: 18;
1607
2329
  name: "MATIC";
1608
2330
  };
1609
- chainInfo: import("viem/_types/types/utils").Assign<{
1610
- readonly id: 137;
1611
- readonly name: "Polygon";
1612
- readonly network: "matic";
1613
- readonly nativeCurrency: {
1614
- readonly name: "MATIC";
1615
- readonly symbol: "MATIC";
1616
- readonly decimals: 18;
1617
- };
1618
- readonly rpcUrls: {
1619
- readonly alchemy: {
1620
- readonly http: readonly ["https://polygon-mainnet.g.alchemy.com/v2"];
1621
- readonly webSocket: readonly ["wss://polygon-mainnet.g.alchemy.com/v2"];
1622
- };
1623
- readonly infura: {
1624
- readonly http: readonly ["https://polygon-mainnet.infura.io/v3"];
1625
- readonly webSocket: readonly ["wss://polygon-mainnet.infura.io/ws/v3"];
1626
- };
1627
- readonly default: {
1628
- readonly http: readonly ["https://polygon-rpc.com"];
1629
- };
1630
- readonly public: {
1631
- readonly http: readonly ["https://polygon-rpc.com"];
1632
- };
1633
- };
1634
- readonly blockExplorers: {
1635
- readonly etherscan: {
1636
- readonly name: "PolygonScan";
1637
- readonly url: "https://polygonscan.com";
1638
- };
2331
+ chainInfo: {
2332
+ blockExplorers: {
1639
2333
  readonly default: {
1640
2334
  readonly name: "PolygonScan";
1641
2335
  readonly url: "https://polygonscan.com";
2336
+ readonly apiUrl: "https://api.polygonscan.com/api";
1642
2337
  };
1643
2338
  };
1644
- readonly contracts: {
2339
+ contracts: {
1645
2340
  readonly multicall3: {
1646
2341
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1647
2342
  readonly blockCreated: 25770160;
1648
2343
  };
1649
2344
  };
1650
- }, import("viem/_types/types/chain").ChainConfig<undefined>>;
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
+ };
1651
2364
  explorerInfo: {
1652
2365
  readonly name: "PolygonScan";
1653
2366
  readonly url: "https://polygonscan.com";
2367
+ readonly apiUrl: "https://api.polygonscan.com/api";
1654
2368
  };
1655
2369
  isFiatCheckoutSupported: boolean;
1656
2370
  moonpayChainName: string;
@@ -1662,51 +2376,43 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1662
2376
  decimals: 18;
1663
2377
  name: "Ether";
1664
2378
  };
1665
- chainInfo: import("viem/_types/types/utils").Assign<{
1666
- readonly id: 42161;
1667
- readonly name: "Arbitrum One";
1668
- readonly network: "arbitrum";
1669
- readonly nativeCurrency: {
1670
- readonly name: "Ether";
1671
- readonly symbol: "ETH";
1672
- readonly decimals: 18;
1673
- };
1674
- readonly rpcUrls: {
1675
- readonly alchemy: {
1676
- readonly http: readonly ["https://arb-mainnet.g.alchemy.com/v2"];
1677
- readonly webSocket: readonly ["wss://arb-mainnet.g.alchemy.com/v2"];
1678
- };
1679
- readonly infura: {
1680
- readonly http: readonly ["https://arbitrum-mainnet.infura.io/v3"];
1681
- readonly webSocket: readonly ["wss://arbitrum-mainnet.infura.io/ws/v3"];
1682
- };
1683
- readonly default: {
1684
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
1685
- };
1686
- readonly public: {
1687
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
1688
- };
1689
- };
1690
- readonly blockExplorers: {
1691
- readonly etherscan: {
1692
- readonly name: "Arbiscan";
1693
- readonly url: "https://arbiscan.io";
1694
- };
2379
+ chainInfo: {
2380
+ blockExplorers: {
1695
2381
  readonly default: {
1696
2382
  readonly name: "Arbiscan";
1697
2383
  readonly url: "https://arbiscan.io";
2384
+ readonly apiUrl: "https://api.arbiscan.io/api";
1698
2385
  };
1699
2386
  };
1700
- readonly contracts: {
2387
+ contracts: {
1701
2388
  readonly multicall3: {
1702
2389
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1703
2390
  readonly blockCreated: 7654707;
1704
2391
  };
1705
2392
  };
1706
- }, import("viem/_types/types/chain").ChainConfig<undefined>>;
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
+ };
1707
2412
  explorerInfo: {
1708
2413
  readonly name: "Arbiscan";
1709
2414
  readonly url: "https://arbiscan.io";
2415
+ readonly apiUrl: "https://api.arbiscan.io/api";
1710
2416
  };
1711
2417
  isFiatCheckoutSupported: boolean;
1712
2418
  moonpayChainName: string;
@@ -1718,59 +2424,50 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1718
2424
  decimals: 18;
1719
2425
  name: "Goerli Ether";
1720
2426
  };
1721
- chainInfo: import("viem/_types/types/utils").Assign<{
1722
- readonly id: 5;
1723
- readonly network: "goerli";
1724
- readonly name: "Goerli";
1725
- readonly nativeCurrency: {
1726
- readonly name: "Goerli Ether";
1727
- readonly symbol: "ETH";
1728
- readonly decimals: 18;
1729
- };
1730
- readonly rpcUrls: {
1731
- readonly alchemy: {
1732
- readonly http: readonly ["https://eth-goerli.g.alchemy.com/v2"];
1733
- readonly webSocket: readonly ["wss://eth-goerli.g.alchemy.com/v2"];
1734
- };
1735
- readonly infura: {
1736
- readonly http: readonly ["https://goerli.infura.io/v3"];
1737
- readonly webSocket: readonly ["wss://goerli.infura.io/ws/v3"];
1738
- };
1739
- readonly default: {
1740
- readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
1741
- };
1742
- readonly public: {
1743
- readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
1744
- };
1745
- };
1746
- readonly blockExplorers: {
1747
- readonly etherscan: {
1748
- readonly name: "Etherscan";
1749
- readonly url: "https://goerli.etherscan.io";
1750
- };
2427
+ chainInfo: {
2428
+ blockExplorers: {
1751
2429
  readonly default: {
1752
2430
  readonly name: "Etherscan";
1753
2431
  readonly url: "https://goerli.etherscan.io";
2432
+ readonly apiUrl: "https://api-goerli.etherscan.io/api";
1754
2433
  };
1755
2434
  };
1756
- readonly contracts: {
2435
+ contracts: {
1757
2436
  readonly ensRegistry: {
1758
2437
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1759
2438
  };
1760
2439
  readonly ensUniversalResolver: {
1761
- readonly address: "0x56522D00C410a43BFfDF00a9A569489297385790";
1762
- readonly blockCreated: 8765204;
2440
+ readonly address: "0xfc4AC75C46C914aF5892d6d3eFFcebD7917293F1";
2441
+ readonly blockCreated: 10339206;
1763
2442
  };
1764
2443
  readonly multicall3: {
1765
2444
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1766
2445
  readonly blockCreated: 6507670;
1767
2446
  };
1768
2447
  };
1769
- readonly testnet: true;
1770
- }, import("viem/_types/types/chain").ChainConfig<undefined>>;
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
+ };
1771
2467
  explorerInfo: {
1772
2468
  readonly name: "Etherscan";
1773
2469
  readonly url: "https://goerli.etherscan.io";
2470
+ readonly apiUrl: "https://api-goerli.etherscan.io/api";
1774
2471
  };
1775
2472
  isFiatCheckoutSupported: boolean;
1776
2473
  moonpayChainName: null;
@@ -1782,37 +2479,39 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1782
2479
  decimals: 18;
1783
2480
  name: "Arbitrum Sepolia Ether";
1784
2481
  };
1785
- chainInfo: import("viem/_types/types/utils").Assign<{
1786
- readonly id: 421614;
1787
- readonly name: "Arbitrum Sepolia";
1788
- readonly network: "arbitrum-sepolia";
1789
- readonly nativeCurrency: {
1790
- readonly name: "Arbitrum Sepolia Ether";
1791
- readonly symbol: "ETH";
1792
- readonly decimals: 18;
1793
- };
1794
- readonly rpcUrls: {
1795
- readonly default: {
1796
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
1797
- };
1798
- readonly public: {
1799
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
1800
- };
1801
- };
1802
- readonly blockExplorers: {
2482
+ chainInfo: {
2483
+ blockExplorers: {
1803
2484
  readonly default: {
1804
- readonly name: "Blockscout";
1805
- readonly url: "https://sepolia-explorer.arbitrum.io";
2485
+ readonly name: "Arbiscan";
2486
+ readonly url: "https://sepolia.arbiscan.io";
2487
+ readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1806
2488
  };
1807
2489
  };
1808
- readonly contracts: {
2490
+ contracts: {
1809
2491
  readonly multicall3: {
1810
2492
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1811
2493
  readonly blockCreated: 81930;
1812
2494
  };
1813
2495
  };
1814
- readonly testnet: true;
1815
- }, import("viem/_types/types/chain").ChainConfig<undefined>>;
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
+ };
1816
2515
  explorerInfo: {
1817
2516
  name: string;
1818
2517
  url: string;
@@ -1823,564 +2522,1258 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1823
2522
  };
1824
2523
  };
1825
2524
  export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_ID_LIST: string[];
1826
- export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: (import("viem/_types/types/utils").Assign<{
1827
- readonly id: 1;
1828
- readonly network: "homestead";
1829
- readonly name: "Ethereum";
1830
- readonly nativeCurrency: {
1831
- readonly name: "Ether";
1832
- readonly symbol: "ETH";
1833
- readonly decimals: 18;
1834
- };
1835
- readonly rpcUrls: {
1836
- readonly alchemy: {
1837
- readonly http: readonly ["https://eth-mainnet.g.alchemy.com/v2"];
1838
- readonly webSocket: readonly ["wss://eth-mainnet.g.alchemy.com/v2"];
1839
- };
1840
- readonly infura: {
1841
- readonly http: readonly ["https://mainnet.infura.io/v3"];
1842
- readonly webSocket: readonly ["wss://mainnet.infura.io/ws/v3"];
1843
- };
1844
- readonly default: {
1845
- readonly http: readonly ["https://cloudflare-eth.com"];
1846
- };
1847
- readonly public: {
1848
- readonly http: readonly ["https://cloudflare-eth.com"];
1849
- };
1850
- };
1851
- readonly blockExplorers: {
1852
- readonly etherscan: {
1853
- readonly name: "Etherscan";
1854
- readonly url: "https://etherscan.io";
1855
- };
2525
+ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
2526
+ blockExplorers: {
1856
2527
  readonly default: {
1857
2528
  readonly name: "Etherscan";
1858
2529
  readonly url: "https://etherscan.io";
2530
+ readonly apiUrl: "https://api.etherscan.io/api";
1859
2531
  };
1860
2532
  };
1861
- readonly contracts: {
2533
+ contracts: {
1862
2534
  readonly ensRegistry: {
1863
2535
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1864
2536
  };
1865
2537
  readonly ensUniversalResolver: {
1866
- readonly address: "0xc0497E381f536Be9ce14B0dD3817cBcAe57d2F62";
1867
- readonly blockCreated: 16966585;
2538
+ readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
2539
+ readonly blockCreated: 19258213;
1868
2540
  };
1869
2541
  readonly multicall3: {
1870
2542
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1871
2543
  readonly blockCreated: 14353601;
1872
2544
  };
1873
2545
  };
1874
- }, import("viem/_types/types/chain").ChainConfig<undefined>> | import("viem/_types/types/utils").Assign<{
1875
- readonly id: 8453;
1876
- readonly network: "base";
1877
- readonly name: "Base";
1878
- readonly nativeCurrency: {
2546
+ id: 1;
2547
+ name: "Ethereum";
2548
+ nativeCurrency: {
1879
2549
  readonly name: "Ether";
1880
2550
  readonly symbol: "ETH";
1881
2551
  readonly decimals: 18;
1882
2552
  };
1883
- readonly rpcUrls: {
1884
- readonly alchemy: {
1885
- readonly http: readonly ["https://base-mainnet.g.alchemy.com/v2"];
1886
- readonly webSocket: readonly ["wss://base-mainnet.g.alchemy.com/v2"];
1887
- };
1888
- readonly infura: {
1889
- readonly http: readonly ["https://base-mainnet.infura.io/v3"];
1890
- readonly webSocket: readonly ["wss://base-mainnet.infura.io/ws/v3"];
1891
- };
2553
+ rpcUrls: {
1892
2554
  readonly default: {
1893
- readonly http: readonly ["https://mainnet.base.org"];
1894
- };
1895
- readonly public: {
1896
- readonly http: readonly ["https://mainnet.base.org"];
2555
+ readonly http: readonly ["https://cloudflare-eth.com"];
1897
2556
  };
1898
2557
  };
1899
- readonly blockExplorers: {
1900
- readonly blockscout: {
1901
- readonly name: "Basescout";
1902
- readonly url: "https://base.blockscout.com";
1903
- };
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: {
1904
2566
  readonly default: {
1905
2567
  readonly name: "Basescan";
1906
2568
  readonly url: "https://basescan.org";
1907
- };
1908
- readonly etherscan: {
1909
- readonly name: "Basescan";
1910
- readonly url: "https://basescan.org";
2569
+ readonly apiUrl: "https://api.basescan.org/api";
1911
2570
  };
1912
2571
  };
1913
- readonly contracts: {
2572
+ contracts: {
2573
+ readonly l2OutputOracle: {
2574
+ readonly 1: {
2575
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
2576
+ };
2577
+ };
1914
2578
  readonly multicall3: {
1915
2579
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1916
2580
  readonly blockCreated: 5022;
1917
2581
  };
1918
- };
1919
- }, import("viem/_types/types/chain").ChainConfig<{
1920
- readonly block: {
1921
- exclude: [] | undefined;
1922
- format: (args: import("viem/_types/types/utils").Assign<Partial<import("viem").RpcBlock<import("viem").BlockTag, boolean, import("viem").RpcTransaction<boolean, "yParity", "typeHex">>>, import("viem/_types/chains/optimism/types").OptimismRpcBlockOverrides & {
1923
- transactions: `0x${string}`[] | import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>[];
1924
- }>) => {
1925
- baseFeePerGas: bigint | null;
1926
- difficulty: bigint;
1927
- extraData: `0x${string}`;
1928
- gasLimit: bigint;
1929
- gasUsed: bigint;
1930
- hash: `0x${string}` | null;
1931
- logsBloom: `0x${string}` | null;
1932
- miner: `0x${string}`;
1933
- mixHash: `0x${string}`;
1934
- nonce: `0x${string}` | null;
1935
- number: bigint | null;
1936
- parentHash: `0x${string}`;
1937
- receiptsRoot: `0x${string}`;
1938
- sealFields: `0x${string}`[];
1939
- sha3Uncles: `0x${string}`;
1940
- size: bigint;
1941
- stateRoot: `0x${string}`;
1942
- timestamp: bigint;
1943
- totalDifficulty: bigint | null;
1944
- transactions: `0x${string}`[] | import("viem/_types/chains/optimism/types").OptimismTransaction<boolean>[];
1945
- transactionsRoot: `0x${string}`;
1946
- uncles: `0x${string}`[];
1947
- withdrawals?: import("viem").Withdrawal[] | undefined;
1948
- withdrawalsRoot?: `0x${string}` | undefined;
2582
+ readonly portal: {
2583
+ readonly 1: {
2584
+ readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
2585
+ readonly blockCreated: 17482143;
2586
+ };
1949
2587
  };
1950
- type: "block";
1951
- };
1952
- readonly transaction: {
1953
- exclude: [] | undefined;
1954
- format: (args: (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
1955
- isSystemTx?: undefined;
1956
- mint?: undefined;
1957
- sourceHash?: undefined;
1958
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
1959
- isSystemTx?: boolean | undefined;
1960
- mint?: `0x${string}` | undefined;
1961
- sourceHash: `0x${string}`;
1962
- type: "0x7e";
1963
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
1964
- isSystemTx?: undefined;
1965
- mint?: undefined;
1966
- sourceHash?: undefined;
1967
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
1968
- isSystemTx?: undefined;
1969
- mint?: undefined;
1970
- sourceHash?: undefined;
1971
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
1972
- isSystemTx?: undefined;
1973
- mint?: undefined;
1974
- sourceHash?: undefined;
1975
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
1976
- isSystemTx?: boolean | undefined;
1977
- mint?: `0x${string}` | undefined;
1978
- sourceHash: `0x${string}`;
1979
- type: "0x7e";
1980
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
1981
- isSystemTx?: undefined;
1982
- mint?: undefined;
1983
- sourceHash?: undefined;
1984
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
1985
- isSystemTx?: undefined;
1986
- mint?: undefined;
1987
- sourceHash?: undefined;
1988
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
1989
- isSystemTx?: undefined;
1990
- mint?: undefined;
1991
- sourceHash?: undefined;
1992
- }) | (import("viem/_types/types/utils").Assign_<Partial<Omit<import("viem/_types/types/utils").PartialBy<import("viem").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("viem/_types/chains/optimism/types").OptimismRpcTransaction<boolean>> & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
1993
- isSystemTx?: boolean | undefined;
1994
- mint?: `0x${string}` | undefined;
1995
- sourceHash: `0x${string}`;
1996
- type: "0x7e";
1997
- })) => {
1998
- blockHash: `0x${string}` | null;
1999
- blockNumber: bigint | null;
2000
- from: `0x${string}`;
2001
- gas: bigint;
2002
- hash: `0x${string}`;
2003
- input: `0x${string}`;
2004
- nonce: number;
2005
- r: `0x${string}`;
2006
- s: `0x${string}`;
2007
- to: `0x${string}` | null;
2008
- transactionIndex: number | null;
2009
- typeHex: `0x${string}` | null;
2010
- v: bigint;
2011
- value: bigint;
2012
- gasPrice: bigint;
2013
- maxFeePerGas?: undefined;
2014
- maxPriorityFeePerGas?: undefined;
2015
- accessList?: undefined;
2016
- chainId?: number | undefined;
2017
- yParity?: undefined;
2018
- type: "legacy";
2019
- isSystemTx?: undefined;
2020
- mint?: undefined;
2021
- sourceHash?: undefined;
2022
- } | {
2023
- blockHash: `0x${string}` | null;
2024
- blockNumber: bigint | null;
2025
- from: `0x${string}`;
2026
- gas: bigint;
2027
- hash: `0x${string}`;
2028
- input: `0x${string}`;
2029
- nonce: number;
2030
- r: `0x${string}`;
2031
- s: `0x${string}`;
2032
- to: `0x${string}` | null;
2033
- transactionIndex: number | null;
2034
- typeHex: `0x${string}` | null;
2035
- v: bigint;
2036
- value: bigint;
2037
- gasPrice: undefined;
2038
- maxFeePerGas: bigint;
2039
- maxPriorityFeePerGas: bigint;
2040
- accessList?: undefined;
2041
- chainId?: number | undefined;
2042
- yParity: number;
2043
- type: "deposit";
2044
- isSystemTx?: boolean | undefined;
2045
- mint?: bigint | undefined;
2046
- sourceHash: `0x${string}`;
2047
- } | {
2048
- blockHash: `0x${string}` | null;
2049
- blockNumber: bigint | null;
2050
- from: `0x${string}`;
2051
- gas: bigint;
2052
- hash: `0x${string}`;
2053
- input: `0x${string}`;
2054
- nonce: number;
2055
- r: `0x${string}`;
2056
- s: `0x${string}`;
2057
- to: `0x${string}` | null;
2058
- transactionIndex: number | null;
2059
- typeHex: `0x${string}` | null;
2060
- v: bigint;
2061
- value: bigint;
2062
- yParity: number;
2063
- gasPrice: bigint;
2064
- maxFeePerGas?: undefined;
2065
- maxPriorityFeePerGas?: undefined;
2066
- accessList: import("viem").AccessList;
2067
- chainId: number;
2068
- type: "eip2930";
2069
- isSystemTx?: undefined;
2070
- mint?: undefined;
2071
- sourceHash?: undefined;
2072
- } | {
2073
- blockHash: `0x${string}` | null;
2074
- blockNumber: bigint | null;
2075
- from: `0x${string}`;
2076
- gas: bigint;
2077
- hash: `0x${string}`;
2078
- input: `0x${string}`;
2079
- nonce: number;
2080
- r: `0x${string}`;
2081
- s: `0x${string}`;
2082
- to: `0x${string}` | null;
2083
- transactionIndex: number | null;
2084
- typeHex: `0x${string}` | null;
2085
- v: bigint;
2086
- value: bigint;
2087
- yParity: number;
2088
- gasPrice: undefined;
2089
- maxFeePerGas: bigint;
2090
- maxPriorityFeePerGas: bigint;
2091
- accessList: import("viem").AccessList;
2092
- chainId: number;
2093
- type: "eip1559";
2094
- isSystemTx?: undefined;
2095
- mint?: undefined;
2096
- sourceHash?: undefined;
2097
- } | {
2098
- blockHash: `0x${string}` | null;
2099
- blockNumber: bigint | null;
2100
- from: `0x${string}`;
2101
- gas: bigint;
2102
- hash: `0x${string}`;
2103
- input: `0x${string}`;
2104
- nonce: number;
2105
- r: `0x${string}`;
2106
- s: `0x${string}`;
2107
- to: `0x${string}` | null;
2108
- transactionIndex: number | null;
2109
- typeHex: `0x${string}` | null;
2110
- v: bigint;
2111
- value: bigint;
2112
- yParity: number;
2113
- gasPrice: undefined;
2114
- maxFeePerGas: bigint;
2115
- maxPriorityFeePerGas: bigint;
2116
- accessList: import("viem").AccessList;
2117
- chainId: number;
2118
- type: "deposit";
2119
- isSystemTx?: boolean | undefined;
2120
- mint?: bigint | undefined;
2121
- sourceHash: `0x${string}`;
2122
- } | {
2123
- blockHash: `0x${string}` | null;
2124
- blockNumber: bigint | null;
2125
- from: `0x${string}`;
2126
- gas: bigint;
2127
- hash: `0x${string}`;
2128
- input: `0x${string}`;
2129
- nonce: number;
2130
- r: `0x${string}`;
2131
- s: `0x${string}`;
2132
- to: `0x${string}` | null;
2133
- transactionIndex: number | null;
2134
- typeHex: `0x${string}` | null;
2135
- v: bigint;
2136
- value: bigint;
2137
- yParity: number;
2138
- gasPrice: bigint;
2139
- maxFeePerGas: undefined;
2140
- maxPriorityFeePerGas: undefined;
2141
- accessList: import("viem").AccessList;
2142
- chainId: number;
2143
- type: "eip2930";
2144
- isSystemTx?: undefined;
2145
- mint?: undefined;
2146
- sourceHash?: undefined;
2147
- } | {
2148
- blockHash: `0x${string}` | null;
2149
- blockNumber: bigint | null;
2150
- from: `0x${string}`;
2151
- gas: bigint;
2152
- hash: `0x${string}`;
2153
- input: `0x${string}`;
2154
- nonce: number;
2155
- r: `0x${string}`;
2156
- s: `0x${string}`;
2157
- to: `0x${string}` | null;
2158
- transactionIndex: number | null;
2159
- typeHex: `0x${string}` | null;
2160
- v: bigint;
2161
- value: bigint;
2162
- yParity: number;
2163
- gasPrice?: undefined;
2164
- maxFeePerGas: bigint;
2165
- maxPriorityFeePerGas: bigint;
2166
- accessList: import("viem").AccessList;
2167
- chainId: number;
2168
- type: "eip1559";
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
- maxFeePerGas: bigint;
2190
- maxPriorityFeePerGas: bigint;
2191
- accessList: import("viem").AccessList;
2192
- chainId: number;
2193
- type: "deposit";
2194
- isSystemTx?: boolean | undefined;
2195
- mint?: bigint | undefined;
2196
- sourceHash: `0x${string}`;
2588
+ readonly l1StandardBridge: {
2589
+ readonly 1: {
2590
+ readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
2591
+ readonly blockCreated: 17482143;
2592
+ };
2197
2593
  };
2198
- type: "transaction";
2199
- };
2200
- readonly transactionReceipt: {
2201
- exclude: [] | undefined;
2202
- format: (args: import("viem/_types/types/utils").Assign<Partial<import("viem").RpcTransactionReceipt>, import("viem/_types/chains/optimism/types").OptimismRpcTransactionReceiptOverrides>) => {
2203
- blockHash: `0x${string}`;
2204
- blockNumber: bigint;
2205
- contractAddress: `0x${string}` | null;
2206
- cumulativeGasUsed: bigint;
2207
- effectiveGasPrice: bigint;
2208
- from: `0x${string}`;
2209
- gasUsed: bigint;
2210
- logs: import("viem").Log<bigint, number, false, undefined, undefined, undefined, undefined>[];
2211
- logsBloom: `0x${string}`;
2212
- status: "success" | "reverted";
2213
- to: `0x${string}` | null;
2214
- transactionHash: `0x${string}`;
2215
- transactionIndex: number;
2216
- type: import("viem").TransactionType;
2217
- l1GasPrice: bigint | null;
2218
- l1GasUsed: bigint | null;
2219
- l1Fee: bigint | null;
2220
- l1FeeScalar: number | null;
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";
2221
2611
  };
2222
- type: "transactionReceipt";
2223
2612
  };
2224
- }>> | import("viem/_types/types/utils").Assign<{
2225
- readonly id: 137;
2226
- readonly name: "Polygon";
2227
- readonly network: "matic";
2228
- readonly nativeCurrency: {
2229
- readonly name: "MATIC";
2230
- readonly symbol: "MATIC";
2613
+ id: 8453;
2614
+ name: "Base";
2615
+ nativeCurrency: {
2616
+ readonly name: "Ether";
2617
+ readonly symbol: "ETH";
2231
2618
  readonly decimals: 18;
2232
2619
  };
2233
- readonly rpcUrls: {
2234
- readonly alchemy: {
2235
- readonly http: readonly ["https://polygon-mainnet.g.alchemy.com/v2"];
2236
- readonly webSocket: readonly ["wss://polygon-mainnet.g.alchemy.com/v2"];
2620
+ rpcUrls: {
2621
+ readonly default: {
2622
+ readonly http: readonly ["https://mainnet.base.org"];
2237
2623
  };
2238
- readonly infura: {
2239
- readonly http: readonly ["https://polygon-mainnet.infura.io/v3"];
2240
- readonly webSocket: readonly ["wss://polygon-mainnet.infura.io/ws/v3"];
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";
2241
2662
  };
2242
- readonly default: {
2243
- readonly http: readonly ["https://polygon-rpc.com"];
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";
2244
3610
  };
2245
- readonly public: {
2246
- readonly http: readonly ["https://polygon-rpc.com"];
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";
2247
3637
  };
2248
3638
  };
2249
- readonly blockExplorers: {
2250
- readonly etherscan: {
2251
- readonly name: "PolygonScan";
2252
- readonly url: "https://polygonscan.com";
2253
- };
3639
+ serializers: {
3640
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
3641
+ };
3642
+ fees?: import("viem").ChainFees<undefined> | undefined;
3643
+ } | {
3644
+ blockExplorers: {
2254
3645
  readonly default: {
2255
3646
  readonly name: "PolygonScan";
2256
3647
  readonly url: "https://polygonscan.com";
3648
+ readonly apiUrl: "https://api.polygonscan.com/api";
2257
3649
  };
2258
3650
  };
2259
- readonly contracts: {
3651
+ contracts: {
2260
3652
  readonly multicall3: {
2261
3653
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2262
3654
  readonly blockCreated: 25770160;
2263
3655
  };
2264
3656
  };
2265
- }, import("viem/_types/types/chain").ChainConfig<undefined>> | import("viem/_types/types/utils").Assign<{
2266
- readonly id: 42161;
2267
- readonly name: "Arbitrum One";
2268
- readonly network: "arbitrum";
2269
- readonly nativeCurrency: {
2270
- readonly name: "Ether";
2271
- readonly symbol: "ETH";
3657
+ id: 137;
3658
+ name: "Polygon";
3659
+ nativeCurrency: {
3660
+ readonly name: "MATIC";
3661
+ readonly symbol: "MATIC";
2272
3662
  readonly decimals: 18;
2273
3663
  };
2274
- readonly rpcUrls: {
2275
- readonly alchemy: {
2276
- readonly http: readonly ["https://arb-mainnet.g.alchemy.com/v2"];
2277
- readonly webSocket: readonly ["wss://arb-mainnet.g.alchemy.com/v2"];
2278
- };
2279
- readonly infura: {
2280
- readonly http: readonly ["https://arbitrum-mainnet.infura.io/v3"];
2281
- readonly webSocket: readonly ["wss://arbitrum-mainnet.infura.io/ws/v3"];
2282
- };
3664
+ rpcUrls: {
2283
3665
  readonly default: {
2284
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
2285
- };
2286
- readonly public: {
2287
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
3666
+ readonly http: readonly ["https://polygon-rpc.com"];
2288
3667
  };
2289
3668
  };
2290
- readonly blockExplorers: {
2291
- readonly etherscan: {
2292
- readonly name: "Arbiscan";
2293
- readonly url: "https://arbiscan.io";
2294
- };
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: {
2295
3677
  readonly default: {
2296
3678
  readonly name: "Arbiscan";
2297
3679
  readonly url: "https://arbiscan.io";
3680
+ readonly apiUrl: "https://api.arbiscan.io/api";
2298
3681
  };
2299
3682
  };
2300
- readonly contracts: {
3683
+ contracts: {
2301
3684
  readonly multicall3: {
2302
3685
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2303
3686
  readonly blockCreated: 7654707;
2304
3687
  };
2305
3688
  };
2306
- }, import("viem/_types/types/chain").ChainConfig<undefined>> | import("viem/_types/types/utils").Assign<{
2307
- readonly id: 5;
2308
- readonly network: "goerli";
2309
- readonly name: "Goerli";
2310
- readonly nativeCurrency: {
2311
- readonly name: "Goerli Ether";
3689
+ id: 42161;
3690
+ name: "Arbitrum One";
3691
+ nativeCurrency: {
3692
+ readonly name: "Ether";
2312
3693
  readonly symbol: "ETH";
2313
3694
  readonly decimals: 18;
2314
3695
  };
2315
- readonly rpcUrls: {
2316
- readonly alchemy: {
2317
- readonly http: readonly ["https://eth-goerli.g.alchemy.com/v2"];
2318
- readonly webSocket: readonly ["wss://eth-goerli.g.alchemy.com/v2"];
2319
- };
2320
- readonly infura: {
2321
- readonly http: readonly ["https://goerli.infura.io/v3"];
2322
- readonly webSocket: readonly ["wss://goerli.infura.io/ws/v3"];
2323
- };
3696
+ rpcUrls: {
2324
3697
  readonly default: {
2325
- readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
2326
- };
2327
- readonly public: {
2328
- readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
3698
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
2329
3699
  };
2330
3700
  };
2331
- readonly blockExplorers: {
2332
- readonly etherscan: {
2333
- readonly name: "Etherscan";
2334
- readonly url: "https://goerli.etherscan.io";
2335
- };
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: {
2336
3709
  readonly default: {
2337
3710
  readonly name: "Etherscan";
2338
3711
  readonly url: "https://goerli.etherscan.io";
3712
+ readonly apiUrl: "https://api-goerli.etherscan.io/api";
2339
3713
  };
2340
3714
  };
2341
- readonly contracts: {
3715
+ contracts: {
2342
3716
  readonly ensRegistry: {
2343
3717
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2344
3718
  };
2345
3719
  readonly ensUniversalResolver: {
2346
- readonly address: "0x56522D00C410a43BFfDF00a9A569489297385790";
2347
- readonly blockCreated: 8765204;
3720
+ readonly address: "0xfc4AC75C46C914aF5892d6d3eFFcebD7917293F1";
3721
+ readonly blockCreated: 10339206;
2348
3722
  };
2349
3723
  readonly multicall3: {
2350
3724
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2351
3725
  readonly blockCreated: 6507670;
2352
3726
  };
2353
3727
  };
2354
- readonly testnet: true;
2355
- }, import("viem/_types/types/chain").ChainConfig<undefined>> | import("viem/_types/types/utils").Assign<{
2356
- readonly id: 421614;
2357
- readonly name: "Arbitrum Sepolia";
2358
- readonly network: "arbitrum-sepolia";
2359
- readonly nativeCurrency: {
2360
- readonly name: "Arbitrum Sepolia Ether";
3728
+ id: 5;
3729
+ name: "Goerli";
3730
+ nativeCurrency: {
3731
+ readonly name: "Goerli Ether";
2361
3732
  readonly symbol: "ETH";
2362
3733
  readonly decimals: 18;
2363
3734
  };
2364
- readonly rpcUrls: {
3735
+ rpcUrls: {
2365
3736
  readonly default: {
2366
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
2367
- };
2368
- readonly public: {
2369
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
3737
+ readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
2370
3738
  };
2371
3739
  };
2372
- readonly blockExplorers: {
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: {
2373
3748
  readonly default: {
2374
- readonly name: "Blockscout";
2375
- readonly url: "https://sepolia-explorer.arbitrum.io";
3749
+ readonly name: "Arbiscan";
3750
+ readonly url: "https://sepolia.arbiscan.io";
3751
+ readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2376
3752
  };
2377
3753
  };
2378
- readonly contracts: {
3754
+ contracts: {
2379
3755
  readonly multicall3: {
2380
3756
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2381
3757
  readonly blockCreated: 81930;
2382
3758
  };
2383
3759
  };
2384
- readonly testnet: true;
2385
- }, import("viem/_types/types/chain").ChainConfig<undefined>>)[];
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
+ })[];
2386
3779
  export declare const FUNKIT_CONNECT_CHECKOUT_NATIVE_CURRENCY_ADDRESS = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";