Skip to content

Commit 3097111

Browse files
author
Barnabas Ratki
committed
chore: undo evm sdk changes
1 parent fb2030b commit 3097111

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

sdk/js/src/evm.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import { executeOpportunityAbi } from "./abi";
1919
* @param callValue
2020
* @param weth
2121
* @returns List of permitted tokens
22-
*/ function getPermittedTokens(
22+
*/
23+
function getPermittedTokens(
2324
tokens: TokenAmount[],
2425
bidAmount: bigint,
2526
callValue: bigint,
@@ -92,7 +93,8 @@ export async function signBid(
9293
* @param bidParams Bid amount, nonce, and deadline timestamp
9394
* @param signature Searcher's signature for opportunity params and bidParams
9495
* @returns Calldata for the opportunity adapter contract
95-
*/ function makeAdapterCalldata(
96+
*/
97+
function makeAdapterCalldata(
9698
opportunity: OpportunityEvm,
9799
permitted: TokenPermissions[],
98100
executor: Address,

0 commit comments

Comments
 (0)