viem 0.2.0-0-2-0.20230329T022953 → 0.2.0-0-2-0.20230330T023229

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.
Files changed (69) hide show
  1. package/dist/abi.d.ts +3 -3
  2. package/dist/abi.js +2 -2
  3. package/dist/abi.mjs +1 -1
  4. package/dist/accounts/index.d.ts +5 -14
  5. package/dist/accounts/index.js +20 -30
  6. package/dist/accounts/index.js.map +1 -1
  7. package/dist/accounts/index.mjs +14 -24
  8. package/dist/accounts/index.mjs.map +1 -1
  9. package/dist/{chain-5b28fc53.d.ts → chain-9da1e6b6.d.ts} +132 -120
  10. package/dist/{chain-e9b996ff.d.ts → chain-b53ed5d9.d.ts} +1 -1
  11. package/dist/chains.d.ts +867 -99
  12. package/dist/chains.js +115 -63
  13. package/dist/chains.js.map +1 -1
  14. package/dist/chains.mjs +58 -6
  15. package/dist/chains.mjs.map +1 -1
  16. package/dist/{chunk-564BCC7H.js → chunk-2ESQNALV.js} +18 -16
  17. package/dist/chunk-2ESQNALV.js.map +1 -0
  18. package/dist/{chunk-CXE4XSMF.js → chunk-ASAFFZMD.js} +19 -19
  19. package/dist/{chunk-UCZWRYV5.mjs → chunk-B7WOV4RY.mjs} +18 -16
  20. package/dist/chunk-B7WOV4RY.mjs.map +1 -0
  21. package/dist/{chunk-D3ALNUWN.js → chunk-GNHXOZCH.js} +6 -6
  22. package/dist/{chunk-BJ5KRDTG.mjs → chunk-RFOQRRYW.mjs} +2 -2
  23. package/dist/{chunk-7QEOFHC7.mjs → chunk-S4GWZ3LJ.mjs} +2 -2
  24. package/dist/contract.d.ts +8 -8
  25. package/dist/contract.js +2 -2
  26. package/dist/contract.mjs +1 -1
  27. package/dist/{createClient-e52de308.d.ts → createTransport-e031366b.d.ts} +36 -34
  28. package/dist/{eip1193-9080db42.d.ts → eip1193-e79469af.d.ts} +1 -1
  29. package/dist/{encodeFunctionResult-47ad60ed.d.ts → encodeFunctionResult-d206ceb9.d.ts} +15 -15
  30. package/dist/{encodePacked-35c796fb.d.ts → encodePacked-b36ce88a.d.ts} +1 -1
  31. package/dist/ens.d.ts +5 -5
  32. package/dist/ens.js +3 -3
  33. package/dist/ens.mjs +2 -2
  34. package/dist/ethers.d.ts +2 -2
  35. package/dist/ethers.js +4 -4
  36. package/dist/ethers.mjs +2 -2
  37. package/dist/{formatAbiItem-d9e801dd.d.ts → formatAbiItem-a7a3fb0f.d.ts} +1 -1
  38. package/dist/{getAbiItem-1d94ae0e.d.ts → getAbiItem-5e8b01de.d.ts} +3 -3
  39. package/dist/index.d.ts +49 -15
  40. package/dist/index.js +218 -138
  41. package/dist/index.js.map +1 -1
  42. package/dist/index.mjs +127 -47
  43. package/dist/index.mjs.map +1 -1
  44. package/dist/{parseGwei-c9e9d320.d.ts → parseGwei-7678c2fa.d.ts} +6 -6
  45. package/dist/public.d.ts +5 -5
  46. package/dist/public.js +2 -2
  47. package/dist/public.mjs +1 -1
  48. package/dist/publicKeyToAddress-87b9856c.d.ts +16 -0
  49. package/dist/{test-f3d06763.d.ts → test-68dbda5b.d.ts} +3 -3
  50. package/dist/test.d.ts +5 -5
  51. package/dist/test.js +2 -2
  52. package/dist/test.mjs +1 -1
  53. package/dist/{typedData-42b43450.d.ts → typedData-8b24374d.d.ts} +1 -1
  54. package/dist/utils/index.d.ts +15 -15
  55. package/dist/utils/index.js +4 -2
  56. package/dist/utils/index.mjs +3 -1
  57. package/dist/wallet.d.ts +5 -5
  58. package/dist/wallet.js +2 -2
  59. package/dist/wallet.mjs +1 -1
  60. package/dist/{watchPendingTransactions-468f53f2.d.ts → watchPendingTransactions-53449c4e.d.ts} +34 -31
  61. package/dist/window.d.ts +2 -2
  62. package/package.json +3 -3
  63. package/dist/chunk-564BCC7H.js.map +0 -1
  64. package/dist/chunk-UCZWRYV5.mjs.map +0 -1
  65. package/dist/parseAccount-4209fa24.d.ts +0 -6
  66. /package/dist/{chunk-CXE4XSMF.js.map → chunk-ASAFFZMD.js.map} +0 -0
  67. /package/dist/{chunk-D3ALNUWN.js.map → chunk-GNHXOZCH.js.map} +0 -0
  68. /package/dist/{chunk-BJ5KRDTG.mjs.map → chunk-RFOQRRYW.mjs.map} +0 -0
  69. /package/dist/{chunk-7QEOFHC7.mjs.map → chunk-S4GWZ3LJ.mjs.map} +0 -0
package/dist/chains.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- export { d as defineChain } from './chain-e9b996ff.js';
2
- import { R as RpcBlock, c as Block, T as Transaction, H as Hex, y as RpcTransaction, z as RpcTransactionReceipt, O as TransactionReceipt, I as TransactionType, P as TransactionRequest, D as RpcTransactionRequest } from './chain-5b28fc53.js';
3
- export { C as Chain } from './chain-5b28fc53.js';
1
+ export { d as defineChain } from './chain-b53ed5d9.js';
2
+ import { R as RpcBlock, c as Block, T as Transaction, H as Hex, x as RpcTransaction, y as RpcTransactionReceipt, N as TransactionReceipt, a2 as TransactionType, O as TransactionRequest, z as RpcTransactionRequest } from './chain-9da1e6b6.js';
3
+ export { C as Chain } from './chain-9da1e6b6.js';
4
4
  import * as chains from '@wagmi/chains';
5
5
  import 'abitype';
6
6
 
@@ -120,7 +120,7 @@ declare const aurora: {
120
120
  };
121
121
  };
122
122
  };
123
- declare const auroraGoerli: {
123
+ declare const auroraTestnet: {
124
124
  readonly id: 1313161555;
125
125
  readonly name: "Aurora Testnet";
126
126
  readonly network: "aurora-testnet";
@@ -256,8 +256,8 @@ declare const boba: {
256
256
  readonly network: "boba";
257
257
  readonly nativeCurrency: {
258
258
  readonly decimals: 18;
259
- readonly name: "BOBA";
260
- readonly symbol: "ETH";
259
+ readonly name: "Boba";
260
+ readonly symbol: "BOBA";
261
261
  };
262
262
  readonly rpcUrls: {
263
263
  readonly default: {
@@ -378,10 +378,10 @@ declare const bscTestnet: {
378
378
  };
379
379
  readonly rpcUrls: {
380
380
  readonly default: {
381
- readonly http: readonly ["https://bsc-testnet.public.blastapi.io"];
381
+ readonly http: readonly ["https://data-seed-prebsc-1-s1.binance.org:8545"];
382
382
  };
383
383
  readonly public: {
384
- readonly http: readonly ["https://bsc-testnet.public.blastapi.io"];
384
+ readonly http: readonly ["https://data-seed-prebsc-1-s1.binance.org:8545"];
385
385
  };
386
386
  };
387
387
  readonly blockExplorers: {
@@ -576,6 +576,40 @@ declare const celoAlfajores: {
576
576
  };
577
577
  testnet: true;
578
578
  };
579
+ declare const cronos: {
580
+ readonly id: 25;
581
+ readonly name: "Cronos";
582
+ readonly network: "cronos";
583
+ readonly nativeCurrency: {
584
+ readonly decimals: 18;
585
+ readonly name: "Cronos";
586
+ readonly symbol: "CRO";
587
+ };
588
+ readonly rpcUrls: {
589
+ readonly default: {
590
+ readonly http: readonly ["https://node.croswap.com/rpc"];
591
+ };
592
+ readonly public: {
593
+ readonly http: readonly ["https://node.croswap.com/rpc"];
594
+ };
595
+ };
596
+ readonly blockExplorers: {
597
+ readonly etherscan: {
598
+ readonly name: "CronosScan";
599
+ readonly url: "https://cronoscan.com";
600
+ };
601
+ readonly default: {
602
+ readonly name: "CronosScan";
603
+ readonly url: "https://cronoscan.com";
604
+ };
605
+ };
606
+ readonly contracts: {
607
+ readonly multicall3: {
608
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
609
+ readonly blockCreated: 1963112;
610
+ };
611
+ };
612
+ };
579
613
  declare const crossbell: {
580
614
  readonly id: 3737;
581
615
  readonly network: "crossbell";
@@ -606,6 +640,62 @@ declare const crossbell: {
606
640
  };
607
641
  };
608
642
  };
643
+ declare const dfk: {
644
+ readonly id: 53935;
645
+ readonly name: "DFK Chain";
646
+ readonly network: "dfk";
647
+ readonly nativeCurrency: {
648
+ readonly decimals: 18;
649
+ readonly name: "Jewel";
650
+ readonly symbol: "JEWEL";
651
+ };
652
+ readonly rpcUrls: {
653
+ readonly default: {
654
+ readonly http: readonly ["https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"];
655
+ };
656
+ readonly public: {
657
+ readonly http: readonly ["https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc"];
658
+ };
659
+ };
660
+ readonly blockExplorers: {
661
+ readonly etherscan: {
662
+ readonly name: "DFKSubnetScan";
663
+ readonly url: "https://subnets.avax.network/defi-kingdoms";
664
+ };
665
+ readonly default: {
666
+ readonly name: "DFKSubnetScan";
667
+ readonly url: "https://subnets.avax.network/defi-kingdoms";
668
+ };
669
+ };
670
+ };
671
+ declare const dogechain: {
672
+ readonly id: 2000;
673
+ readonly name: "Dogechain";
674
+ readonly network: "dogechain";
675
+ readonly nativeCurrency: {
676
+ readonly decimals: 18;
677
+ readonly name: "Dogechain";
678
+ readonly symbol: "DC";
679
+ };
680
+ readonly rpcUrls: {
681
+ readonly default: {
682
+ readonly http: readonly ["https://rpc.dogechain.dog"];
683
+ };
684
+ readonly public: {
685
+ readonly http: readonly ["https://rpc.dogechain.dog"];
686
+ };
687
+ };
688
+ readonly blockExplorers: {
689
+ readonly etherscan: {
690
+ readonly name: "DogeChainExplorer";
691
+ readonly url: "https://explorer.dogechain.dog";
692
+ };
693
+ readonly default: {
694
+ readonly name: "DogeChainExplorer";
695
+ readonly url: "https://explorer.dogechain.dog";
696
+ };
697
+ };
698
+ };
609
699
  declare const evmos: {
610
700
  readonly id: 9001;
611
701
  readonly name: "Evmos";
@@ -807,6 +897,58 @@ declare const foundry: {
807
897
  };
808
898
  };
809
899
  };
900
+ declare const iotex: {
901
+ readonly id: 4689;
902
+ readonly name: "IoTeX";
903
+ readonly network: "iotex";
904
+ readonly nativeCurrency: {
905
+ readonly decimals: 18;
906
+ readonly name: "IoTeX";
907
+ readonly symbol: "IOTX";
908
+ };
909
+ readonly rpcUrls: {
910
+ readonly default: {
911
+ readonly http: readonly ["https://babel-api.mainnet.iotex.io"];
912
+ readonly webSocket: readonly ["wss://babel-api.mainnet.iotex.io"];
913
+ };
914
+ readonly public: {
915
+ readonly http: readonly ["https://babel-api.mainnet.iotex.io"];
916
+ readonly webSocket: readonly ["wss://babel-api.mainnet.iotex.io"];
917
+ };
918
+ };
919
+ readonly blockExplorers: {
920
+ readonly default: {
921
+ readonly name: "IoTeXScan";
922
+ readonly url: "https://iotexscan.io";
923
+ };
924
+ };
925
+ };
926
+ declare const iotexTestnet: {
927
+ readonly id: 4690;
928
+ readonly name: "IoTeX Testnet";
929
+ readonly network: "iotex-testnet";
930
+ readonly nativeCurrency: {
931
+ readonly decimals: 18;
932
+ readonly name: "IoTeX";
933
+ readonly symbol: "IOTX";
934
+ };
935
+ readonly rpcUrls: {
936
+ readonly default: {
937
+ readonly http: readonly ["https://babel-api.testnet.iotex.io"];
938
+ readonly webSocket: readonly ["wss://babel-api.testnet.iotex.io"];
939
+ };
940
+ readonly public: {
941
+ readonly http: readonly ["https://babel-api.testnet.iotex.io"];
942
+ readonly webSocket: readonly ["wss://babel-api.testnet.iotex.io"];
943
+ };
944
+ };
945
+ readonly blockExplorers: {
946
+ readonly default: {
947
+ readonly name: "IoTeXScan";
948
+ readonly url: "https://testnet.iotexscan.io";
949
+ };
950
+ };
951
+ };
810
952
  declare const goerli: {
811
953
  readonly id: 5;
812
954
  readonly network: "goerli";
@@ -847,8 +989,8 @@ declare const goerli: {
847
989
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
848
990
  };
849
991
  readonly ensUniversalResolver: {
850
- readonly address: "0x687c30Cc44bFA39A1449e86E172BF002E7b3f0b0";
851
- readonly blockCreated: 7725078;
992
+ readonly address: "0xA292E2E58d4ddEb29C33c63173d0E8B7a2A4c62e";
993
+ readonly blockCreated: 8610406;
852
994
  };
853
995
  readonly multicall3: {
854
996
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -957,55 +1099,31 @@ declare const harmonyOne: {
957
1099
  };
958
1100
  };
959
1101
  };
960
- declare const iotex: {
961
- readonly id: 4689;
962
- readonly name: "IoTeX";
963
- readonly network: "iotex";
1102
+ declare const klaytn: {
1103
+ readonly id: 8217;
1104
+ readonly name: "Klaytn";
1105
+ readonly network: "klaytn";
964
1106
  readonly nativeCurrency: {
965
1107
  readonly decimals: 18;
966
- readonly name: "IoTeX";
967
- readonly symbol: "IOTX";
1108
+ readonly name: "Klaytn";
1109
+ readonly symbol: "KLAY";
968
1110
  };
969
1111
  readonly rpcUrls: {
970
1112
  readonly default: {
971
- readonly http: readonly ["https://babel-api.mainnet.iotex.io"];
972
- readonly webSocket: readonly ["wss://babel-api.mainnet.iotex.io"];
1113
+ readonly http: readonly ["https://cypress.fautor.app/archive"];
973
1114
  };
974
1115
  readonly public: {
975
- readonly http: readonly ["https://babel-api.mainnet.iotex.io"];
976
- readonly webSocket: readonly ["wss://babel-api.mainnet.iotex.io"];
1116
+ readonly http: readonly ["https://cypress.fautor.app/archive"];
977
1117
  };
978
1118
  };
979
1119
  readonly blockExplorers: {
980
- readonly default: {
981
- readonly name: "IoTeXScan";
982
- readonly url: "https://iotexscan.io";
983
- };
984
- };
985
- };
986
- declare const iotexTestnet: {
987
- readonly id: 4690;
988
- readonly name: "IoTeX Testnet";
989
- readonly network: "iotex-testnet";
990
- readonly nativeCurrency: {
991
- readonly decimals: 18;
992
- readonly name: "IoTeX";
993
- readonly symbol: "IOTX";
994
- };
995
- readonly rpcUrls: {
996
- readonly default: {
997
- readonly http: readonly ["https://babel-api.testnet.iotex.io"];
998
- readonly webSocket: readonly ["wss://babel-api.testnet.iotex.io"];
999
- };
1000
- readonly public: {
1001
- readonly http: readonly ["https://babel-api.testnet.iotex.io"];
1002
- readonly webSocket: readonly ["wss://babel-api.testnet.iotex.io"];
1120
+ readonly etherscan: {
1121
+ readonly name: "KlaytnScope";
1122
+ readonly url: "https://scope.klaytn.com";
1003
1123
  };
1004
- };
1005
- readonly blockExplorers: {
1006
1124
  readonly default: {
1007
- readonly name: "IoTeXScan";
1008
- readonly url: "https://testnet.iotexscan.io";
1125
+ readonly name: "KlaytnScope";
1126
+ readonly url: "https://scope.klaytn.com";
1009
1127
  };
1010
1128
  };
1011
1129
  };
@@ -1067,8 +1185,8 @@ declare const mainnet: {
1067
1185
  readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1068
1186
  };
1069
1187
  readonly ensUniversalResolver: {
1070
- readonly address: "0x74E20Bd2A1fE0cdbe45b9A1d89cb7e0a45b36376";
1071
- readonly blockCreated: 16172161;
1188
+ readonly address: "0xE4Acdd618deED4e6d2f03b9bf62dc6118FC9A4da";
1189
+ readonly blockCreated: 16773775;
1072
1190
  };
1073
1191
  readonly multicall3: {
1074
1192
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1235,6 +1353,40 @@ declare const moonriver: {
1235
1353
  };
1236
1354
  readonly testnet: false;
1237
1355
  };
1356
+ declare const nexi: {
1357
+ readonly id: 4242;
1358
+ readonly name: "Nexi";
1359
+ readonly network: "nexi";
1360
+ readonly nativeCurrency: {
1361
+ readonly name: "Nexi";
1362
+ readonly symbol: "NEXI";
1363
+ readonly decimals: 18;
1364
+ };
1365
+ readonly rpcUrls: {
1366
+ readonly default: {
1367
+ readonly http: readonly ["https://rpc.chain.nexi.technology"];
1368
+ };
1369
+ readonly public: {
1370
+ readonly http: readonly ["https://rpc.chain.nexi.technology"];
1371
+ };
1372
+ };
1373
+ readonly blockExplorers: {
1374
+ readonly etherscan: {
1375
+ readonly name: "NexiScan";
1376
+ readonly url: "https://www.nexiscan.com";
1377
+ };
1378
+ readonly default: {
1379
+ readonly name: "NexiScan";
1380
+ readonly url: "https://www.nexiscan.com";
1381
+ };
1382
+ };
1383
+ readonly contracts: {
1384
+ readonly multicall3: {
1385
+ readonly address: "0x0277A46Cc69A57eE3A6C8c158bA874832F718B8E";
1386
+ readonly blockCreated: 25770160;
1387
+ };
1388
+ };
1389
+ };
1238
1390
  declare const okc: {
1239
1391
  readonly id: 66;
1240
1392
  readonly name: "OKC";
@@ -1435,8 +1587,32 @@ declare const polygonMumbai: {
1435
1587
  };
1436
1588
  readonly testnet: true;
1437
1589
  };
1590
+ declare const polygonZkEvm: {
1591
+ readonly id: 1101;
1592
+ readonly name: "Polygon zkEVM";
1593
+ readonly network: "polygon-zkevm";
1594
+ readonly nativeCurrency: {
1595
+ readonly name: "Ether";
1596
+ readonly symbol: "ETH";
1597
+ readonly decimals: 18;
1598
+ };
1599
+ readonly rpcUrls: {
1600
+ readonly default: {
1601
+ readonly http: readonly ["https://zkevm-rpc.com"];
1602
+ };
1603
+ readonly public: {
1604
+ readonly http: readonly ["https://zkevm-rpc.com"];
1605
+ };
1606
+ };
1607
+ readonly blockExplorers: {
1608
+ readonly default: {
1609
+ readonly name: "PolygonScan";
1610
+ readonly url: "https://zkevm.polygonscan.com";
1611
+ };
1612
+ };
1613
+ };
1438
1614
  declare const polygonZkEvmTestnet: {
1439
- readonly id: 1422;
1615
+ readonly id: 1442;
1440
1616
  readonly name: "Polygon zkEVM Testnet";
1441
1617
  readonly network: "polygon-zkevm-testnet";
1442
1618
  readonly nativeCurrency: {
@@ -1460,6 +1636,33 @@ declare const polygonZkEvmTestnet: {
1460
1636
  };
1461
1637
  readonly testnet: true;
1462
1638
  };
1639
+ declare const scrollTestnet: {
1640
+ readonly id: 534353;
1641
+ readonly name: "Scroll Testnet";
1642
+ readonly network: "scroll-testnet";
1643
+ readonly nativeCurrency: {
1644
+ readonly name: "Ether";
1645
+ readonly symbol: "ETH";
1646
+ readonly decimals: 18;
1647
+ };
1648
+ readonly rpcUrls: {
1649
+ readonly default: {
1650
+ readonly http: readonly ["https://alpha-rpc.scroll.io/l2"];
1651
+ readonly webSocket: readonly ["wss://alpha-rpc.scroll.io/l2/ws"];
1652
+ };
1653
+ readonly public: {
1654
+ readonly http: readonly ["https://alpha-rpc.scroll.io/l2"];
1655
+ readonly webSocket: readonly ["wss://alpha-rpc.scroll.io/l2/ws"];
1656
+ };
1657
+ };
1658
+ readonly blockExplorers: {
1659
+ readonly default: {
1660
+ readonly name: "Blockscout";
1661
+ readonly url: "https://blockscout.scroll.io";
1662
+ };
1663
+ };
1664
+ readonly testnet: true;
1665
+ };
1463
1666
  declare const sepolia: {
1464
1667
  readonly id: 11155111;
1465
1668
  readonly network: "sepolia";
@@ -1499,110 +1702,550 @@ declare const sepolia: {
1499
1702
  };
1500
1703
  readonly testnet: true;
1501
1704
  };
1502
- declare const shardeumSphinx: {
1503
- readonly id: 8082;
1504
- readonly name: "Shardeum Sphinx";
1505
- readonly network: "shmSphinx";
1705
+ declare const skaleBlockBrawlers: {
1706
+ readonly id: 391845894;
1707
+ readonly name: "SKALE | Block Brawlers";
1708
+ readonly network: "skale-brawl";
1506
1709
  readonly nativeCurrency: {
1507
- readonly name: "SHARDEUM";
1508
- readonly symbol: "SHM";
1710
+ readonly name: "BRAWL";
1711
+ readonly symbol: "BRAWL";
1509
1712
  readonly decimals: 18;
1510
1713
  };
1511
1714
  readonly rpcUrls: {
1512
1715
  readonly default: {
1513
- readonly http: readonly ["https://sphinx.shardeum.org"];
1716
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/frayed-decent-antares"];
1514
1717
  };
1515
1718
  readonly public: {
1516
- readonly http: readonly ["https://sphinx.shardeum.org"];
1719
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/frayed-decent-antares"];
1517
1720
  };
1518
1721
  };
1519
1722
  readonly blockExplorers: {
1723
+ readonly etherscan: {
1724
+ readonly name: "SKALE Explorer";
1725
+ readonly url: "https://frayed-decent-antares.explorer.mainnet.skalenodes.com";
1726
+ };
1520
1727
  readonly default: {
1521
- readonly name: "Shardeum Explorer";
1522
- readonly url: "https://explorer-sphinx.shardeum.org";
1728
+ readonly name: "SKALE Explorer";
1729
+ readonly url: "https://frayed-decent-antares.explorer.mainnet.skalenodes.com";
1523
1730
  };
1524
1731
  };
1525
- readonly testnet: true;
1732
+ readonly contracts: {};
1526
1733
  };
1527
- declare const songbird: chains.Chain;
1528
- declare const songbirdTestnet: chains.Chain;
1529
- declare const taraxa: {
1530
- readonly id: 841;
1531
- readonly name: "Taraxa Mainnet";
1532
- readonly network: "taraxa";
1734
+ declare const skaleCalypso: {
1735
+ readonly id: 1564830818;
1736
+ readonly name: "SKALE | Calypso NFT Hub";
1737
+ readonly network: "skale-calypso";
1533
1738
  readonly nativeCurrency: {
1534
- readonly name: "Tara";
1535
- readonly symbol: "TARA";
1739
+ readonly name: "sFUEL";
1740
+ readonly symbol: "sFUEL";
1536
1741
  readonly decimals: 18;
1537
1742
  };
1538
1743
  readonly rpcUrls: {
1539
1744
  readonly default: {
1540
- readonly http: readonly ["https://rpc.mainnet.taraxa.io"];
1745
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague"];
1541
1746
  };
1542
1747
  readonly public: {
1543
- readonly http: readonly ["https://rpc.mainnet.taraxa.io"];
1748
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/honorable-steel-rasalhague"];
1544
1749
  };
1545
1750
  };
1546
1751
  readonly blockExplorers: {
1752
+ readonly etherscan: {
1753
+ readonly name: "SKALE Explorer";
1754
+ readonly url: "https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com";
1755
+ };
1547
1756
  readonly default: {
1548
- readonly name: "Taraxa Explorer";
1549
- readonly url: "https://explorer.mainnet.taraxa.io";
1757
+ readonly name: "SKALE Explorer";
1758
+ readonly url: "https://honorable-steel-rasalhague.explorer.mainnet.skalenodes.com";
1550
1759
  };
1551
1760
  };
1761
+ readonly contracts: {};
1552
1762
  };
1553
- declare const taraxaTestnet: {
1554
- readonly id: 842;
1555
- readonly name: "Taraxa Testnet";
1556
- readonly network: "taraxa-testnet";
1763
+ declare const skaleCalypsoTestnet: {
1764
+ readonly id: 344106930;
1765
+ readonly name: "SKALE | Calypso NFT Hub Testnet";
1766
+ readonly network: "skale-calypso-testnet";
1557
1767
  readonly nativeCurrency: {
1558
- readonly name: "Tara";
1559
- readonly symbol: "TARA";
1768
+ readonly name: "sFUEL";
1769
+ readonly symbol: "sFUEL";
1560
1770
  readonly decimals: 18;
1561
1771
  };
1562
1772
  readonly rpcUrls: {
1563
1773
  readonly default: {
1564
- readonly http: readonly ["https://rpc.testnet.taraxa.io"];
1774
+ readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar"];
1565
1775
  };
1566
1776
  readonly public: {
1567
- readonly http: readonly ["https://rpc.testnet.taraxa.io"];
1777
+ readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-utter-unripe-menkar"];
1568
1778
  };
1569
1779
  };
1570
1780
  readonly blockExplorers: {
1781
+ readonly etherscan: {
1782
+ readonly name: "SKALE Explorer";
1783
+ readonly url: "https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com";
1784
+ };
1571
1785
  readonly default: {
1572
- readonly name: "Taraxa Explorer";
1573
- readonly url: "https://explorer.testnet.taraxa.io";
1786
+ readonly name: "SKALE Explorer";
1787
+ readonly url: "https://staging-utter-unripe-menkar.explorer.staging-v3.skalenodes.com";
1574
1788
  };
1575
1789
  };
1790
+ readonly contracts: {};
1576
1791
  readonly testnet: true;
1577
1792
  };
1578
- declare const telos: {
1579
- readonly id: 40;
1580
- readonly name: "Telos";
1581
- readonly network: "telos";
1793
+ declare const skaleChaosTestnet: {
1794
+ readonly id: 1351057110;
1795
+ readonly name: "SKALE | Chaos Testnet";
1796
+ readonly network: "skale-chaos-testnet";
1582
1797
  readonly nativeCurrency: {
1798
+ readonly name: "sFUEL";
1799
+ readonly symbol: "sFUEL";
1583
1800
  readonly decimals: 18;
1584
- readonly name: "Telos";
1585
- readonly symbol: "TLOS";
1586
1801
  };
1587
1802
  readonly rpcUrls: {
1588
1803
  readonly default: {
1589
- readonly http: readonly ["https://mainnet.telos.net/evm"];
1804
+ readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"];
1590
1805
  };
1591
1806
  readonly public: {
1592
- readonly http: readonly ["https://mainnet.telos.net/evm"];
1807
+ readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"];
1593
1808
  };
1594
1809
  };
1595
1810
  readonly blockExplorers: {
1811
+ readonly etherscan: {
1812
+ readonly name: "SKALE Explorer";
1813
+ readonly url: "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com";
1814
+ };
1596
1815
  readonly default: {
1597
- readonly name: "Teloscan";
1598
- readonly url: "https://www.teloscan.io/";
1816
+ readonly name: "SKALE Explorer";
1817
+ readonly url: "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com";
1599
1818
  };
1600
1819
  };
1601
- readonly contracts: {
1602
- readonly multicall3: {
1603
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
1604
- readonly blockCreated: 246530709;
1605
- };
1820
+ readonly contracts: {};
1821
+ readonly testnet: true;
1822
+ };
1823
+ declare const skaleCryptoBlades: {
1824
+ readonly id: 1026062157;
1825
+ readonly name: "SKALE | CryptoBlades";
1826
+ readonly network: "skale-cryptoblades";
1827
+ readonly nativeCurrency: {
1828
+ readonly name: "sFUEL";
1829
+ readonly symbol: "sFUEL";
1830
+ readonly decimals: 18;
1831
+ };
1832
+ readonly rpcUrls: {
1833
+ readonly default: {
1834
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/affectionate-immediate-pollux"];
1835
+ };
1836
+ readonly public: {
1837
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/affectionate-immediate-pollux"];
1838
+ };
1839
+ };
1840
+ readonly blockExplorers: {
1841
+ readonly etherscan: {
1842
+ readonly name: "SKALE Explorer";
1843
+ readonly url: "https://affectionate-immediate-pollux.explorer.mainnet.skalenodes.com";
1844
+ };
1845
+ readonly default: {
1846
+ readonly name: "SKALE Explorer";
1847
+ readonly url: "https://affectionate-immediate-pollux.explorer.mainnet.skalenodes.com";
1848
+ };
1849
+ };
1850
+ readonly contracts: {};
1851
+ };
1852
+ declare const skaleCryptoColosseum: {
1853
+ readonly id: 2046399126;
1854
+ readonly name: "SKALE | Crypto Colosseum";
1855
+ readonly network: "skale-crypto-coloseeum";
1856
+ readonly nativeCurrency: {
1857
+ readonly name: "sFUEL";
1858
+ readonly symbol: "sFUEL";
1859
+ readonly decimals: 18;
1860
+ };
1861
+ readonly rpcUrls: {
1862
+ readonly default: {
1863
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/haunting-devoted-deneb"];
1864
+ };
1865
+ readonly public: {
1866
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/haunting-devoted-deneb"];
1867
+ };
1868
+ };
1869
+ readonly blockExplorers: {
1870
+ readonly etherscan: {
1871
+ readonly name: "SKALE Explorer";
1872
+ readonly url: "https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com";
1873
+ };
1874
+ readonly default: {
1875
+ readonly name: "SKALE Explorer";
1876
+ readonly url: "https://haunting-devoted-deneb.explorer.mainnet.skalenodes.com";
1877
+ };
1878
+ };
1879
+ readonly contracts: {};
1880
+ };
1881
+ declare const skaleEuropa: {
1882
+ readonly id: 2046399126;
1883
+ readonly name: "SKALE | Europa Liquidity Hub";
1884
+ readonly network: "skale-europa";
1885
+ readonly nativeCurrency: {
1886
+ readonly name: "sFUEL";
1887
+ readonly symbol: "sFUEL";
1888
+ readonly decimals: 18;
1889
+ };
1890
+ readonly rpcUrls: {
1891
+ readonly default: {
1892
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/elated-tan-skat"];
1893
+ };
1894
+ readonly public: {
1895
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/elated-tan-skat"];
1896
+ };
1897
+ };
1898
+ readonly blockExplorers: {
1899
+ readonly etherscan: {
1900
+ readonly name: "SKALE Explorer";
1901
+ readonly url: "https://elated-tan-skat.explorer.mainnet.skalenodes.com";
1902
+ };
1903
+ readonly default: {
1904
+ readonly name: "SKALE Explorer";
1905
+ readonly url: "https://elated-tan-skat.explorer.mainnet.skalenodes.com";
1906
+ };
1907
+ };
1908
+ readonly contracts: {};
1909
+ };
1910
+ declare const skaleEuropaTestnet: {
1911
+ readonly id: 476158412;
1912
+ readonly name: "SKALE | Europa Liquidity Hub Testnet";
1913
+ readonly network: "skale-europa-testnet";
1914
+ readonly nativeCurrency: {
1915
+ readonly name: "sFUEL";
1916
+ readonly symbol: "sFUEL";
1917
+ readonly decimals: 18;
1918
+ };
1919
+ readonly rpcUrls: {
1920
+ readonly default: {
1921
+ readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor"];
1922
+ };
1923
+ readonly public: {
1924
+ readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-legal-crazy-castor"];
1925
+ };
1926
+ };
1927
+ readonly blockExplorers: {
1928
+ readonly etherscan: {
1929
+ readonly name: "SKALE Explorer";
1930
+ readonly url: "https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com";
1931
+ };
1932
+ readonly default: {
1933
+ readonly name: "SKALE Explorer";
1934
+ readonly url: "https://staging-legal-crazy-castor.explorer.staging-v3.skalenodes.com";
1935
+ };
1936
+ };
1937
+ readonly contracts: {};
1938
+ readonly testnet: true;
1939
+ };
1940
+ declare const skaleExorde: {
1941
+ readonly id: 2139927552;
1942
+ readonly name: "SKALE | Exorde";
1943
+ readonly network: "skale-exorde";
1944
+ readonly nativeCurrency: {
1945
+ readonly name: "sFUEL";
1946
+ readonly symbol: "sFUEL";
1947
+ readonly decimals: 18;
1948
+ };
1949
+ readonly rpcUrls: {
1950
+ readonly default: {
1951
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/light-vast-diphda"];
1952
+ };
1953
+ readonly public: {
1954
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/light-vast-diphda"];
1955
+ };
1956
+ };
1957
+ readonly blockExplorers: {
1958
+ readonly etherscan: {
1959
+ readonly name: "SKALE Explorer";
1960
+ readonly url: "https://light-vast-diphda.explorer.mainnet.skalenodes.com";
1961
+ };
1962
+ readonly default: {
1963
+ readonly name: "SKALE Explorer";
1964
+ readonly url: "https://light-vast-diphda.explorer.mainnet.skalenodes.com";
1965
+ };
1966
+ };
1967
+ readonly contracts: {};
1968
+ };
1969
+ declare const skaleHumanProtocol: {
1970
+ readonly id: 1273227453;
1971
+ readonly name: "SKALE | Human Protocol";
1972
+ readonly network: "skale-human-protocol";
1973
+ readonly nativeCurrency: {
1974
+ readonly name: "sFUEL";
1975
+ readonly symbol: "sFUEL";
1976
+ readonly decimals: 18;
1977
+ };
1978
+ readonly rpcUrls: {
1979
+ readonly default: {
1980
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/wan-red-ain"];
1981
+ };
1982
+ readonly public: {
1983
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/wan-red-ain"];
1984
+ };
1985
+ };
1986
+ readonly blockExplorers: {
1987
+ readonly etherscan: {
1988
+ readonly name: "SKALE Explorer";
1989
+ readonly url: "https://wan-red-ain.explorer.mainnet.skalenodes.com";
1990
+ };
1991
+ readonly default: {
1992
+ readonly name: "SKALE Explorer";
1993
+ readonly url: "https://wan-red-ain.explorer.mainnet.skalenodes.com";
1994
+ };
1995
+ };
1996
+ readonly contracts: {};
1997
+ };
1998
+ declare const skaleNebula: {
1999
+ readonly id: 1482601649;
2000
+ readonly name: "SKALE | Nebula Gaming Hub";
2001
+ readonly network: "skale-nebula";
2002
+ readonly nativeCurrency: {
2003
+ readonly name: "sFUEL";
2004
+ readonly symbol: "sFUEL";
2005
+ readonly decimals: 18;
2006
+ };
2007
+ readonly rpcUrls: {
2008
+ readonly default: {
2009
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/green-giddy-denebola"];
2010
+ };
2011
+ readonly public: {
2012
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/green-giddy-denebola"];
2013
+ };
2014
+ };
2015
+ readonly blockExplorers: {
2016
+ readonly etherscan: {
2017
+ readonly name: "SKALE Explorer";
2018
+ readonly url: "https://green-giddy-denebola.explorer.mainnet.skalenodes.com";
2019
+ };
2020
+ readonly default: {
2021
+ readonly name: "SKALE Explorer";
2022
+ readonly url: "https://green-giddy-denebola.explorer.mainnet.skalenodes.com";
2023
+ };
2024
+ };
2025
+ readonly contracts: {};
2026
+ };
2027
+ declare const skaleNebulaTestnet: {
2028
+ readonly id: 503129905;
2029
+ readonly name: "SKALE | Nebula Gaming Hub Testnet";
2030
+ readonly network: "skale-nebula-testnet";
2031
+ readonly nativeCurrency: {
2032
+ readonly name: "sFUEL";
2033
+ readonly symbol: "sFUEL";
2034
+ readonly decimals: 18;
2035
+ };
2036
+ readonly rpcUrls: {
2037
+ readonly default: {
2038
+ readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird"];
2039
+ };
2040
+ readonly public: {
2041
+ readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-faint-slimy-achird"];
2042
+ };
2043
+ };
2044
+ readonly blockExplorers: {
2045
+ readonly etherscan: {
2046
+ readonly name: "SKALE Explorer";
2047
+ readonly url: "https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com";
2048
+ };
2049
+ readonly default: {
2050
+ readonly name: "SKALE Explorer";
2051
+ readonly url: "https://staging-faint-slimy-achird.explorer.staging-v3.skalenodes.com";
2052
+ };
2053
+ };
2054
+ readonly contracts: {};
2055
+ readonly testnet: true;
2056
+ };
2057
+ declare const skaleRazor: {
2058
+ readonly id: 278611351;
2059
+ readonly name: "SKALE | Razor Network";
2060
+ readonly network: "skale-razor";
2061
+ readonly nativeCurrency: {
2062
+ readonly name: "sFUEL";
2063
+ readonly symbol: "sFUEL";
2064
+ readonly decimals: 18;
2065
+ };
2066
+ readonly rpcUrls: {
2067
+ readonly default: {
2068
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"];
2069
+ };
2070
+ readonly public: {
2071
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"];
2072
+ };
2073
+ };
2074
+ readonly blockExplorers: {
2075
+ readonly etherscan: {
2076
+ readonly name: "SKALE Explorer";
2077
+ readonly url: "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com";
2078
+ };
2079
+ readonly default: {
2080
+ readonly name: "SKALE Explorer";
2081
+ readonly url: "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com";
2082
+ };
2083
+ };
2084
+ readonly contracts: {};
2085
+ };
2086
+ declare const skaleTitan: {
2087
+ readonly id: 1350216234;
2088
+ readonly name: "SKALE | Titan Community Hub";
2089
+ readonly network: "skale-titan";
2090
+ readonly nativeCurrency: {
2091
+ readonly name: "sFUEL";
2092
+ readonly symbol: "sFUEL";
2093
+ readonly decimals: 18;
2094
+ };
2095
+ readonly rpcUrls: {
2096
+ readonly default: {
2097
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/parallel-stormy-spica"];
2098
+ };
2099
+ readonly public: {
2100
+ readonly http: readonly ["https://mainnet.skalenodes.com/v1/parallel-stormy-spica"];
2101
+ };
2102
+ };
2103
+ readonly blockExplorers: {
2104
+ readonly etherscan: {
2105
+ readonly name: "SKALE Explorer";
2106
+ readonly url: "https://parallel-stormy-spica.explorer.mainnet.skalenodes.com";
2107
+ };
2108
+ readonly default: {
2109
+ readonly name: "SKALE Explorer";
2110
+ readonly url: "https://parallel-stormy-spica.explorer.mainnet.skalenodes.com";
2111
+ };
2112
+ };
2113
+ readonly contracts: {};
2114
+ };
2115
+ declare const skaleTitanTestnet: {
2116
+ readonly id: 1517929550;
2117
+ readonly name: "SKALE | Titan Community Hub Testnet";
2118
+ readonly network: "skale-titan-testnet";
2119
+ readonly nativeCurrency: {
2120
+ readonly name: "sFUEL";
2121
+ readonly symbol: "sFUEL";
2122
+ readonly decimals: 18;
2123
+ };
2124
+ readonly rpcUrls: {
2125
+ readonly default: {
2126
+ readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar"];
2127
+ };
2128
+ readonly public: {
2129
+ readonly http: readonly ["https://staging-v3.skalenodes.com/v1/staging-aware-chief-gianfar"];
2130
+ };
2131
+ };
2132
+ readonly blockExplorers: {
2133
+ readonly etherscan: {
2134
+ readonly name: "SKALE Explorer";
2135
+ readonly url: "https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com";
2136
+ };
2137
+ readonly default: {
2138
+ readonly name: "SKALE Explorer";
2139
+ readonly url: "https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com";
2140
+ };
2141
+ };
2142
+ readonly contracts: {};
2143
+ readonly testnet: true;
2144
+ };
2145
+ declare const songbird: chains.Chain;
2146
+ declare const songbirdTestnet: chains.Chain;
2147
+ declare const shardeumSphinx: {
2148
+ readonly id: 8082;
2149
+ readonly name: "Shardeum Sphinx";
2150
+ readonly network: "shmSphinx";
2151
+ readonly nativeCurrency: {
2152
+ readonly name: "SHARDEUM";
2153
+ readonly symbol: "SHM";
2154
+ readonly decimals: 18;
2155
+ };
2156
+ readonly rpcUrls: {
2157
+ readonly default: {
2158
+ readonly http: readonly ["https://sphinx.shardeum.org"];
2159
+ };
2160
+ readonly public: {
2161
+ readonly http: readonly ["https://sphinx.shardeum.org"];
2162
+ };
2163
+ };
2164
+ readonly blockExplorers: {
2165
+ readonly default: {
2166
+ readonly name: "Shardeum Explorer";
2167
+ readonly url: "https://explorer-sphinx.shardeum.org";
2168
+ };
2169
+ };
2170
+ readonly testnet: true;
2171
+ };
2172
+ declare const taraxa: {
2173
+ readonly id: 841;
2174
+ readonly name: "Taraxa Mainnet";
2175
+ readonly network: "taraxa";
2176
+ readonly nativeCurrency: {
2177
+ readonly name: "Tara";
2178
+ readonly symbol: "TARA";
2179
+ readonly decimals: 18;
2180
+ };
2181
+ readonly rpcUrls: {
2182
+ readonly default: {
2183
+ readonly http: readonly ["https://rpc.mainnet.taraxa.io"];
2184
+ };
2185
+ readonly public: {
2186
+ readonly http: readonly ["https://rpc.mainnet.taraxa.io"];
2187
+ };
2188
+ };
2189
+ readonly blockExplorers: {
2190
+ readonly default: {
2191
+ readonly name: "Taraxa Explorer";
2192
+ readonly url: "https://explorer.mainnet.taraxa.io";
2193
+ };
2194
+ };
2195
+ };
2196
+ declare const taraxaTestnet: {
2197
+ readonly id: 842;
2198
+ readonly name: "Taraxa Testnet";
2199
+ readonly network: "taraxa-testnet";
2200
+ readonly nativeCurrency: {
2201
+ readonly name: "Tara";
2202
+ readonly symbol: "TARA";
2203
+ readonly decimals: 18;
2204
+ };
2205
+ readonly rpcUrls: {
2206
+ readonly default: {
2207
+ readonly http: readonly ["https://rpc.testnet.taraxa.io"];
2208
+ };
2209
+ readonly public: {
2210
+ readonly http: readonly ["https://rpc.testnet.taraxa.io"];
2211
+ };
2212
+ };
2213
+ readonly blockExplorers: {
2214
+ readonly default: {
2215
+ readonly name: "Taraxa Explorer";
2216
+ readonly url: "https://explorer.testnet.taraxa.io";
2217
+ };
2218
+ };
2219
+ readonly testnet: true;
2220
+ };
2221
+ declare const telos: {
2222
+ readonly id: 40;
2223
+ readonly name: "Telos";
2224
+ readonly network: "telos";
2225
+ readonly nativeCurrency: {
2226
+ readonly decimals: 18;
2227
+ readonly name: "Telos";
2228
+ readonly symbol: "TLOS";
2229
+ };
2230
+ readonly rpcUrls: {
2231
+ readonly default: {
2232
+ readonly http: readonly ["https://mainnet.telos.net/evm"];
2233
+ };
2234
+ readonly public: {
2235
+ readonly http: readonly ["https://mainnet.telos.net/evm"];
2236
+ };
2237
+ };
2238
+ readonly blockExplorers: {
2239
+ readonly default: {
2240
+ readonly name: "Teloscan";
2241
+ readonly url: "https://www.teloscan.io/";
2242
+ };
2243
+ };
2244
+ readonly contracts: {
2245
+ readonly multicall3: {
2246
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
2247
+ readonly blockCreated: 246530709;
2248
+ };
1606
2249
  };
1607
2250
  };
1608
2251
  declare const telosTestnet: {
@@ -1630,6 +2273,131 @@ declare const telosTestnet: {
1630
2273
  };
1631
2274
  readonly testnet: true;
1632
2275
  };
2276
+ declare const wanchain: {
2277
+ readonly id: 888;
2278
+ readonly name: "Wanchain";
2279
+ readonly network: "wanchain";
2280
+ readonly nativeCurrency: {
2281
+ readonly name: "WANCHAIN";
2282
+ readonly symbol: "WAN";
2283
+ readonly decimals: 18;
2284
+ };
2285
+ readonly rpcUrls: {
2286
+ readonly default: {
2287
+ readonly http: readonly ["https://gwan-ssl.wandevs.org:56891", "https://gwan2-ssl.wandevs.org"];
2288
+ };
2289
+ readonly public: {
2290
+ readonly http: readonly ["https://gwan-ssl.wandevs.org:56891", "https://gwan2-ssl.wandevs.org"];
2291
+ };
2292
+ };
2293
+ readonly blockExplorers: {
2294
+ readonly etherscan: {
2295
+ readonly name: "WanScan";
2296
+ readonly url: "https://wanscan.org";
2297
+ };
2298
+ readonly default: {
2299
+ readonly name: "WanScan";
2300
+ readonly url: "https://wanscan.org";
2301
+ };
2302
+ };
2303
+ readonly contracts: {
2304
+ readonly multicall3: {
2305
+ readonly address: "0xcDF6A1566e78EB4594c86Fe73Fcdc82429e97fbB";
2306
+ readonly blockCreated: 25312390;
2307
+ };
2308
+ };
2309
+ };
2310
+ declare const wanchainTestnet: {
2311
+ readonly id: 999;
2312
+ readonly name: "Wanchain Testnet";
2313
+ readonly network: "wanchainTestnet";
2314
+ readonly nativeCurrency: {
2315
+ readonly name: "WANCHAIN";
2316
+ readonly symbol: "WANt";
2317
+ readonly decimals: 18;
2318
+ };
2319
+ readonly rpcUrls: {
2320
+ readonly default: {
2321
+ readonly http: readonly ["https://gwan-ssl.wandevs.org:46891"];
2322
+ };
2323
+ readonly public: {
2324
+ readonly http: readonly ["https://gwan-ssl.wandevs.org:46891"];
2325
+ };
2326
+ };
2327
+ readonly blockExplorers: {
2328
+ readonly etherscan: {
2329
+ readonly name: "WanScanTest";
2330
+ readonly url: "https://wanscan.org";
2331
+ };
2332
+ readonly default: {
2333
+ readonly name: "WanScanTest";
2334
+ readonly url: "https://wanscan.org";
2335
+ };
2336
+ };
2337
+ readonly contracts: {
2338
+ readonly multicall3: {
2339
+ readonly address: "0x11c89bF4496c39FB80535Ffb4c92715839CC5324";
2340
+ readonly blockCreated: 24743448;
2341
+ };
2342
+ };
2343
+ readonly testnet: true;
2344
+ };
2345
+ declare const xdc: {
2346
+ readonly id: 50;
2347
+ readonly name: "XinFin Network";
2348
+ readonly network: "xdc";
2349
+ readonly nativeCurrency: {
2350
+ readonly decimals: 18;
2351
+ readonly name: "XDC";
2352
+ readonly symbol: "XDC";
2353
+ };
2354
+ readonly rpcUrls: {
2355
+ readonly default: {
2356
+ readonly http: readonly ["https://rpc.xinfin.network"];
2357
+ };
2358
+ readonly public: {
2359
+ readonly http: readonly ["https://rpc.xinfin.network"];
2360
+ };
2361
+ };
2362
+ readonly blockExplorers: {
2363
+ readonly xinfin: {
2364
+ readonly name: "XinFin";
2365
+ readonly url: "https://explorer.xinfin.network";
2366
+ };
2367
+ readonly default: {
2368
+ readonly name: "Blocksscan";
2369
+ readonly url: "https://xdc.blocksscan.io";
2370
+ };
2371
+ };
2372
+ };
2373
+ declare const xdcTestnet: {
2374
+ readonly id: 51;
2375
+ readonly name: "Apothem Network";
2376
+ readonly network: "xdc-testnet";
2377
+ readonly nativeCurrency: {
2378
+ readonly decimals: 18;
2379
+ readonly name: "TXDC";
2380
+ readonly symbol: "TXDC";
2381
+ };
2382
+ readonly rpcUrls: {
2383
+ readonly default: {
2384
+ readonly http: readonly ["https://erpc.apothem.network"];
2385
+ };
2386
+ readonly public: {
2387
+ readonly http: readonly ["https://erpc.apothem.network"];
2388
+ };
2389
+ };
2390
+ readonly blockExplorers: {
2391
+ readonly xinfin: {
2392
+ readonly name: "XinFin";
2393
+ readonly url: "https://explorer.apothem.network";
2394
+ };
2395
+ readonly default: {
2396
+ readonly name: "Blocksscan";
2397
+ readonly url: "https://apothem.blocksscan.io";
2398
+ };
2399
+ };
2400
+ };
1633
2401
  declare const zhejiang: {
1634
2402
  readonly id: 1337803;
1635
2403
  readonly network: "zhejiang";
@@ -1717,4 +2485,4 @@ declare const zkSyncTestnet: {
1717
2485
  readonly testnet: true;
1718
2486
  };
1719
2487
 
1720
- export { arbitrum, arbitrumGoerli, aurora, auroraGoerli, avalanche, avalancheFuji, baseGoerli, boba, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinCalibration, filecoinHyperspace, flare, flareTestnet, foundry, gnosis, gnosisChiado, goerli, hardhat, harmonyOne, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, okc, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvmTestnet, sepolia, shardeumSphinx, songbird, songbirdTestnet, taraxa, taraxaTestnet, telos, telosTestnet, zhejiang, zkSync, zkSyncTestnet };
2488
+ export { arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, baseGoerli, boba, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, cronos, crossbell, dfk, dogechain, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinCalibration, filecoinHyperspace, flare, flareTestnet, foundry, gnosis, gnosisChiado, goerli, hardhat, harmonyOne, iotex, iotexTestnet, klaytn, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, nexi, okc, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvm, polygonZkEvmTestnet, scrollTestnet, sepolia, shardeumSphinx, skaleBlockBrawlers, skaleCalypso, skaleCalypsoTestnet, skaleChaosTestnet, skaleCryptoBlades, skaleCryptoColosseum, skaleEuropa, skaleEuropaTestnet, skaleExorde, skaleHumanProtocol, skaleNebula, skaleNebulaTestnet, skaleRazor, skaleTitan, skaleTitanTestnet, songbird, songbirdTestnet, taraxa, taraxaTestnet, telos, telosTestnet, wanchain, wanchainTestnet, xdc, xdcTestnet, zhejiang, zkSync, zkSyncTestnet };