@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. 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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.18",
3
+ "version": "0.9.19",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [