Skip to content

Commit

Permalink
Merge pull request #949 from tablelandnetwork/dtb/fix-looksrare-api
Browse files Browse the repository at this point in the history
fix(evm): LooksRare API key for `getRigsToPark`
  • Loading branch information
dtbuchholz authored Oct 25, 2023
2 parents 5758374 + 11271f9 commit 252e0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ethereum/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ HARDHAT_DISABLE_AUTO_MINING=false
# openblur api
OPENBLUR_API_KEY=fixme
OPENSEA_API_KEY=fixme
LOOKSRARE_API_KEY=fixme
1 change: 1 addition & 0 deletions ethereum/scripts/getRigsToPark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ async function main() {
{
headers: {
accept: "application/json",
"X-Looks-Api-Key": process.env.LOOKSRARE_API_KEY!,
},
}
);
Expand Down

0 comments on commit 252e0c1

Please sign in to comment.