@depay/widgets 12.12.7 → 12.12.8
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.
package/dist/esm/index.solana.js
CHANGED
|
@@ -28364,7 +28364,7 @@ class StaticJsonRpcBatchProvider$1 extends ethers.providers.JsonRpcProvider {
|
|
|
28364
28364
|
if(response.ok) {
|
|
28365
28365
|
response.json().then((parsedJson)=>{
|
|
28366
28366
|
if(parsedJson.find((entry)=>{
|
|
28367
|
-
return _optionalChain$5$1([entry, 'optionalAccess', _ => _.error]) && [-32062].includes(_optionalChain$5$1([entry, 'optionalAccess', _2 => _2.error, 'optionalAccess', _3 => _3.code]))
|
|
28367
|
+
return _optionalChain$5$1([entry, 'optionalAccess', _ => _.error]) && [-32062,-32016].includes(_optionalChain$5$1([entry, 'optionalAccess', _2 => _2.error, 'optionalAccess', _3 => _3.code]))
|
|
28368
28368
|
})) {
|
|
28369
28369
|
if(attempt < MAX_RETRY$1$1) {
|
|
28370
28370
|
reject('Error in batch found!');
|