Skip to content

Commit

Permalink
update graph keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Jun 12, 2024
1 parent 22b6d8c commit 26552b4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/config/arbitrum/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;
1 change: 1 addition & 0 deletions src/lib/config/avalanche/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const keys: Keys = {
infura: 'daaa68ec242643719749dd1caba2fc66',
alchemy: 'UrVAqAyukeLVl8hhc29tLtegSoWL9Iuy',
balancerApi: 'da2-7a3ukmnw7bexndpx5x522uafui',
graph: 'a84caa9e5c322a2faec24ad89ccb9d28',
};

export default keys;
7 changes: 7 additions & 0 deletions src/lib/config/gnosis-chain/keys.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { Keys } from '../types';

const keys: Keys = {
graph: 'a84caa9e5c322a2faec24ad89ccb9d28',
};

export default keys;
2 changes: 1 addition & 1 deletion src/lib/config/mainnet/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Keys } from '../types';
const keys: Keys = {
infura: 'daaa68ec242643719749dd1caba2fc66',
alchemy: '',
graph: '7c7b4c36244b0b86171a3931eaf9bb23',
graph: 'a84caa9e5c322a2faec24ad89ccb9d28',
balancerApi: 'da2-7a3ukmnw7bexndpx5x522uafui',
};

Expand Down
7 changes: 7 additions & 0 deletions src/lib/config/optimism/keys.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { Keys } from '../types';

const keys: Keys = {
graph: 'a84caa9e5c322a2faec24ad89ccb9d28',
};

export default keys;
1 change: 1 addition & 0 deletions src/lib/config/polygon/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 26552b4

Please sign in to comment.