Skip to content

Commit

Permalink
Fix typescript error to name all Tuple members
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Nov 26, 2024
1 parent efb8c8d commit 7289857
Showing 1 changed file with 5 additions and 1 deletion.
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 7289857

Please sign in to comment.