Skip to content

Commit

Permalink
feat: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
nofir committed Jan 22, 2025
1 parent 5001b4b commit 440ce6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/jobs/seaport-sync/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const fetchOrders = async (
"X-API-KEY": _.includes(
[5, 80001, 80002, 84531, 999, 11155111],
config.chainId
) || config.openseaApiUrl && config.openseaNftApiKey
) || (config.openseaApiUrl && config.openseaNftApiKey)
? ""
: details?.apiKey || config.realtimeOpenseaApiKey,
};
Expand Down Expand Up @@ -158,10 +158,10 @@ export const fetchOrders = async (
"fetch_orders_seaport",
JSON.stringify(
{
message: `Seaport - Rate Limited. side=${side}, cursor=${cursor}, url=${url}, error=${error}`,
message: `Seaport - Rate Limited. side=${side}, cursor=${cursor}, url=${config.openseaApiUrl || url}, error=${error}`,
openseaApiUrl: config.openseaApiUrl,
openseaNftApiKey: config.openseaNftApiKey,
headers
options
}
)
);
Expand Down

0 comments on commit 440ce6c

Please sign in to comment.