WebSockets are live on Monad Testnet! This includes the following subscription types: - newHeads - logs - monadNewHeads - monadLogs newHeads and logs behave the same as in Geth, but return updates as soon as blocks finalize. Since updates wait for finality, you don't need any code to handle reorgs (very convenient) monadNewHeads and monadLogs are the same thing, but they return updates as soon as blocks are received and speculatively executed (very fast)
19,92K