Skip to content

Commit

Permalink
fix: baseGoerli chainId in chains.ts (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealharpaljadeja committed Sep 16, 2023
1 parent e1caaeb commit 2dda5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alchemy/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const SupportedChains = new Map<number, Chain>([
[optimism.id, optimism],
[optimismGoerli.id, optimismGoerli],
[base.id, base],
[base.id, baseGoerli],
[baseGoerli.id, baseGoerli],
]);

0 comments on commit 2dda5dd

Please sign in to comment.