Skip to content

Commit

Permalink
fix: supersimL2E chain ID (#626)
Browse files Browse the repository at this point in the history
is actually 905 not 904. will release changesets later
  • Loading branch information
jakim929 authored Jan 23, 2025
1 parent 611c19d commit a84070c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viem/src/chains/supersim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const supersimL2D = defineChain({
*/
export const supersimL2E = defineChain({
...chainConfig,
id: 904,
id: 905,
name: 'Supersim L2 E',
rpcUrls: {
default: {
Expand Down

0 comments on commit a84070c

Please sign in to comment.