@silentswap/sdk 0.0.20 → 0.0.21
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/client.js +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ENVIRONMENT, MAINNET_GATEWAY_ADDRESS, MAINNET_GATEWAY_PUBLIC_KEY, MAINNET_SILENTSWAP_API } from './constants.js';
|
|
2
|
-
const FETCH_TIMEOUT =
|
|
2
|
+
const FETCH_TIMEOUT = 90_000;
|
|
3
3
|
const ENVIRONMENT_CONFIGS = {
|
|
4
4
|
[ENVIRONMENT.MAINNET]: {
|
|
5
5
|
gatewayAddress: MAINNET_GATEWAY_ADDRESS,
|