Skip to content

Commit

Permalink
docs: typo (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter authored Sep 14, 2024
1 parent 7fdb149 commit f5daddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/zksync/chains.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Viem exports ZKsync's chain [formatters](/docs/chains/formatters) & [serializers
import { defineChain } from 'viem'
import { chainConfig } from 'viem/zksync'

export const opStackExample = defineChain({
export const zkStackExample = defineChain({
...chainConfig,
name: 'ZKsync Example',
// ...
Expand Down

0 comments on commit f5daddf

Please sign in to comment.