Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-jake committed Feb 8, 2025
1 parent 3e11ff3 commit 5c2ec35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
"follow-redirects": "1.14.9",
"ansi-regex": "^4.1.1",
"got": "^11.8.5"
}
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}
2 changes: 1 addition & 1 deletion packages/coinbase/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function coinbaseWallet({
if (isHex(val)) {
hexVal = val
} else {
hexVal = toHex(val)
hexVal = toHex(val as string)
}

// @ts-ignore
Expand Down

0 comments on commit 5c2ec35

Please sign in to comment.