@rabby-wallet/rabby-api 0.9.18 → 0.9.19
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/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -758,6 +758,7 @@ export class OpenApiService {
|
|
|
758
758
|
from_addr: from,
|
|
759
759
|
to_addr: to,
|
|
760
760
|
},
|
|
761
|
+
timeout: 2000,
|
|
761
762
|
});
|
|
762
763
|
return data;
|
|
763
764
|
});
|
|
@@ -768,6 +769,7 @@ export class OpenApiService {
|
|
|
768
769
|
from_addr: from,
|
|
769
770
|
to_addr: to,
|
|
770
771
|
},
|
|
772
|
+
timeout: 2000,
|
|
771
773
|
});
|
|
772
774
|
return data;
|
|
773
775
|
});
|