Skip to content

Commit

Permalink
Comment for delegation crawl path abt Bearer
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Aug 1, 2023
1 parent ee2e452 commit 1084426
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/chainstate/delegate.config.crawler.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ export default {
// by the @attestate/crawler but since kiwistand will never use them for
// anything.
rpcHttpHost: env.OPTIMISM_RPC_HTTP_HOST,
// NOTE: We found that Infura's v3 endpoints don't like when we send
// "Authorization: Bearer undefined" and so to make "environment.rpcApiKey"
// in crawler-call-block-logs.state to not set an Authorization header,
// we're submitting the empty string that evaluates to false.
rpcApiKey: "",
ipfsHttpsGateway: "https://",
arweaveHttpsGateway: "https://",
Expand Down

0 comments on commit 1084426

Please sign in to comment.