Skip to content

Commit 5c2ec35

Browse files
committed
fix types
1 parent 3e11ff3 commit 5c2ec35

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@
7979
"follow-redirects": "1.14.9",
8080
"ansi-regex": "^4.1.1",
8181
"got": "^11.8.5"
82-
}
82+
},
83+
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
8384
}

packages/coinbase/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function coinbaseWallet({
7373
if (isHex(val)) {
7474
hexVal = val
7575
} else {
76-
hexVal = toHex(val)
76+
hexVal = toHex(val as string)
7777
}
7878

7979
// @ts-ignore

0 commit comments

Comments
 (0)