Skip to content

Commit

Permalink
revoked api key :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Nov 27, 2024
1 parent 282aa93 commit 1a9a8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_nearblocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const path = require("path");
const ACCOUNT = "events-committee.near";
const BASE_URL = "https://api.nearblocks.io/v1/account";
const PER_PAGE = 25;
const API_KEY = "B83DA4366D994DE6AC7CEFED2E6987F1";
const API_KEY = "API_KEY";
const START_AFTER_BLOCK = 0;

async function saveTransactions(blockHeight, transactions) {
Expand Down

0 comments on commit 1a9a8fd

Please sign in to comment.