@rhinestone/sdk 0.0.0-dev-20260224111958 → 0.0.0-dev-20260226145213
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.
|
@@ -26,7 +26,7 @@ const utils_2 = require("./utils");
|
|
|
26
26
|
const POLL_INITIAL_MS = 500;
|
|
27
27
|
const POLL_SLOW_AFTER_MS = 15000;
|
|
28
28
|
const POLL_SLOW_MS = 2000;
|
|
29
|
-
const POLL_MAX_WAIT_MS =
|
|
29
|
+
const POLL_MAX_WAIT_MS = 210000;
|
|
30
30
|
const POLL_ERROR_BACKOFF_MS = 1000;
|
|
31
31
|
const POLL_ERROR_BACKOFF_MAX_MS = 10000;
|
|
32
32
|
async function sendTransaction(config, transaction) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const PROD_ORCHESTRATOR_URL = "https://v1.orchestrator.rhinestone.dev";
|
|
2
2
|
declare const RHINESTONE_SPOKE_POOL_ADDRESS = "0x000000000060f6e853447881951574cdd0663530";
|
|
3
|
-
declare const SDK_VERSION = "0.0.0-dev-
|
|
3
|
+
declare const SDK_VERSION = "0.0.0-dev-20260226145213";
|
|
4
4
|
export { PROD_ORCHESTRATOR_URL, RHINESTONE_SPOKE_POOL_ADDRESS, SDK_VERSION };
|
|
5
5
|
//# sourceMappingURL=consts.d.ts.map
|
|
@@ -5,5 +5,5 @@ const PROD_ORCHESTRATOR_URL = 'https://v1.orchestrator.rhinestone.dev';
|
|
|
5
5
|
exports.PROD_ORCHESTRATOR_URL = PROD_ORCHESTRATOR_URL;
|
|
6
6
|
const RHINESTONE_SPOKE_POOL_ADDRESS = '0x000000000060f6e853447881951574cdd0663530';
|
|
7
7
|
exports.RHINESTONE_SPOKE_POOL_ADDRESS = RHINESTONE_SPOKE_POOL_ADDRESS;
|
|
8
|
-
const SDK_VERSION = '0.0.0-dev-
|
|
8
|
+
const SDK_VERSION = '0.0.0-dev-20260226145213';
|
|
9
9
|
exports.SDK_VERSION = SDK_VERSION;
|