Nous venons d’apporter un changement pour accélérer considérablement l’exécution des transactions dans le portail Abstract. Les échanges devraient désormais se terminer de bout en bout en 1 à 2 secondes. Attendez-vous à encore plus d’améliorations de vitesse bientôt.
Le changement sous-jacent devrait en fait accélérer les réceptions de transactions pour de nombreuses applications cryptographiques (pas seulement spécifiques à Abstract). Vous pouvez en savoir plus à ce sujet ici :
Jarrod Watts
Jarrod Watts6 juin 2025
A simple change just got shipped that should make every crypto app way faster by default. Viem (the library powering most crypto apps) polls the chain to check if a transaction has completed every 4 seconds as the default value. This makes sense for mainnet with 12 second block times, but most L2s today have much shorter block times. Polling every 4 seconds means your app could be waiting for transaction confirmation despite your transaction being confirmed many blocks ago. This PR adds a new “chain.blockTime” field that changes the default polling interval to be much faster on L2s. Instead of 4 seconds, the default polling interval is now (chain.blockTime / 3) with block times predefined for OP stack and ZK stack chains including Abstract. Shoutout to @coffeexcoin and @_jxom for shipping this. Update your Viem versions to see the difference!
23,9K