We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2030b commit 3097111Copy full SHA for 3097111
1 file changed
sdk/js/src/evm.ts
@@ -19,7 +19,8 @@ import { executeOpportunityAbi } from "./abi";
19
* @param callValue
20
* @param weth
21
* @returns List of permitted tokens
22
- */ function getPermittedTokens(
+ */
23
+function getPermittedTokens(
24
tokens: TokenAmount[],
25
bidAmount: bigint,
26
callValue: bigint,
@@ -92,7 +93,8 @@ export async function signBid(
92
93
* @param bidParams Bid amount, nonce, and deadline timestamp
94
* @param signature Searcher's signature for opportunity params and bidParams
95
* @returns Calldata for the opportunity adapter contract
- */ function makeAdapterCalldata(
96
97
+function makeAdapterCalldata(
98
opportunity: OpportunityEvm,
99
permitted: TokenPermissions[],
100
executor: Address,
0 commit comments