Skip to content

Commit

Permalink
Merge pull request #335 from pimlicolabs/fix-error
Browse files Browse the repository at this point in the history
Fix typescript error to name all Tuple members
  • Loading branch information
plusminushalf authored Nov 26, 2024
2 parents efb8c8d + f82cd13 commit 283ef36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wise-spoons-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"permissionless": patch
---

Fixed typescript error to name all tuple members
6 changes: 5 additions & 1 deletion packages/permissionless/types/pimlico.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,11 @@ export type PimlicoRpcSchema<
},
{
Method: "pimlico_getTokenQuotes"
Parameters: [{ tokens: Address[] }, entryPoint: Address, chainId: Hex]
Parameters: [
tokens: { tokens: Address[] },
entryPoint: Address,
chainId: Hex
]
ReturnType: GetTokenQuotesWithBigIntAsHex
}
]

0 comments on commit 283ef36

Please sign in to comment.