Remove expiry buffer seconds option from AssetBuyer init
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user