@funkit/core 0.10.11 → 0.10.12

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,6 +1178,55 @@ 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
+ };
1211
+ readonly default: {
1212
+ readonly name: "Etherscan";
1213
+ readonly url: "https://etherscan.io";
1214
+ };
1215
+ };
1216
+ readonly contracts: {
1217
+ readonly ensRegistry: {
1218
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1219
+ };
1220
+ readonly ensUniversalResolver: {
1221
+ readonly address: "0xc0497E381f536Be9ce14B0dD3817cBcAe57d2F62";
1222
+ readonly blockCreated: 16966585;
1223
+ };
1224
+ readonly multicall3: {
1225
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1226
+ readonly blockCreated: 14353601;
1227
+ };
1228
+ };
1229
+ }, import("viem/_types/types/chain").ChainConfig<undefined>>;
1181
1230
  explorerInfo: {
1182
1231
  readonly name: "Etherscan";
1183
1232
  readonly url: "https://etherscan.io";
@@ -1192,6 +1241,357 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1192
1241
  decimals: 18;
1193
1242
  name: "Ether";
1194
1243
  };
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
+ };
1274
+ readonly default: {
1275
+ readonly name: "Basescan";
1276
+ readonly url: "https://basescan.org";
1277
+ };
1278
+ readonly etherscan: {
1279
+ readonly name: "Basescan";
1280
+ readonly url: "https://basescan.org";
1281
+ };
1282
+ };
1283
+ readonly contracts: {
1284
+ readonly multicall3: {
1285
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1286
+ readonly blockCreated: 5022;
1287
+ };
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;
1319
+ };
1320
+ type: "block";
1321
+ };
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}`;
1567
+ };
1568
+ type: "transaction";
1569
+ };
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;
1591
+ };
1592
+ type: "transactionReceipt";
1593
+ };
1594
+ }>>;
1195
1595
  explorerInfo: {
1196
1596
  readonly name: "Basescan";
1197
1597
  readonly url: "https://basescan.org";
@@ -1206,6 +1606,48 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1206
1606
  decimals: 18;
1207
1607
  name: "MATIC";
1208
1608
  };
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
+ };
1639
+ readonly default: {
1640
+ readonly name: "PolygonScan";
1641
+ readonly url: "https://polygonscan.com";
1642
+ };
1643
+ };
1644
+ readonly contracts: {
1645
+ readonly multicall3: {
1646
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1647
+ readonly blockCreated: 25770160;
1648
+ };
1649
+ };
1650
+ }, import("viem/_types/types/chain").ChainConfig<undefined>>;
1209
1651
  explorerInfo: {
1210
1652
  readonly name: "PolygonScan";
1211
1653
  readonly url: "https://polygonscan.com";
@@ -1220,6 +1662,48 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1220
1662
  decimals: 18;
1221
1663
  name: "Ether";
1222
1664
  };
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
+ };
1695
+ readonly default: {
1696
+ readonly name: "Arbiscan";
1697
+ readonly url: "https://arbiscan.io";
1698
+ };
1699
+ };
1700
+ readonly contracts: {
1701
+ readonly multicall3: {
1702
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1703
+ readonly blockCreated: 7654707;
1704
+ };
1705
+ };
1706
+ }, import("viem/_types/types/chain").ChainConfig<undefined>>;
1223
1707
  explorerInfo: {
1224
1708
  readonly name: "Arbiscan";
1225
1709
  readonly url: "https://arbiscan.io";
@@ -1234,6 +1718,56 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1234
1718
  decimals: 18;
1235
1719
  name: "Goerli Ether";
1236
1720
  };
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
+ };
1751
+ readonly default: {
1752
+ readonly name: "Etherscan";
1753
+ readonly url: "https://goerli.etherscan.io";
1754
+ };
1755
+ };
1756
+ readonly contracts: {
1757
+ readonly ensRegistry: {
1758
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1759
+ };
1760
+ readonly ensUniversalResolver: {
1761
+ readonly address: "0x56522D00C410a43BFfDF00a9A569489297385790";
1762
+ readonly blockCreated: 8765204;
1763
+ };
1764
+ readonly multicall3: {
1765
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1766
+ readonly blockCreated: 6507670;
1767
+ };
1768
+ };
1769
+ readonly testnet: true;
1770
+ }, import("viem/_types/types/chain").ChainConfig<undefined>>;
1237
1771
  explorerInfo: {
1238
1772
  readonly name: "Etherscan";
1239
1773
  readonly url: "https://goerli.etherscan.io";
@@ -1248,6 +1782,37 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1248
1782
  decimals: 18;
1249
1783
  name: "Arbitrum Sepolia Ether";
1250
1784
  };
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: {
1803
+ readonly default: {
1804
+ readonly name: "Blockscout";
1805
+ readonly url: "https://sepolia-explorer.arbitrum.io";
1806
+ };
1807
+ };
1808
+ readonly contracts: {
1809
+ readonly multicall3: {
1810
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1811
+ readonly blockCreated: 81930;
1812
+ };
1813
+ };
1814
+ readonly testnet: true;
1815
+ }, import("viem/_types/types/chain").ChainConfig<undefined>>;
1251
1816
  explorerInfo: {
1252
1817
  name: string;
1253
1818
  url: string;
@@ -1258,4 +1823,564 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1258
1823
  };
1259
1824
  };
1260
1825
  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
+ };
1856
+ readonly default: {
1857
+ readonly name: "Etherscan";
1858
+ readonly url: "https://etherscan.io";
1859
+ };
1860
+ };
1861
+ readonly contracts: {
1862
+ readonly ensRegistry: {
1863
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1864
+ };
1865
+ readonly ensUniversalResolver: {
1866
+ readonly address: "0xc0497E381f536Be9ce14B0dD3817cBcAe57d2F62";
1867
+ readonly blockCreated: 16966585;
1868
+ };
1869
+ readonly multicall3: {
1870
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1871
+ readonly blockCreated: 14353601;
1872
+ };
1873
+ };
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: {
1879
+ readonly name: "Ether";
1880
+ readonly symbol: "ETH";
1881
+ readonly decimals: 18;
1882
+ };
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
+ };
1892
+ readonly default: {
1893
+ readonly http: readonly ["https://mainnet.base.org"];
1894
+ };
1895
+ readonly public: {
1896
+ readonly http: readonly ["https://mainnet.base.org"];
1897
+ };
1898
+ };
1899
+ readonly blockExplorers: {
1900
+ readonly blockscout: {
1901
+ readonly name: "Basescout";
1902
+ readonly url: "https://base.blockscout.com";
1903
+ };
1904
+ readonly default: {
1905
+ readonly name: "Basescan";
1906
+ readonly url: "https://basescan.org";
1907
+ };
1908
+ readonly etherscan: {
1909
+ readonly name: "Basescan";
1910
+ readonly url: "https://basescan.org";
1911
+ };
1912
+ };
1913
+ readonly contracts: {
1914
+ readonly multicall3: {
1915
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1916
+ readonly blockCreated: 5022;
1917
+ };
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;
1949
+ };
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}`;
2197
+ };
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;
2221
+ };
2222
+ type: "transactionReceipt";
2223
+ };
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";
2231
+ readonly decimals: 18;
2232
+ };
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"];
2237
+ };
2238
+ readonly infura: {
2239
+ readonly http: readonly ["https://polygon-mainnet.infura.io/v3"];
2240
+ readonly webSocket: readonly ["wss://polygon-mainnet.infura.io/ws/v3"];
2241
+ };
2242
+ readonly default: {
2243
+ readonly http: readonly ["https://polygon-rpc.com"];
2244
+ };
2245
+ readonly public: {
2246
+ readonly http: readonly ["https://polygon-rpc.com"];
2247
+ };
2248
+ };
2249
+ readonly blockExplorers: {
2250
+ readonly etherscan: {
2251
+ readonly name: "PolygonScan";
2252
+ readonly url: "https://polygonscan.com";
2253
+ };
2254
+ readonly default: {
2255
+ readonly name: "PolygonScan";
2256
+ readonly url: "https://polygonscan.com";
2257
+ };
2258
+ };
2259
+ readonly contracts: {
2260
+ readonly multicall3: {
2261
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2262
+ readonly blockCreated: 25770160;
2263
+ };
2264
+ };
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";
2272
+ readonly decimals: 18;
2273
+ };
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
+ };
2283
+ readonly default: {
2284
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
2285
+ };
2286
+ readonly public: {
2287
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
2288
+ };
2289
+ };
2290
+ readonly blockExplorers: {
2291
+ readonly etherscan: {
2292
+ readonly name: "Arbiscan";
2293
+ readonly url: "https://arbiscan.io";
2294
+ };
2295
+ readonly default: {
2296
+ readonly name: "Arbiscan";
2297
+ readonly url: "https://arbiscan.io";
2298
+ };
2299
+ };
2300
+ readonly contracts: {
2301
+ readonly multicall3: {
2302
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2303
+ readonly blockCreated: 7654707;
2304
+ };
2305
+ };
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";
2312
+ readonly symbol: "ETH";
2313
+ readonly decimals: 18;
2314
+ };
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
+ };
2324
+ 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"];
2329
+ };
2330
+ };
2331
+ readonly blockExplorers: {
2332
+ readonly etherscan: {
2333
+ readonly name: "Etherscan";
2334
+ readonly url: "https://goerli.etherscan.io";
2335
+ };
2336
+ readonly default: {
2337
+ readonly name: "Etherscan";
2338
+ readonly url: "https://goerli.etherscan.io";
2339
+ };
2340
+ };
2341
+ readonly contracts: {
2342
+ readonly ensRegistry: {
2343
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2344
+ };
2345
+ readonly ensUniversalResolver: {
2346
+ readonly address: "0x56522D00C410a43BFfDF00a9A569489297385790";
2347
+ readonly blockCreated: 8765204;
2348
+ };
2349
+ readonly multicall3: {
2350
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2351
+ readonly blockCreated: 6507670;
2352
+ };
2353
+ };
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";
2361
+ readonly symbol: "ETH";
2362
+ readonly decimals: 18;
2363
+ };
2364
+ readonly rpcUrls: {
2365
+ 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"];
2370
+ };
2371
+ };
2372
+ readonly blockExplorers: {
2373
+ readonly default: {
2374
+ readonly name: "Blockscout";
2375
+ readonly url: "https://sepolia-explorer.arbitrum.io";
2376
+ };
2377
+ };
2378
+ readonly contracts: {
2379
+ readonly multicall3: {
2380
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2381
+ readonly blockCreated: 81930;
2382
+ };
2383
+ };
2384
+ readonly testnet: true;
2385
+ }, import("viem/_types/types/chain").ChainConfig<undefined>>)[];
1261
2386
  export declare const FUNKIT_CONNECT_CHECKOUT_NATIVE_CURRENCY_ADDRESS = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.BASE_PIMLICO_PAYMASTER_AND_DATA_ESTIMATION = exports.BYTES32_LENGTH = exports.VALID_PRIVATE_KEY_LENGTH = exports.ETH_TRANSFER_SELECTOR = exports.FUN_FAUCET_URL = exports.gasSpecificChain = exports.CONTRACT_ADDRESSES = exports.UNISWAP_V3_LIMIT_ORDER_CONTRACT_INTERFACE = exports.USER_AUTHENTICATION_CONTRACT_INTERFACE = exports.RBAC_CONTRACT_INTERFACE = exports.UNISWAPV2ROUTER02_INTERFACE = exports.UNISWAPV2FACTORY_INTERFACE = exports.APPROVE_AND_EXEC_CONTRACT_INTERFACE = exports.POOL_CONTRACT_INTERFACE = exports.WALLET_CONTRACT_INTERFACE = exports.CHECKOUT_PAYMASTER_CONTRACT_INTERFACE = exports.TOKEN_PAYMASTER_CONTRACT_INTERFACE = exports.GASLESS_PAYMASTER_CONTRACT_INTERFACE = exports.FACTORY_CONTRACT_INTERFACE = exports.ERC20_CONTRACT_INTERFACE = exports.ERC721_CONTRACT_INTERFACE = exports.ENTRYPOINT_CONTRACT_INTERFACE = exports.ESTIMATION_PAYMASTER_ABI = exports.USER_AUTHENTICATION_ABI = exports.ROLE_BASED_ACCESS_CONTROL_ABI = exports.UNISWAPV2ROUTER02_ABI = exports.UNISWAPV2FACTORY_ABI = exports.UNISWAP_V3_LIMIT_ORDER_ABI = exports.ERC_721_ABI = exports.WITHDRAW_QUEUE_ABI = exports.CHECKOUT_PAYMASTER_ABI = exports.TOKEN_PAYMASTER_ABI = exports.GASLESS_PAYMASTER_ABI = exports.FACTORY_ABI = exports.WALLET_ABI = exports.ERC20_ABI = exports.ENTRYPOINT_ABI = exports.APPROVE_AND_SWAP_ABI = exports.APPROVE_AND_EXEC_ABI = exports.HashZero = exports.AddressZero = exports.CHECKOUT_SPONSOR_SUPPORT_CHAINS = exports.GASLESS_SPONSOR_SUPPORT_CHAINS = exports.TOKEN_SPONSOR_SUPPORT_CHAINS = exports.FUN_TOKEN_SPONSOR_ADDRESS = exports.FUN_GASLESS_SPONSOR_ADDRESS = exports.BASE_WRAP_TOKEN_ADDR = exports.DASHBOARD_API_URL = exports.API_URL = exports.LOCAL_API_URL = void 0;
7
- exports.FUNKIT_CONNECT_CHECKOUT_NATIVE_CURRENCY_ADDRESS = exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_ID_LIST = exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = exports.ETHEREUM_PIMLICO_PAYMASTER_AND_DATA_ESTIMATION = exports.OPTIMISM_PIMLICO_PAYMASTER_AND_DATA_ESTIMATION = void 0;
7
+ exports.FUNKIT_CONNECT_CHECKOUT_NATIVE_CURRENCY_ADDRESS = exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST = exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_ID_LIST = exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = exports.ETHEREUM_PIMLICO_PAYMASTER_AND_DATA_ESTIMATION = exports.OPTIMISM_PIMLICO_PAYMASTER_AND_DATA_ESTIMATION = void 0;
8
8
  const IUniswapV3Pool_json_1 = __importDefault(require("@uniswap/v3-core/artifacts/contracts/interfaces/IUniswapV3Pool.sol/IUniswapV3Pool.json"));
9
9
  const viem_1 = require("viem");
10
10
  const chains_1 = require("viem/chains");
@@ -195,6 +195,7 @@ exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
195
195
  decimals: chains_1.mainnet.nativeCurrency.decimals,
196
196
  name: chains_1.mainnet.nativeCurrency.name,
197
197
  },
198
+ chainInfo: chains_1.mainnet,
198
199
  explorerInfo: chains_1.mainnet.blockExplorers.default,
199
200
  isFiatCheckoutSupported: true,
200
201
  moonpayChainName: '',
@@ -207,6 +208,7 @@ exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
207
208
  decimals: chains_1.base.nativeCurrency.decimals,
208
209
  name: chains_1.base.nativeCurrency.name,
209
210
  },
211
+ chainInfo: chains_1.base,
210
212
  explorerInfo: chains_1.base.blockExplorers.default,
211
213
  isFiatCheckoutSupported: true,
212
214
  moonpayChainName: 'base',
@@ -219,6 +221,7 @@ exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
219
221
  decimals: chains_1.polygon.nativeCurrency.decimals,
220
222
  name: chains_1.polygon.nativeCurrency.name,
221
223
  },
224
+ chainInfo: chains_1.polygon,
222
225
  explorerInfo: chains_1.polygon.blockExplorers.default,
223
226
  isFiatCheckoutSupported: true,
224
227
  moonpayChainName: 'polygon',
@@ -231,6 +234,7 @@ exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
231
234
  decimals: chains_1.arbitrum.nativeCurrency.decimals,
232
235
  name: chains_1.arbitrum.nativeCurrency.name,
233
236
  },
237
+ chainInfo: chains_1.arbitrum,
234
238
  explorerInfo: chains_1.arbitrum.blockExplorers.default,
235
239
  isFiatCheckoutSupported: true,
236
240
  moonpayChainName: 'arbitrum',
@@ -244,6 +248,7 @@ exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
244
248
  decimals: chains_1.goerli.nativeCurrency.decimals,
245
249
  name: chains_1.goerli.nativeCurrency.name,
246
250
  },
251
+ chainInfo: chains_1.goerli,
247
252
  explorerInfo: chains_1.goerli.blockExplorers.default,
248
253
  // testnet has no fiat checkouts supported
249
254
  isFiatCheckoutSupported: false,
@@ -257,6 +262,7 @@ exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
257
262
  decimals: chains_1.arbitrumSepolia.nativeCurrency.decimals,
258
263
  name: chains_1.arbitrumSepolia.nativeCurrency.name,
259
264
  },
265
+ chainInfo: chains_1.arbitrumSepolia,
260
266
  explorerInfo: {
261
267
  name: 'Arbiscan',
262
268
  url: 'https://sepolia.arbiscan.io',
@@ -268,6 +274,7 @@ exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
268
274
  },
269
275
  };
270
276
  exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_ID_LIST = Object.keys(exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO);
277
+ exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST = Object.values(exports.FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO).map((item) => item.chainInfo);
271
278
  // The native currency fake address used for checkout operation in funkitconnect (socket-specific requirement)
272
279
  // Reference: https://fun-xyz.slack.com/archives/C04Q5T1MQP3/p1701901749677069?thread_ts=1701829172.857709&cid=C04Q5T1MQP3
273
280
  exports.FUNKIT_CONNECT_CHECKOUT_NATIVE_CURRENCY_ADDRESS = '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee';
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/common/constants.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/common/constants.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/core",
3
- "version": "0.10.11",
3
+ "version": "0.10.12",
4
4
  "description": "Funkit core SDK provides feature-rich and extensible smart wallets built on account abstraction",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",