Skip to content

Commit

Permalink
Fix Polygon endpoint for Quicknode
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Aug 22, 2024
1 parent c039def commit 5769cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/quicknode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function endpoint(chain: Chain, appName: string, appKey: string): string {
case OPTIMISM_SEPOLIA:
return `https://${appName}.optimism-sepolia.quiknode.pro/${appKey}`;
case POLYGON:
return `https://${appName}.polygon.quiknode.pro/${appKey}`;
return `https://${appName}.matic.quiknode.pro/${appKey}`;
case POLYGON_AMOY:
return `https://${appName}.matic-amoy.quiknode.pro/${appKey}`;
case POLYGON_MUMBAI:
Expand Down

0 comments on commit 5769cd5

Please sign in to comment.