Skip to content

Commit

Permalink
fix: add graph api key (#5917)
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo authored Nov 1, 2024
1 parent 4c0f696 commit d73985e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/config/base/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Keys } from '../types';
const keys: Keys = {
infura: 'daaa68ec242643719749dd1caba2fc66',
alchemy: '',
graph: 'a84caa9e5c322a2faec24ad89ccb9d28',
};

export default keys;

0 comments on commit d73985e

Please sign in to comment.