Skip to content

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 17, 2024
1 parent 666d50c commit fadda79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/errors/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let errorConfig: ErrorConfig = {
docsSlug ? `#${docsSlug}` : ''
}`
: undefined,
version,
version: `viem@${version}`,
}

export function setErrorConfig(config: ErrorConfig) {
Expand Down

0 comments on commit fadda79

Please sign in to comment.