Skip to content

Commit

Permalink
fix: build (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Jan 28, 2024
1 parent 44a980e commit d610c41
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
"dependencies": {
"@ethersproject/abstract-signer": "5.7.0",
"@farcaster/fishery": "2.2.3",
"@farcaster/hub-nodejs": "0.10.21",
"ethers": "6.10.0",
"react": "^18",
"viem": "2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/core/getFrameAccountAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type FidResponse = {
* Get the Account Address from the Farcaster ID using the Frame.
* @param body
* @param param1
* @returns
* @returns
*/
async function getFrameAccountAddress(
body: { trustedData?: { messageBytes?: string } },
Expand Down
Loading

0 comments on commit d610c41

Please sign in to comment.