Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6923442

Browse files
committedNov 1, 2024·
fix: add graph api key
1 parent 4c0f696 commit 6923442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/lib/config/base/keys.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Keys } from '../types';
33
const keys: Keys = {
44
infura: 'daaa68ec242643719749dd1caba2fc66',
55
alchemy: '',
6+
graph: 'a84caa9e5c322a2faec24ad89ccb9d28',
67
};
78

89
export default keys;

0 commit comments

Comments
 (0)
Please sign in to comment.