Skip to content

Commit

Permalink
fix metadata indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeardEth committed Dec 1, 2023
1 parent beb6af3 commit 4a77ee2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/apibara/src/erc721_metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ export const config: Config<Starknet, Webhook> = {
targetUrl: "https://inn.gs/e/" + Deno.env.get("INNGEST_EVENT_KEY"),
raw: true,
header: [
Deno.env.get("STREAM_URL") == "https://goerli.starknet.a5a.ch" &&
"x-inngest-env: testnet",
Deno.env.get("STREAM_URL") == "https://goerli.starknet.a5a.ch"
? "x-inngest-env: testnet"
: "",
],
},
};
Expand Down

0 comments on commit 4a77ee2

Please sign in to comment.