Skip to content

Commit

Permalink
docs: up
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored Feb 12, 2024
1 parent 00db1b9 commit f6de40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ TypeScript type to use for `bytes<M>` values.
declare module 'abitype' {
export interface Register {
BytesType: {
inputs: `0x${string}` | Uint8Array
inputs: `0x${string}`
outputs: `0x${string}`
}
}
Expand Down

0 comments on commit f6de40c

Please sign in to comment.