@depay/widgets 12.16.0 → 12.16.2

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.
@@ -35627,6 +35627,7 @@ class StaticJsonRpcBatchProvider extends ethers.providers.JsonRpcProvider {
35627
35627
  method: 'POST',
35628
35628
  body: JSON.stringify(batch),
35629
35629
  headers: { 'Content-Type': 'application/json' },
35630
+ signal: AbortSignal.timeout(10000) // 10-second timeout
35630
35631
  }
35631
35632
  ).then((response)=>{
35632
35633
  if(response.ok) {