This commit is contained in:
Den Great
2024-06-11 18:45:13 +08:00
parent 2c89b2ec4c
commit 0d20d804c3
23 changed files with 68 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
import { SwapExecutor__factory } from "@orionprotocol/contracts/lib/ethers-v6/index.js"
import { SwapExecutor__factory } from "@orionprotocol/contracts/lib/ethers-v6-cjs/index.js"
import type { BigNumberish, AddressLike } from "ethers"
import { type CallParams, addCallParams } from "./utils.js"
@@ -16,6 +16,6 @@ export function generateFeePaymentCall(
token,
amount
])
return addCallParams(calldata, callParams)
}