aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/util/asset_buyer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/src/util/asset_buyer.ts')
-rw-r--r--packages/instant/src/util/asset_buyer.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/instant/src/util/asset_buyer.ts b/packages/instant/src/util/asset_buyer.ts
index b030501c4..27d66d600 100644
--- a/packages/instant/src/util/asset_buyer.ts
+++ b/packages/instant/src/util/asset_buyer.ts
@@ -6,6 +6,4 @@ import { getProvider } from './provider';
const provider = getProvider();
-export const assetBuyer = AssetBuyer.getAssetBuyerForStandardRelayerAPIUrl(provider, sraApiUrl, {
- expiryBufferSeconds: 300,
-});
+export const assetBuyer = AssetBuyer.getAssetBuyerForStandardRelayerAPIUrl(provider, sraApiUrl);